src/hotspot/cpu/sparc/macroAssembler_sparc.cpp
changeset 57893 49fea19f0726
parent 57777 90ead0febf56
child 58015 dd84de796f2c
--- a/src/hotspot/cpu/sparc/macroAssembler_sparc.cpp	Tue Aug 27 19:22:58 2019 +0200
+++ b/src/hotspot/cpu/sparc/macroAssembler_sparc.cpp	Tue Aug 27 20:10:06 2019 +0000
@@ -2607,8 +2607,8 @@
 // -   Successful Stack-lock: box->dhw == mark.
 //     box->dhw must contain the displaced mark word value
 // -   Failure -- icc.ZFlag == 0 and box->dhw is undefined.
-//     The slow-path fast_enter() and slow_enter() operators
-//     are responsible for setting box->dhw = NonZero (typically markWord::unused_mark()).
+//     The slow-path enter() is responsible for setting
+//     box->dhw = NonZero (typically markWord::unused_mark()).
 // -   Biased: box->dhw is undefined
 //
 // SPARC refworkload performance - specifically jetstream and scimark - are