git: openjdk/mobile: 16 new changesets
duke
duke at openjdk.java.net
Thu Jun 18 22:36:45 UTC 2020
Changeset: 5547d320
Author: Patric Hedlin <phedlin at openjdk.org>
Date: 2020-06-17 11:08:44 +0000
URL: https://git.openjdk.java.net/mobile/commit/5547d320
8247200: assert((unsigned)fpargs < 32)
Reviewed-by: aph, neliasso
! src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
Changeset: f740cda5
Author: Igor Ignatyev <iignatyev at openjdk.org>
Date: 2020-06-17 07:40:09 +0000
URL: https://git.openjdk.java.net/mobile/commit/f740cda5
8247716: JVM_RegisterWhiteBoxMethods checks wrong classloader
Reviewed-by: dcubed
! src/hotspot/share/prims/whitebox.cpp
Changeset: 338dd21c
Author: Igor Ignatyev <iignatyev at openjdk.org>
Date: 2020-06-17 07:40:11 +0000
URL: https://git.openjdk.java.net/mobile/commit/338dd21c
8247725: move two tests for whitebox from test/hotspot/jtreg/sanity to test/lib-test
Reviewed-by: dcubed
= test/lib-test/sun/hotspot/whitebox/MismatchedWhiteBox/WhiteBox.java
= test/lib-test/sun/hotspot/whitebox/WBApi.java
Changeset: ed4b8017
Author: Adam Sotona <asotona at openjdk.org>
Date: 2020-06-17 13:18:19 +0000
URL: https://git.openjdk.java.net/mobile/commit/ed4b8017
8238735: NPE compiling lambda expression within conditional expression
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: 2a794b69
Author: Jonathan Gibbons <jjg at openjdk.org>
Date: 2020-06-17 09:20:24 +0000
URL: https://git.openjdk.java.net/mobile/commit/2a794b69
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: ce4978ff
Author: Vicente Romero <vromero at openjdk.org>
Date: 2020-06-17 13:19:51 +0000
URL: https://git.openjdk.java.net/mobile/commit/ce4978ff
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: ecb4cbfd
Author: Vicente Romero <vromero at openjdk.org>
Date: 2020-06-17 14:39:44 +0000
URL: https://git.openjdk.java.net/mobile/commit/ecb4cbfd
8245842: provide tests for binary compatibility assertions for sealed classes
Reviewed-by: jjg
+ test/langtools/tools/javac/sealed/BinaryCompatibilityTests.java
Changeset: 59a4517d
Author: Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date: 2020-06-18 03:05:41 +0000
URL: https://git.openjdk.java.net/mobile/commit/59a4517d
Added tag jdk-15+28 for changeset 06c9f89459da
! .hgtags
Changeset: 2cbdd21e
Author: Gilles Duboscq <gdub at openjdk.org>
Date: 2020-06-18 10:39:36 +0000
URL: https://git.openjdk.java.net/mobile/commit/2cbdd21e
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: cfab7f4c
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2020-06-18 11:23:19 +0000
URL: https://git.openjdk.java.net/mobile/commit/cfab7f4c
8247778: ZGC: More parallel gc/z/TestUncommit.java test configuration
Reviewed-by: iignatyev, stefank
! test/hotspot/jtreg/gc/z/TestUncommit.java
Changeset: 11ac92c8
Author: Alexey Semenyuk <asemenyuk at openjdk.org>
Date: 2020-06-16 16:23:32 +0000
URL: https://git.openjdk.java.net/mobile/commit/11ac92c8
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: 56048d04
Author: Chris Hegarty <chegar at openjdk.org>
Date: 2020-06-18 17:46:15 +0000
URL: https://git.openjdk.java.net/mobile/commit/56048d04
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: a750ac5f
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2020-06-11 18:16:26 +0000
URL: https://git.openjdk.java.net/mobile/commit/a750ac5f
8247358: Shenandoah: reconsider free budget slice for marking
Reviewed-by: zgu
! src/hotspot/share/gc/shenandoah/shenandoahPacer.cpp
Changeset: de3923ed
Author: Jonathan Gibbons <jjg at openjdk.org>
Date: 2020-06-18 14:07:49 +0000
URL: https://git.openjdk.java.net/mobile/commit/de3923ed
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: a16994ff
Author: Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date: 2020-06-19 00:30:46 +0000
URL: https://git.openjdk.java.net/mobile/commit/a16994ff
Merge
! .hgtags
! .hgtags
Changeset: 5d12e519
Author: duke <duke at openjdk.org>
Date: 2020-06-18 22:35:57 +0000
URL: https://git.openjdk.java.net/mobile/commit/5d12e519
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list