diff src/share/vm/c1/c1_Runtime1.hpp @ 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
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Runtime1.hpp	Thu Sep 16 19:42:20 2010 -0700
+++ b/src/share/vm/c1/c1_Runtime1.hpp	Thu Sep 30 17:19:48 2010 -0700
@@ -65,6 +65,10 @@
   stub(c1x_global_implicit_null)     \
   stub(c1x_throw_div0_exception)     \
   stub(c1x_slow_subtype_check)       \
+  stub(c1x_arithmetic_frem)          \
+  stub(c1x_arithmetic_drem)          \
+  stub(c1x_monitorenter)             \
+  stub(c1x_monitorexit)              \
   last_entry(number_of_ids)
 
 #define DECLARE_STUB_ID(x)       x ## _id ,