hg: jdk-updates/jdk11u-dev: 2 new changesets

goetz.lindenmaier at sap.com goetz.lindenmaier at sap.com
Wed Jun 24 07:28:51 UTC 2020


Changeset: 577de814a60b
Author:    chagedorn
Date:      2020-06-02 11:05 +0200
URL:       https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/577de814a60b

8239083: C1 assert(known_holder == NULL || (known_holder->is_instance_klass() && (!known_holder->is_interface() || ((ciInstanceKlass*)known_holder)->has_nonstatic_concrete_methods())), "should be non-static concrete method");
Summary: Remove unnecessary preparation to profile the holder of a static method called by a method handle in C1.
Reviewed-by: thartmann, kvn

! src/hotspot/share/c1/c1_GraphBuilder.cpp
+ test/hotspot/jtreg/compiler/c1/TestStaticInterfaceMethodCall.java

Changeset: 01a72829dcff
Author:    thartmann
Date:      2020-06-08 08:30 +0200
URL:       https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/01a72829dcff

8246453: TestClone crashes with "all collected exceptions must come from the same place"
Summary: Set deoptimize_on_exception for slow paths.
Reviewed-by: neliasso

! src/hotspot/share/opto/arraycopynode.cpp
! src/hotspot/share/opto/arraycopynode.hpp
! src/hotspot/share/opto/library_call.cpp
! test/hotspot/jtreg/compiler/intrinsics/object/TestClone.java



More information about the jdk-updates-changes mailing list