RFR(XS): 8167298 assert(tp->base() != Type::AnyPtr) crash with Unsafe.compareAndExchangeObject*

Roland Westrelin rwestrel at redhat.com
Thu Oct 13 11:15:09 UTC 2016


Hi Zoltan,

> RBT testing shows a small problem with the new 
> compiler/intrinsics/unsafe/TestCAEAntiDep.java test. The test runs with 
> -XX:-UseCompressedOops, however, as compressed oops are not available 
> 32-bit platforms, the test fails with
>
> Unrecognized VM option 'UseCompressedOops'
>
> The test runs fine if -XX:+IgnoreUnrecognizedVMOptions is added to the 
> command line. Here is the updated webrev that does that:
>
> http://cr.openjdk.java.net/~zmajo/8167298/webrev.02/ 
> <http://cr.openjdk.java.net/%7Ezmajo/8167298/webrev.02/>
>
> I think there is no re-review needed for this small change. I'll push 
> the change once the merge hs-comp -> hs is complete.

Sounds good to me. Thanks!

Roland.


More information about the hotspot-compiler-dev mailing list