mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
This commit is contained in:
parent
f5b4bb46f5
commit
16526e000e
505 changed files with 50394 additions and 915 deletions
|
@ -424,6 +424,8 @@ JVM_ENTRY(jobject, JVM_InitProperties(JNIEnv *env, jobject properties))
|
|||
const char* compiler_name = "HotSpot " CSIZE "Client Compiler";
|
||||
#elif defined(COMPILER2)
|
||||
const char* compiler_name = "HotSpot " CSIZE "Server Compiler";
|
||||
#elif INCLUDE_JVMCI
|
||||
#error "INCLUDE_JVMCI should imply TIERED"
|
||||
#else
|
||||
const char* compiler_name = "";
|
||||
#endif // compilers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue