RFR(M): 8135068: Extract methodmatchers from CompilerOracle

Roland Westrelin roland.westrelin at oracle.com
Mon Sep 7 13:48:53 UTC 2015


Hi Nils,

> https://bugs.openjdk.java.net/browse/JDK-8081387 - C2 does not respect exclu de command for inlining

Not sure about that one. C2 checks:

if( callee_method->should_exclude() )  return false;

in pass_initial_checks() in bytecodeInfo.cpp so AFAICT c2 and c1 do the same.

Roland.


More information about the hotspot-compiler-dev mailing list