Testing hotspot's Atomic::cmpxchg(jbyte*) ?

John Rose john.r.rose at oracle.com
Fri Aug 19 07:44:41 UTC 2016


On Aug 19, 2016, at 12:13 AM, David Holmes <david.holmes at oracle.com> wrote:
> 
> No idea where this is coming from or how I can disable it ??

This is controlled by CheckIntrinsics in the JVM, a diagnostic option always on.
It avoids accidentally expanding Java methods without the author's consent.
— John


More information about the core-libs-dev mailing list