RFR: 8305480: test/hotspot/jtreg/runtime/NMT/VirtualAllocCommitMerge.java failing on 32 bit arm
Vladimir Petko
duke at openjdk.org
Tue Apr 4 07:18:06 UTC 2023
On Tue, 4 Apr 2023 06:44:15 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> There is no reason to losen this test for all platforms, no?
Fully agree, though not sure how to translate the presence of the ` __thumb__ ` define into test without introducing much complexity. I could only think of a heavy-handed approach of adding a `isCurrentFrameSupported()` to the WhiteBox, but that's probably wrong.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13291#issuecomment-1495465279
More information about the hotspot-runtime-dev
mailing list