RFR(S): 8141585: CompilerDirectivesDCMDTest intermittently SEGVs in MethodMatcher::matcher

Nils Eliasson nils.eliasson at oracle.com
Thu Nov 12 13:10:26 UTC 2015


Hi,

Please review this small fix.

Two issues where identified when investigating this crash:
1) In CompileBroker a methodHandle was not used when looking up the 
directive
2) In DirectivesStack::getMatchingDirective the directivesStack::_top 
was accessed before taking the DirectivesStack_lock

bug: https://bugs.openjdk.java.net/browse/JDK-8141585
webrev: http://cr.openjdk.java.net/~neliasso/8141585/webrev.01/

Regards,
Nils Eliasson

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


More information about the hotspot-compiler-dev mailing list