[jdk11u-dev] RFR: 8221396: Clean up serviceability/sa/TestUniverse.java
Goetz Lindenmaier
goetz at openjdk.org
Fri Oct 27 08:38:39 UTC 2023
On Tue, 26 Sep 2023 07:12:19 GMT, toshiogata <duke at openjdk.org> wrote:
> Hi all,
>
> This is a backport of JDK-8221396: Clean up serviceability/sa/TestUniverse.java
> I would like to backport this enhancement to jdk11u for test maintainability.
>
> The original patch does not apply cleanly to jdk11u, because JDK-8238268 was backported ahead. As for TestUniverse.java, JDK-8238268 simply changes `@requires vm.hasSAandCanAttach` to `@requires vm.hasSA`, and the identical change can be safely applied to this patch.
>
> The risk is low as this fix only affects testing.
> There is a related Issue: JDK-8231931, and I submit the corresponding PR https://github.com/openjdk/jdk11u-dev/pull/2149. Testing was done after applying this related patch.
> Testing: the affected test under all available GCs.
>
> Thank you.
Hm, it is missing in JDK-8231931, too. If you added your name after that you could try by resubmitting the request.
But Skara should default to some other string if the name is missing.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2148#issuecomment-1782521983
More information about the jdk-updates-dev
mailing list