RFR(XS): 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports (hotspot test fix)

Harold Seigel harold.seigel at oracle.com
Mon May 18 22:09:48 UTC 2020


Looks good and trivial.

Harold

On 5/18/2020 5:22 PM, Mikael Vidstedt wrote:
> Please review this small change which applies the relevant Solaris/SPARC removal to newly introduced code[1][2].
>
> diff -r 60344a408227 test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java
> --- a/test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java    Thu May 14 12:57:34 2020 -0700
> +++ b/test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java    Mon May 18 13:59:46 2020 -0700
> @@ -266,7 +266,7 @@
>           heapBaseMinAddressTest();
>           sharingTest();
>
> -        boolean ccpRequiresCoop = Platform.isAArch64() || Platform.isSparc();
> +        boolean ccpRequiresCoop = Platform.isAArch64();
>
>           if (!ccpRequiresCoop && !Platform.isOSX()) {
>               // Testing compressed class pointers without compressed oops.
>
>
> [1] https://bugs.openjdk.java.net/browse/JDK-8241825
> [2] http://hg.openjdk.java.net/jdk/jdk/diff/0bb101fbeb10/test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java
>
> Cheers,
> Mikael
>


More information about the hotspot-runtime-dev mailing list