RFR: 8286446: PPC64: fix crashes after JDK-8284161 (virtual threads preview) [v2]
Coleen Phillimore
coleenp at openjdk.java.net
Tue May 10 13:39:02 UTC 2022
On Tue, 10 May 2022 12:32:22 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
>> src/hotspot/cpu/ppc/stubGenerator_ppc.cpp line 4545:
>>
>>> 4543:
>>> 4544: address start = __ pc();
>>> 4545: __ unimplemented(FILE_AND_LINE);
>>
>> If this is going to call unimplemented(), you might have to not define JFR_HAVE_INTRINSICS for PPC.
>
> Will JFR not work otherwise even if the preview is disabled?
See https://bugs.openjdk.java.net/browse/JDK-8286480 I was discussing this with Markus earlier. He's going to fix this and then it's fine.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8617
More information about the hotspot-dev
mailing list