< prev index next >

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

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

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