Integrated: 8257802: LogCompilation throws couldn't find bytecode on JDK 8 log

Eric Caspole ecaspole at openjdk.java.net
Tue Dec 15 16:22:56 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.

This pull request has now been integrated.

Changeset: 65756abf
Author:    Eric Caspole <ecaspole at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/65756abf
Stats:     70 lines in 2 files changed: 22 ins; 4 del; 44 mod

8257802: LogCompilation throws couldn't find bytecode on JDK 8 log

Reviewed-by: kvn, redestad

-------------

PR: https://git.openjdk.java.net/jdk/pull/1725


More information about the hotspot-compiler-dev mailing list