Searched defs:compiler_name (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp370 const char* compiler_name = "HotSpot " CSIZE "Tiered Compilers"; variable
373 const char* compiler_name = "HotSpot " CSIZE "Client Compiler"; variable
375 const char* compiler_name = "HotSpot " CSIZE "Server Compiler"; variable
377 const char* compiler_name = ""; variable
381 if (*compiler_name != '\0' &&
383 PUTPROP(props, "sun.management.compiler", compiler_name);

Completed in 36 milliseconds