hotspot/src/share/vm/oops/methodData.cpp
changeset 35492 c8c0273e6b91
parent 33638 ef49ed90010b
child 35898 ddc274f0052f
--- a/hotspot/src/share/vm/oops/methodData.cpp	Thu Jan 14 09:18:11 2016 +0100
+++ b/hotspot/src/share/vm/oops/methodData.cpp	Thu Jan 14 13:26:19 2016 +0100
@@ -1140,7 +1140,7 @@
 }
 
 void MethodData::initialize() {
-  No_Safepoint_Verifier no_safepoint;  // init function atomic wrt GC
+  NoSafepointVerifier no_safepoint;  // init function atomic wrt GC
   ResourceMark rm;
 
   init();