< prev index next >

src/jdk.jdwp.agent/share/native/libjdwp/util.c

Print this page
rev 58533 : 8227269: Slow class loading when running with JDWP

@@ -1740,11 +1740,11 @@
     }
     return obsolete;
 }
 
 /* Get the jvmti environment to be used with tags */
-static jvmtiEnv *
+jvmtiEnv *
 getSpecialJvmti(void)
 {
     jvmtiEnv  *jvmti;
     jvmtiError error;
     int        rc;
< prev index next >