RFR(S): 8026735 Stream tests throw java.lang.IncompatibleClassChangeError
Vladimir Kozlov
vladimir.kozlov at oracle.com
Wed Oct 30 16:23:52 PDT 2013
Fix looks good.
We use new naming for tests now, please, change to next (or better name
if you find):
test/compiler/inlining/InlineDefaultMethod.java
Thanks,
Vladimir
On 10/30/13 3:38 PM, Igor Veresov wrote:
> 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