Integrated: 8305417: disable gtest/NMTGtests.java sub-tests failing due to JDK-8305414

Daniel D. Daugherty dcubed at openjdk.org
Mon Apr 3 15:42:11 UTC 2023


On Sun, 2 Apr 2023 14:58:08 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

> A trivial fix to disable gtest/NMTGtests.java sub-tests failing due to JDK-8305414.

The fix for this bug is BAD. When I grep'ed for DISABLE in the test/hotspot/gtest tests, 
I copied and pasted from the wrong code. The correct way to disable the tests is done via: 

[JDK-8305478](https://bugs.openjdk.org/browse/JDK-8305478) [REDO] disable gtest/NMTGtests.java sub-tests failing due to [JDK-8305414](https://bugs.openjdk.org/browse/JDK-8305414)

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

PR Comment: https://git.openjdk.org/jdk/pull/13281#issuecomment-1494553749


More information about the hotspot-runtime-dev mailing list