comparison src/share/vm/c1/c1_Runtime1.cpp @ 1434:72cfb36c6bb2

* enabled all jtt tests * added proxy that counts jni calls * honor hotspot stackshadowpages * constant pool caching * monitor enter/exit * arithmetic stubs (frem, drem, ...) * create stack values for debug info * some doc
author Lukas Stadler <lukas.stadler@oracle.com>
date Thu, 30 Sep 2010 17:19:48 -0700
parents abc670a709dc
children 8cfe3537a0d3
comparison
equal deleted inserted replaced
1433:efba53f86c4f 1434:72cfb36c6bb2
173 case slow_subtype_check_id: 173 case slow_subtype_check_id:
174 case fpu2long_stub_id: 174 case fpu2long_stub_id:
175 case unwind_exception_id: 175 case unwind_exception_id:
176 case c1x_unwind_exception_call_id: 176 case c1x_unwind_exception_call_id:
177 case c1x_slow_subtype_check_id: 177 case c1x_slow_subtype_check_id:
178 case c1x_arithmetic_frem_id:
179 case c1x_arithmetic_drem_id:
178 #ifndef TIERED 180 #ifndef TIERED
179 case counter_overflow_id: // Not generated outside the tiered world 181 case counter_overflow_id: // Not generated outside the tiered world
180 #endif 182 #endif
181 #ifdef SPARC 183 #ifdef SPARC
182 case handle_exception_nofpu_id: // Unused on sparc 184 case handle_exception_nofpu_id: // Unused on sparc