RFR(XS): 8219214: Infinite Loop in CodeSection::dump()
Schmidt, Lutz
lutz.schmidt at sap.com
Mon Mar 4 16:25:34 UTC 2019
Dear All,
the "mini-poll" mentioned below showed a clear result:
yes - 2 votes (delete)
no - 0 votes (keep and fix)
I therefore have prepared a new webrev. With that, I removed the methods
CodeBuffer::decode_all()
CodeBuffer::skip_decode()
CodeSection::dump()
from the files share/asm/codeBuffer.cpp and share/asm/codeBuffer.hpp. Submit repo results are still pending, but local tests on various platforms run ok.
Your reviews are appreciated!
Bug: https://bugs.openjdk.java.net/browse/JDK-8219214
Webrev: http://cr.openjdk.java.net/~lucy/webrevs/8219214.01/
Thanks,
Lutz
On 20.02.19, 14:58, "Schmidt, Lutz" <lutz.schmidt at sap.com> wrote:
Dear All,
I would like to propose the following change which fixes an infinite loop.
Bug: https://bugs.openjdk.java.net/browse/JDK-8219214
Webrev: http://cr.openjdk.java.net/~lucy/webrevs/8219214.00/
The method affected is called from nowhere inside hotspot code, but could be called via a debugger for diagnostic purposes. BUT: even that doesn’t seem to have happened in the past.
As an alternative, I would suggest to delete the method. Please voice your opinion. I am unbiased to either solution.
Thanks,
Lutz
More information about the hotspot-compiler-dev
mailing list