hg: jdk/sandbox: 2 new changesets

chris.hegarty at oracle.com chris.hegarty at oracle.com
Tue Jun 2 10:31:32 UTC 2020


Changeset: b6864bc6ef86
Author:    chagedorn
Date:      2020-06-02 11:05 +0200
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/b6864bc6ef86

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: 67ccb57da9bf
Author:    jboes
Date:      2020-06-02 11:25 +0100
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/67ccb57da9bf

8242281: IntStream.html#reduce doc should not mention average
Summary: Remove mention of average function in apiNote of IntStream::reduce(int, IntBinaryOperator)
Reviewed-by: psandoz, jlaskey, lancea, dfuchs
Contributed-by: Conor Cleary <conor.cleary at oracle.com>

! src/java.base/share/classes/java/util/stream/IntStream.java



More information about the jdk-sandbox-changes mailing list