Searched refs:CG_BUILD_TIME_LIMIT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp1022 #define CG_BUILD_TIME_LIMIT 60.0 macro
1024 #define CG_BUILD_TIME_LIMIT 30.0
1041 (time.seconds() < CG_BUILD_TIME_LIMIT)) {
1060 (time.seconds() < CG_BUILD_TIME_LIMIT)) {
1080 (time.seconds() >= CG_BUILD_TIME_LIMIT)) {
1101 #undef CG_BUILD_TIME_LIMIT macro

Completed in 48 milliseconds