hotspot/src/share/vm/classfile/stringTable.cpp
changeset 35492 c8c0273e6b91
parent 34659 3a7071043457
child 35499 b79827ea1b9f
--- a/hotspot/src/share/vm/classfile/stringTable.cpp	Thu Jan 14 09:18:11 2016 +0100
+++ b/hotspot/src/share/vm/classfile/stringTable.cpp	Thu Jan 14 13:26:19 2016 +0100
@@ -136,7 +136,7 @@
   assert(java_lang_String::equals(string(), name, len),
          "string must be properly initialized");
   // Cannot hit a safepoint in this function because the "this" pointer can move.
-  No_Safepoint_Verifier nsv;
+  NoSafepointVerifier nsv;
 
   // Check if the symbol table has been rehashed, if so, need to recalculate
   // the hash value and index before second lookup.