RFR (XXS): [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651

Pavel Punegov pavel.punegov at oracle.com
Wed Jan 27 14:51:19 UTC 2016


Please review the following small patch for inlining tests.

Issue: tests are unable to find JFR compilation event for appropriate inline event. This happens because the recording stops before the compilation finished. Invocation of the test method is not synchronised with compilation.

Fix: add Xbatch to make compilation block test thread.  

bug: https://bugs.openjdk.java.net/browse/JDK-8144239 <https://bugs.openjdk.java.net/browse/JDK-8144239>
webrev: http://cr.openjdk.java.net/~ppunegov/8144239/webrev.00/ <http://cr.openjdk.java.net/~ppunegov/8144239/webrev.00/>
— Thanks,
Pavel Punegov

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


More information about the hotspot-compiler-dev mailing list