RFR: 8276231: ciReplay: SIGSEGV when replay compiling lambdas
Ekaterina Pavlova
epavlova at openjdk.java.net
Tue Nov 16 00:03:34 UTC 2021
On Mon, 15 Nov 2021 21:24:43 GMT, Dean Long <dlong at openjdk.org> wrote:
> To fix the crash, we need to link the class before calling find_cached_constant_at(). I also fixed a confusing "line not properly terminated" error when we fail to load a class.
I tested test/jdk/java/lang/String with my ciReplay scripts and don't see these crashes anymore.
Looks good from this testing point of view.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6398
More information about the hotspot-compiler-dev
mailing list