RFR(S): 8026735 Stream tests throw java.lang.IncompatibleClassChangeError
Igor Veresov
igor.veresov at oracle.com
Wed Oct 30 15:38:36 PDT 2013
CHA in C1 incorrectly treats calls to interfaces with default methods.
We decided to put a temporary bandaid to disable CHA-driven inlining for invokeinterface on interfaces with default methods in C1.
Webrev: http://cr.openjdk.java.net/~iveresov/8026735/webrev.0/
Testing: affected tests in java/util/stream, the regression test
More information about the hotspot-compiler-dev
mailing list