RFR: 8286446: PPC64: fix crashes after JDK-8284161 (virtual threads preview)

Richard Reingruber rrich at openjdk.java.net
Tue May 10 11:14:51 UTC 2022


On Tue, 10 May 2022 10:36:34 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> With this change `java -version` succeeds with the devkit build also the standard build on a ppc64le box does not crash anymore.
>> 
>> Also tier1 tests don't look too bad.
>
> src/hotspot/cpu/ppc/frame_ppc.inline.hpp line 109:
> 
>> 107:     setup();
>> 108:   }
>> 109: #ifdef ASSERT
> 
> (Redundant.)

Removed the unused ctor for now.

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

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


More information about the hotspot-dev mailing list