[10] RFR(S) 8180785: [AOT][GRAAL] java.lang.AssertionError: Method not found: jdk.internal.misc.Unsafe.compareAndSwapInt

Paul Sandoz paul.sandoz at oracle.com
Tue Jun 6 23:51:28 UTC 2017


> On 6 Jun 2017, at 13:45, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
> 
> webrev: http://cr.openjdk.java.net/~kvn/8180785/webrev/
> 
> https://bugs.openjdk.java.net/browse/JDK-8180785
> 
> AOT jtreg tests fail due to 8159995 [1] changes which renamed some methods in jdk.internal.misc.Unsafe
> The fix does renaming in Graal code which use jdk.internal.misc.Unsafe. It should go through Graal-core review process and pushed there (Oracle Labs repository) first. Doug, please, help with it.
> 
> Note, JDK 9 will be updated soon [2] to get the same renaming so Graal-core does not need to check for JDK 10 specifically. But changes should be pushed only after [2] is pushed into jdk9/dev and get into promoted build which people use with Graal.
> 

[2] is now pushed to 9.

Paul.

> Second note. The copy of Graal-core in jdk9 (jdk.internal.vm.compiler) will be fixed by [2] changes.
> 
> I looked on other places in Graal where such methods are used and they are from sun.misc.Unsafe class. Those places have to be fixed too when sun.misc.Unsafe become obsolete.
> 
> [1] https://bugs.openjdk.java.net/browse/JDK-8159995
> [2] https://bugs.openjdk.java.net/browse/JDK-8181292
> 
> Thanks,
> Vladimir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20170606/dfcd8066/signature-0001.asc>


More information about the hotspot-compiler-dev mailing list