< prev index next >

src/share/back/util.c

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

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