--- 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.