hotspot/src/share/vm/prims/jvm.h
changeset 40892 330a02d935ad
parent 40010 e32d5e545789
child 41095 97cca074c2be
equal deleted inserted replaced
40891:8010999ff6d0 40892:330a02d935ad
   293 JNIEXPORT jstring JNICALL
   293 JNIEXPORT jstring JNICALL
   294 JVM_GetSystemPackage(JNIEnv *env, jstring name);
   294 JVM_GetSystemPackage(JNIEnv *env, jstring name);
   295 
   295 
   296 JNIEXPORT jobjectArray JNICALL
   296 JNIEXPORT jobjectArray JNICALL
   297 JVM_GetSystemPackages(JNIEnv *env);
   297 JVM_GetSystemPackages(JNIEnv *env);
       
   298 
       
   299 /*
       
   300  * java.lang.ref.Reference
       
   301  */
       
   302 JNIEXPORT jobject JNICALL
       
   303 JVM_GetAndClearReferencePendingList(JNIEnv *env);
       
   304 
       
   305 JNIEXPORT jboolean JNICALL
       
   306 JVM_HasReferencePendingList(JNIEnv *env);
       
   307 
       
   308 JNIEXPORT void JNICALL
       
   309 JVM_WaitForReferencePendingList(JNIEnv *env);
   298 
   310 
   299 /*
   311 /*
   300  * java.io.ObjectInputStream
   312  * java.io.ObjectInputStream
   301  */
   313  */
   302 JNIEXPORT jobject JNICALL
   314 JNIEXPORT jobject JNICALL