hotspot/src/share/vm/classfile/stringTable.cpp
changeset 35499 b79827ea1b9f
parent 35498 392b50de06c6
parent 35492 c8c0273e6b91
child 35898 ddc274f0052f
--- a/hotspot/src/share/vm/classfile/stringTable.cpp	Mon Jan 04 15:41:05 2016 +0100
+++ b/hotspot/src/share/vm/classfile/stringTable.cpp	Thu Jan 14 16:26:38 2016 -0500
@@ -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.