--- old/src/hotspot/cpu/sparc/macroAssembler_sparc.cpp 2019-08-27 15:54:05.792503594 +0000 +++ new/src/hotspot/cpu/sparc/macroAssembler_sparc.cpp 2019-08-27 15:54:04.353470017 +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