RFR(XS) 8191688: Assert failed in > 200 tests: failed dependencies, but counter didn't change

dean.long at oracle.com dean.long at oracle.com
Wed Nov 22 00:45:40 UTC 2017


The recently pushed 8160548 changed inlining behavior and also 
accidentally undid a fix for an old bug, 6328518, which relied on 
"cannot be compiled" implying "cannot be inlined".  So now that we can 
inline methods that are cannot be compiled, we need another way to 
prevent a method from being inlined.

https://bugs.openjdk.java.net/browse/JDK-8191688
http://cr.openjdk.java.net/~dlong/8191688/webrev/

dl



More information about the hotspot-compiler-dev mailing list