RFR: 8257802: LogCompilation throws couldn't find bytecode on JDK 8 log
Vladimir Kozlov
kvn at openjdk.java.net
Wed Dec 9 23:52:34 UTC 2020
On Wed, 9 Dec 2020 22:50:38 GMT, Eric Caspole <ecaspole at openjdk.org> wrote:
> JBS: https://bugs.openjdk.java.net/browse/JDK-8257802
>
> The problem is that there is a call/inline_fail sequence in the optimizer phase after the parse phase. It looks like this has never been handled well the tool. My solution here is to skip these in the optimizer phase because there is not enough context to know the call site.
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1725
More information about the hotspot-compiler-dev
mailing list