hg: jdk/sandbox: 15 new changesets

chris.hegarty at oracle.com chris.hegarty at oracle.com
Thu Jun 18 22:45:39 UTC 2020


Changeset: 87e2ab3a60e1
Author:    phedlin
Date:      2020-06-17 11:08 +0200
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/87e2ab3a60e1

8247200: assert((unsigned)fpargs < 32)
Reviewed-by: aph, neliasso

! src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp

Changeset: 9960cd402a6e
Author:    iignatyev
Date:      2020-06-17 07:40 -0700
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/9960cd402a6e

8247716: JVM_RegisterWhiteBoxMethods checks wrong classloader
Reviewed-by: dcubed

! src/hotspot/share/prims/whitebox.cpp

Changeset: 4c77befd9898
Author:    iignatyev
Date:      2020-06-17 07:40 -0700
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/4c77befd9898

8247725: move two tests for whitebox from test/hotspot/jtreg/sanity to test/lib-test
Reviewed-by: dcubed

- test/hotspot/jtreg/sanity/MismatchedWhiteBox/WhiteBox.java
- test/hotspot/jtreg/sanity/WBApi.java
+ test/lib-test/sun/hotspot/whitebox/MismatchedWhiteBox/WhiteBox.java
+ test/lib-test/sun/hotspot/whitebox/WBApi.java

Changeset: 2ed7a5ed4b7f
Author:    asotona
Date:      2020-06-17 13:18 +0200
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/2ed7a5ed4b7f

8238735: NPE compiling lambda expression within conditional expression
Summary: The fix saves result type from the first pass through the Attr.visitLambda and returns it after recovery pass to avoid NPE caused by exposure of Type.recoveryType
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/langtools/tools/javac/8238735/T8238735.java
+ test/langtools/tools/javac/8238735/T8238735.out

Changeset: 8c27acf92bf2
Author:    jjg
Date:      2020-06-17 09:20 -0700
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/8c27acf92bf2

8245696: javadoc crashes when a doc-files directory contains a '#' file
Reviewed-by: hannesw

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/DocFilesHandlerImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties
! test/langtools/jdk/javadoc/doclet/testDocFiles/TestDocFiles.java

Changeset: 61d3b8e19bbc
Author:    vromero
Date:      2020-06-17 13:19 -0400
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/61d3b8e19bbc

8246257: Annotated record's vararg type component started to be uncompilable with JDK15b24
Reviewed-by: jjg, jlaskey

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/TypeAnnotations.java
! test/langtools/tools/javac/records/RecordCompilationTests.java

Changeset: 818d3a44cd00
Author:    vromero
Date:      2020-06-17 14:39 -0400
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/818d3a44cd00

8245842: provide tests for binary compatibility assertions for sealed classes
Reviewed-by: jjg

+ test/langtools/tools/javac/sealed/BinaryCompatibilityTests.java

Changeset: 002837931f3d
Author:    jwilhelm
Date:      2020-06-18 03:05 +0200
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/002837931f3d

Added tag jdk-15+28 for changeset 06c9f89459da

! .hgtags

Changeset: 7c0c1785b194
Author:    gdub
Date:      2020-06-18 10:39 +0200
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/7c0c1785b194

8241802: [Graal] compiler/loopopts/TestLogSum.java timed out
Reviewed-by: kvn

+ src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/DeepUnrollingTest.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop.phases/src/org/graalvm/compiler/loop/phases/LoopFullUnrollPhase.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop/src/org/graalvm/compiler/loop/LoopsData.java

Changeset: 031fac263083
Author:    shade
Date:      2020-06-18 11:23 +0200
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/031fac263083

8247778: ZGC: More parallel gc/z/TestUncommit.java test configuration
Reviewed-by: iignatyev, stefank

! test/hotspot/jtreg/gc/z/TestUncommit.java

Changeset: eca07183e531
Author:    asemenyuk
Date:      2020-06-16 16:23 -0400
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/eca07183e531

8246244: BasicShortcutHintTest shortcut can not be found
Reviewed-by: herrick, almatvee

! src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/DesktopIntegration.java
! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/LinuxHelper.java
! test/jdk/tools/jpackage/linux/ShortcutHintTest.java

Changeset: fcefe78af1f5
Author:    chegar
Date:      2020-06-18 17:46 +0100
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/fcefe78af1f5

8247789: Remove use of reflection from test/jdk/java/io/Serializable/records/StreamRefTest.java
Reviewed-by: rriggs, mchung

! test/jdk/java/io/Serializable/records/StreamRefTest.java

Changeset: b5e739802b80
Author:    shade
Date:      2020-06-11 18:16 +0200
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/b5e739802b80

8247358: Shenandoah: reconsider free budget slice for marking
Reviewed-by: zgu

! src/hotspot/share/gc/shenandoah/shenandoahPacer.cpp

Changeset: cf0df75c75c1
Author:    jjg
Date:      2020-06-18 14:07 -0700
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/cf0df75c75c1

8247788: DocCommentParser should not reject standalone '>'
Reviewed-by: prappo

! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/DocCommentParser.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
! test/langtools/jdk/javadoc/doclet/testJavaFX/TestJavaFX.java
! test/langtools/jdk/javadoc/doclet/testJavaFX/pkg4/C.java
! test/langtools/jdk/javadoc/doclet/testPackageHtml/TestPackageHtml.java
! test/langtools/jdk/javadoc/doclet/testPackageHtml/pkg1/package.html
! test/langtools/tools/doclint/tidy/InvalidTag.out
- test/langtools/tools/javac/diags/examples/BadGreaterThan.java
! test/langtools/tools/javac/doctree/ElementTest.java

Changeset: 64270c8b51f5
Author:    jwilhelm
Date:      2020-06-19 00:30 +0200
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/64270c8b51f5

Merge

! .hgtags
! src/hotspot/share/gc/shenandoah/shenandoahPacer.cpp
- test/hotspot/jtreg/sanity/MismatchedWhiteBox/WhiteBox.java
- test/hotspot/jtreg/sanity/WBApi.java
- test/langtools/tools/javac/diags/examples/BadGreaterThan.java



More information about the jdk-sandbox-changes mailing list