hotspot/src/share/vm/runtime/deoptimization.cpp
changeset 35492 c8c0273e6b91
parent 35071 a0910b1d3e0d
child 35499 b79827ea1b9f
--- a/hotspot/src/share/vm/runtime/deoptimization.cpp	Thu Jan 14 09:18:11 2016 +0100
+++ b/hotspot/src/share/vm/runtime/deoptimization.cpp	Thu Jan 14 13:26:19 2016 +0100
@@ -296,7 +296,7 @@
   // Ensure that no safepoint is taken after pointers have been stored
   // in fields of rematerialized objects.  If a safepoint occurs from here on
   // out the java state residing in the vframeArray will be missed.
-  No_Safepoint_Verifier no_safepoint;
+  NoSafepointVerifier no_safepoint;
 
   vframeArray* array = create_vframeArray(thread, deoptee, &map, chunk, realloc_failures);
 #if defined(COMPILER2) || INCLUDE_JVMCI