test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch_agent.cpp
equal
deleted
inserted
replaced
35 static jlong timeout = 0; |
35 static jlong timeout = 0; |
36 |
36 |
37 static char segment1[3000] = ""; |
37 static char segment1[3000] = ""; |
38 static char segment2[3000] = ""; |
38 static char segment2[3000] = ""; |
39 |
39 |
40 static const char* const illegal_segments[] = {"", "tmp/"}; |
40 static const char* const illegal_segments[] = { "", "tmp/" }; |
41 |
41 |
42 jboolean use_segment2 = JNI_FALSE; |
42 jboolean use_segment2 = JNI_FALSE; |
43 |
43 |
44 jvmtiPhase jvmti_phase_to_check = JVMTI_PHASE_ONLOAD; |
44 jvmtiPhase jvmti_phase_to_check = JVMTI_PHASE_ONLOAD; |
45 |
45 |