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

Erik Österlund erik.osterlund at oracle.com
Tue May 19 07:22:03 UTC 2020


+1

/Erik

> On 18 May 2020, at 23:22, Mikael Vidstedt <mikael.vidstedt at oracle.com> 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