Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:ext_copy

1117   JvmtiUniquePtr<char[]> ext_copy;
1123 ext_copy = CopyString(env, data, &ret);
1124 if (ext_copy == nullptr) {
1127 *source_debug_extension_ptr = ext_copy.release();