diff src/share/vm/c1/c1_Runtime1.cpp @ 1449:8cfe3537a0d3

Pointer verification stub. Two loose oop fixes in C1X C++ part. Logging which methods have been compiled.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 11 Nov 2010 14:09:37 +0100
parents 72cfb36c6bb2
children 7641338cfc92
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Runtime1.cpp	Tue Nov 09 13:42:06 2010 +0100
+++ b/src/share/vm/c1/c1_Runtime1.cpp	Thu Nov 11 14:09:37 2010 +0100
@@ -173,6 +173,7 @@
     case slow_subtype_check_id:
     case fpu2long_stub_id:
     case unwind_exception_id:
+    case c1x_verify_pointer_id:
     case c1x_unwind_exception_call_id:
     case c1x_slow_subtype_check_id:
     case c1x_arithmetic_frem_id: