JDK-6984348 : Fix typo in escape.cpp
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs19,9,10
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2010-09-13
  • Updated: 2019-09-13
  • Resolved: 2017-11-06
Related Reports
Relates :  
Description
'=' is used instead of "==":
    assert(old_cnt = old_mem->outcnt(), "old mem could be lost");

Comments
No resources to fix this debug code. Note, JDK-7026700 commented that verification code.
06-11-2017

ILW=absent of verification;fastdebug only;none=LMH=P5
04-06-2014

Misread the log. Not at all fixed by JDK-6984348
04-06-2014

Fixed by https://bugs.openjdk.java.net/browse/JDK-7026700 according to hg.
03-06-2014

EVALUATION Fix typo.
13-09-2010