src/hotspot/share/classfile/systemDictionary.cpp
changeset 57777 90ead0febf56
parent 55740 b3ff56f955c8
child 57828 35db8fba55f9
--- a/src/hotspot/share/classfile/systemDictionary.cpp	Fri Aug 16 09:18:41 2019 +0200
+++ b/src/hotspot/share/classfile/systemDictionary.cpp	Tue Aug 06 10:48:21 2019 +0200
@@ -2154,7 +2154,7 @@
       // NOTE that we must only do this when the class is initally
       // defined, not each time it is referenced from a new class loader
       if (oopDesc::equals(k->class_loader(), class_loader())) {
-        k->set_prototype_header(markOopDesc::biased_locking_prototype());
+        k->set_prototype_header(markWord::biased_locking_prototype());
       }
     }