git: openjdk/mobile: 14 new changesets

duke duke at openjdk.java.net
Fri Jul 2 01:09:53 UTC 2021


Changeset: 4930ae96
Author:    Liam Miller-Cushon <cushon at openjdk.org>
Date:      2021-07-01 00:16:23 +0000
URL:       https://git.openjdk.java.net/mobile/commit/4930ae96d8083070482f6ac78faed9ae9dda2df7

8268592: JDK-8262891 causes an NPE in Lint.augment

Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Flow.java
+ test/langtools/tools/javac/T8268592/T8268592.java

Changeset: f7ffd587
Author:    Jayathirth D V <jdv at openjdk.org>
Date:      2021-07-01 03:01:30 +0000
URL:       https://git.openjdk.java.net/mobile/commit/f7ffd5872d69633c89505ce3e4fef9df8293e76b

8267602: [macos] [lanai] java/awt/PrintJob/Text/stringwidth.sh doesn't exit on cancelling print dialog

Reviewed-by: aghaisas, serb

! src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLLayer.m

Changeset: 962f1c1a
Author:    Hannes Wallnöfer <hannesw at openjdk.org>
Date:      2021-07-01 07:25:39 +0000
URL:       https://git.openjdk.java.net/mobile/commit/962f1c1a9b5b38d28cdf8580389641525fff1b4a

8262886: javadoc generates broken links with {@inheritDoc}

Reviewed-by: jjg

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java
! test/langtools/jdk/javadoc/doclet/testRelativeLinks/TestRelativeLinks.java
+ test/langtools/jdk/javadoc/doclet/testRelativeLinks/TestRelativeModuleLinks.java
! test/langtools/jdk/javadoc/doclet/testRelativeLinks/pkg/C.java
+ test/langtools/jdk/javadoc/doclet/testRelativeLinks/pkg/D.java
! test/langtools/jdk/javadoc/doclet/testRelativeLinks/pkg/package.html
+ test/langtools/jdk/javadoc/doclet/testRelativeLinks/pkg/sub/F.java
+ test/langtools/jdk/javadoc/doclet/testRelativeLinks/pkg2/E.java
- test/langtools/jdk/javadoc/doclet/testRelativeLinks/pkg2/Foo.java

Changeset: c67a7b03
Author:    Roland Westrelin <roland at openjdk.org>
Date:      2021-07-01 07:41:22 +0000
URL:       https://git.openjdk.java.net/mobile/commit/c67a7b039de0dbb379123fb49780ae5b246dcf74

8269230: C2: main loop in micro benchmark never executed

Co-authored-by: Maurizio Cimadamore <mcimadamore at openjdk.org>
Reviewed-by: kvn, iveresov

! src/hotspot/share/opto/ifnode.cpp
+ test/micro/org/openjdk/bench/jdk/incubator/foreign/TestLoadBytes.java

Changeset: ad27d9b3
Author:    Roland Westrelin <roland at openjdk.org>
Date:      2021-07-01 08:11:59 +0000
URL:       https://git.openjdk.java.net/mobile/commit/ad27d9b3eca0ebaa5d920af0d3d4c43b3fa6c5f8

8269088: C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) failed: no node with a side effect

Reviewed-by: kvn, iveresov, neliasso

! src/hotspot/share/opto/loopopts.cpp
+ test/hotspot/jtreg/compiler/loopopts/TestStoreSunkInInnerLoop.java

Changeset: c16d1fc9
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-07-01 09:27:55 +0000
URL:       https://git.openjdk.java.net/mobile/commit/c16d1fc9810d5b2c112d35f3298513f86f84f66d

8269285: Crash/miscompile in CallGenerator::for_method_handle_inline after JDK-8191998

Reviewed-by: kvn, iveresov, vlivanov

! src/hotspot/share/opto/callGenerator.cpp
+ test/hotspot/jtreg/compiler/types/TestMethodHandleSpeculation.java

Changeset: a8385feb
Author:    Jan Lahoda <jlahoda at openjdk.org>
Date:      2021-07-01 10:10:03 +0000
URL:       https://git.openjdk.java.net/mobile/commit/a8385feb30bd7bd59bcc808de046fcd2e4fb92c1

8269354: javac crashes when processing parenthesized pattern in instanceof

Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransPatterns.java
! test/langtools/tools/javac/patterns/Parenthesized.java

Changeset: 54dd510b
Author:    Naoto Sato <naoto at openjdk.org>
Date:      2021-07-01 12:08:21 +0000
URL:       https://git.openjdk.java.net/mobile/commit/54dd510bd5211dc440285dd53ca0e41c85e23552

8269704: Typo in j.t.Normalizer.normalize()

Reviewed-by: joehw, prappo, iris

! src/java.base/share/classes/java/text/Normalizer.java

Changeset: 4bbf11d4
Author:    Jatin Bhateja <jbhateja at openjdk.org>
Date:      2021-07-01 15:08:43 +0000
URL:       https://git.openjdk.java.net/mobile/commit/4bbf11d4a9d00c13149135de3a0e8138f58bcb52

8269580: assert(is_valid()) failed: invalid register (-1)

Reviewed-by: kvn, dlong

! src/hotspot/cpu/x86/x86_32.ad
! src/hotspot/cpu/x86/x86_64.ad

Changeset: 6c76e771
Author:    Kim Barrett <kbarrett at openjdk.org>
Date:      2021-07-01 16:09:30 +0000
URL:       https://git.openjdk.java.net/mobile/commit/6c76e771580815c7999b2f5cd633659be99ce4a0

8260684: vmTestbase/gc/gctests/PhantomReference/phantom002/TestDescription.java timed out

Reviewed-by: pliden, lkorinth

! test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/phantom001/phantom001.java

Changeset: e3773977
Author:    Maurizio Cimadamore <mcimadamore at openjdk.org>
Date:      2021-07-01 16:28:48 +0000
URL:       https://git.openjdk.java.net/mobile/commit/e3773977cfdcd691a5664a4715328f8552e319e7

8268566: java/foreign/TestResourceScope.java timed out

Reviewed-by: jvernee

! test/jdk/java/foreign/TestResourceScope.java

Changeset: a4d2a9a7
Author:    Vladimir Kozlov <kvn at openjdk.org>
Date:      2021-07-01 18:51:15 +0000
URL:       https://git.openjdk.java.net/mobile/commit/a4d2a9a77fb4f9839d91de2bf2e80d3a00b5b866

8269745: [JVMCI] restore original qualified exports to Graal

Reviewed-by: dnsimon, iveresov

! src/jdk.internal.vm.ci/share/classes/module-info.java

Changeset: b0e18679
Author:    Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date:      2021-07-02 01:07:50 +0000
URL:       https://git.openjdk.java.net/mobile/commit/b0e186792e816be30347dacfd88b8e55476584e7

Merge

! src/hotspot/cpu/x86/x86_32.ad
! src/hotspot/cpu/x86/x86_64.ad
! src/hotspot/cpu/x86/x86_32.ad
! src/hotspot/cpu/x86/x86_64.ad

Changeset: 29421f1c
Author:    duke <duke at openjdk.org>
Date:      2021-07-02 01:08:43 +0000
URL:       https://git.openjdk.java.net/mobile/commit/29421f1cdc8b7ca860e909433d9be842e117d757

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list