comparison src/share/vm/jvmci/jvmciRuntime.hpp @ 22650:939d5da65929

reduced delta against jvmci-9
author Doug Simon <doug.simon@oracle.com>
date Fri, 02 Oct 2015 10:13:56 +0200
parents e96c6a52aff2
children da5bdbf4a008
comparison
equal deleted inserted replaced
22649:5cd42bb63fad 22650:939d5da65929
97 97
98 /** 98 /**
99 * Ensures that the JVMCI class loader is initialized and the well known JVMCI classes are loaded. 99 * Ensures that the JVMCI class loader is initialized and the well known JVMCI classes are loaded.
100 */ 100 */
101 static void ensure_jvmci_class_loader_is_initialized(); 101 static void ensure_jvmci_class_loader_is_initialized();
102
103 static void initialize_natives(JNIEnv *env, jclass c2vmClass);
104 102
105 static bool is_HotSpotJVMCIRuntime_initialized() { return _HotSpotJVMCIRuntime_initialized; } 103 static bool is_HotSpotJVMCIRuntime_initialized() { return _HotSpotJVMCIRuntime_initialized; }
106 104
107 /** 105 /**
108 * Gets the singleton HotSpotJVMCIRuntime instance, initializing it if necessary 106 * Gets the singleton HotSpotJVMCIRuntime instance, initializing it if necessary