RFR(XS) 8153315: [JVMCI] evol_method dependencies failures should return dependencies_failed

Tom Rodriguez tom.rodriguez at oracle.com
Fri Apr 1 19:47:25 UTC 2016


http://cr.openjdk.java.net/~never/8153315/webrev

This fixes a minor issue which showed up while debugging Java code.  evol_method dependences can change at any time so it’s just a normal dependence failure not invalid dependencies.  Graal considers it an error to build invalid dependencies so it complained.  Tested under the Eclipse debugger.

tom


More information about the hotspot-compiler-dev mailing list