RFR: 8161274: [JVMCI] compiler/jvmci/events/JvmciNotifyInstallEventTest.java fails with NoClassDefFound

Christian Thalinger cthalinger at twitter.com
Wed Jul 13 18:47:35 UTC 2016


> On Jul 13, 2016, at 5:36 AM, Doug Simon <doug.simon at oracle.com> wrote:
> 
> Please review this fix for a failure under -TieredCompilation caused by an attempt to compile with JVMCI before the VM is sufficiently booted to initialize JVMCI. This is the same problem addressed by JDK-8160121. The only problem is that the fix was too localized - it only applied on tiered compilation paths. The proper fix is to test for JVMCI compilabilty in CompileBroker::compile_method.
> 
> https://bugs.openjdk.java.net/browse/JDK-8161274
> http://cr.openjdk.java.net/~dnsimon/8161274/ <http://cr.openjdk.java.net/~dnsimon/8161274/>

What about the other CompileBroker::compile_method method?  Right now it’s only called by the method you are guarding but it’s a public method so anyone could.

> 
> -Doug

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160713/2bd25ccf/attachment.html>


More information about the hotspot-compiler-dev mailing list