git: openjdk/mobile: 28 new changesets

duke duke at openjdk.java.net
Thu Dec 12 06:54:28 UTC 2019


Changeset: 67cea3ea
Author:    Andy Herrick <herrick at openjdk.org>
Date:      2019-12-11 11:52:48 +0000
URL:       https://git.openjdk.java.net/mobile/commit/67cea3ea

8235767: Compilation failure caused by JDK-8212780: Packaging Tool Implementation

Reviewed-by: rkennke, asemenyuk

! src/jdk.incubator.jpackage/share/native/libapplauncher/IniFile.cpp

Changeset: d3f76664
Author:    Almaz Mingaleev <mingaleev at google.com>
Committer: Arthur Eubanks <aeubanks at openjdk.org>
Date:      2019-12-10 15:50:12 +0000
URL:       https://git.openjdk.java.net/mobile/commit/d3f76664

8235730: Incorrect javadoc in MatchKind

Reviewed-by: martin, prappo

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

Changeset: bca86d64
Author:    Tom Rodriguez <never at openjdk.org>
Date:      2019-12-11 09:47:41 +0000
URL:       https://git.openjdk.java.net/mobile/commit/bca86d64

8229961: Assert failure in compiler/graalunit/HotspotTest.java

Reviewed-by: kvn

! src/hotspot/share/code/nmethod.cpp
! src/hotspot/share/code/nmethod.hpp
! src/hotspot/share/jvmci/jniAccessMark.inline.hpp
! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/jvmci/jvmciEnv.cpp
! src/hotspot/share/jvmci/jvmciEnv.hpp
! test/hotspot/jtreg/compiler/jvmci/common/CTVMUtilities.java
! test/hotspot/jtreg/compiler/jvmci/common/patches/jdk.internal.vm.ci/jdk/vm/ci/hotspot/CompilerToVMHelper.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/AllocateCompileIdTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/AsResolvedJavaMethodTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/CompileCodeTestCase.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/DoNotInlineOrCompileTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetBytecodeTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetLineNumberTableTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetLocalVariableTableTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetStackTraceElementTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetVtableIndexForInterfaceTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/HasCompiledCodeForOSRTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/HasNeverInlineDirectiveTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/IsCompilableTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/MethodIsIgnoredBySecurityStackWalkTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/ResolveMethodTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/ShouldInlineMethodTest.java

Changeset: b29f62ce
Author:    Alexander Matveev <almatvee at openjdk.org>
Date:      2019-12-11 13:47:44 +0000
URL:       https://git.openjdk.java.net/mobile/commit/b29f62ce

8235767: Compilation failure caused by JDK-8212780: Packaging Tool Implementation

Reviewed-by: rkennke, asemenyuk

! test/jdk/tools/jpackage/run_tests.sh

Changeset: 5fd2efb7
Author:    Zhengyu Gu <zgu at openjdk.org>
Date:      2019-12-11 14:01:00 +0000
URL:       https://git.openjdk.java.net/mobile/commit/5fd2efb7

8235776: Shenandoah: Shenandoah root updater not always uses right code blob closure

Reviewed-by: rkennke

! src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.inline.hpp

Changeset: cbe604cf
Author:    Jeremy Kuhn <jeremy.kuhn.java at gmail.com>
Committer: Jonathan Gibbons <jjg at openjdk.org>
Date:      2019-12-11 11:55:50 +0000
URL:       https://git.openjdk.java.net/mobile/commit/cbe604cf

8235457: Crash when reporting a message about an annotation on a module
8235458: Problem caused by imports in a module-info.java file

Reviewed-by: jjg

! src/jdk.compiler/share/classes/com/sun/tools/javac/model/JavacElements.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
+ test/langtools/tools/javac/processing/ReportOnImportedModuleAnnotation/ReportOnImportedModuleAnnotation.java
+ test/langtools/tools/javac/processing/ReportOnImportedModuleAnnotation/ReportOnImportedModuleAnnotation.out
+ test/langtools/tools/javac/processing/ReportOnImportedModuleAnnotation/mods-src1/annotation/annotation/ModuleWarn.java
+ test/langtools/tools/javac/processing/ReportOnImportedModuleAnnotation/mods-src1/annotation/module-info.java
+ test/langtools/tools/javac/processing/ReportOnImportedModuleAnnotation/mods-src1/processor/module-info.java
+ test/langtools/tools/javac/processing/ReportOnImportedModuleAnnotation/mods-src1/processor/processor/ModuleWarnProcessor.java
+ test/langtools/tools/javac/processing/ReportOnImportedModuleAnnotation/mods-src2/mod/module-info.java

Changeset: 93b7d283
Author:    Jonathan Gibbons <jjg at openjdk.org>
Date:      2019-12-11 15:33:17 +0000
URL:       https://git.openjdk.java.net/mobile/commit/93b7d283

8214916: SourceLauncherTest fails on exploded image

Reviewed-by: ksrini

! test/langtools/tools/javac/launcher/SourceLauncherTest.java
! test/langtools/tools/javac/plugin/AutostartPlugins.java

Changeset: 69c1729e
Author:    Vicente Romero <vromero at openjdk.org>
Date:      2019-12-11 15:31:40 +0000
URL:       https://git.openjdk.java.net/mobile/commit/69c1729e

8234101: Compilation error thrown when repeating annotation is used on record component

Reviewed-by: jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/SymbolMetadata.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Annotate.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
+ test/langtools/tools/javac/processing/model/element/repeatingAnnotations/RepeatingAnnotationsOnRecords.java

Changeset: 8b99e85f
Author:    Andy Herrick <herrick at openjdk.org>
Date:      2019-12-11 15:01:11 +0000
URL:       https://git.openjdk.java.net/mobile/commit/8b99e85f

8235788: Changeset for JDK-8235252 pushed with wrong bug ID

Reviewed-by: prr

! test/jdk/tools/jpackage/run_tests.sh

Changeset: 57991084
Author:    Alexander Matveev <almatvee at openjdk.org>
Date:      2019-12-11 16:07:04 +0000
URL:       https://git.openjdk.java.net/mobile/commit/57991084

8234284: [dmg] Change DMG background image to TIFF

Reviewed-by: herrick, asemenyuk, erikj

! make/CompileJavaModules.gmk
! src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/MacDmgBundler.java
! src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/resources/DMGsetup.scpt
- src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/resources/background_dmg.png
+ src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/resources/background_dmg.tiff

Changeset: c7b9c64e
Author:    Alexey Semenyuk <asemenyuk at openjdk.org>
Date:      2019-12-11 16:16:39 +0000
URL:       https://git.openjdk.java.net/mobile/commit/c7b9c64e

8235728: JDK-8212780 breaks builds with a custom X11 include path

Reviewed-by: prr, herrick

! make/lib/Lib-jdk.incubator.jpackage.gmk

Changeset: 7f10f578
Author:    Hannes Wallnöfer <hannesw at openjdk.org>
Date:      2019-12-11 22:29:30 +0000
URL:       https://git.openjdk.java.net/mobile/commit/7f10f578

8235414: Module level doc-files show "unnamed package" as holder

Reviewed-by: jjg

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/TagletWriterImpl.java
+ test/langtools/jdk/javadoc/doclet/testIndexInDocFiles/TestIndexInDocFiles.java

Changeset: a51b5ae9
Author:    Alexander Matveev <almatvee at openjdk.org>
Date:      2019-12-11 16:37:27 +0000
URL:       https://git.openjdk.java.net/mobile/commit/a51b5ae9

8235252: Repair run_tests.sh by locating jtreg locally

Reviewed-by: herrick, asemenyuk

! test/jdk/tools/jpackage/run_tests.sh

Changeset: dd321330
Author:    Sean Mullan <mullan at openjdk.org>
Date:      2019-12-11 17:17:28 +0000
URL:       https://git.openjdk.java.net/mobile/commit/dd321330

8234870: Deprecate the OracleUcrypto JCE Provider for removal

Reviewed-by: alanb, rriggs

! src/java.base/share/conf/security/java.security
! src/jdk.crypto.ucrypto/solaris/classes/module-info.java

Changeset: dca6e343
Author:    Robert Field <rfield at openjdk.org>
Date:      2019-12-11 14:39:04 +0000
URL:       https://git.openjdk.java.net/mobile/commit/dca6e343

8210527: JShell: NullPointerException in jdk.jshell.Eval.translateExceptionStack
8232855: jshell missing word in /help help

Reviewed-by: jlahoda

! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
! src/jdk.jshell/share/classes/jdk/jshell/Eval.java
! test/langtools/jdk/jshell/ExceptionsTest.java

Changeset: cb75b6ee
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2019-12-11 15:25:38 +0000
URL:       https://git.openjdk.java.net/mobile/commit/cb75b6ee

8235629: Remove unnecessary calls to Thread::current

Reviewed-by: coleenp, ccheung, hseigel

! src/hotspot/share/classfile/classLoader.cpp
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/memory/metaspaceShared.cpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/klass.cpp
! src/hotspot/share/oops/klassVtable.cpp
! src/hotspot/share/oops/method.cpp
! src/hotspot/share/runtime/mutex.cpp

Changeset: 75acf956
Author:    Jonathan Gibbons <jjg at openjdk.org>
Date:      2019-12-11 15:34:19 +0000
URL:       https://git.openjdk.java.net/mobile/commit/75acf956

Merge


Changeset: 6bda51c2
Author:    Mikael Vidstedt <mikael at openjdk.org>
Date:      2019-12-11 16:17:03 +0000
URL:       https://git.openjdk.java.net/mobile/commit/6bda51c2

8235789: AC_REQUIRE: 'PLATFORM_EXTRACT_TARGET_AND_BUILD' was expanded before it was required

Reviewed-by: erikj

! make/autoconf/platform.m4

Changeset: 9fc68887
Author:    Jonathan Gibbons <jjg at openjdk.org>
Date:      2019-12-11 16:24:23 +0000
URL:       https://git.openjdk.java.net/mobile/commit/9fc68887

8235621: Replace use of Function<?,Integer> with ToIntFunction

Reviewed-by: mcimadamore, jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassWriter.java

Changeset: d8d4cd65
Author:    Jonathan Gibbons <jjg at openjdk.org>
Date:      2019-12-11 16:32:49 +0000
URL:       https://git.openjdk.java.net/mobile/commit/d8d4cd65

8235597: Extend support for -XDaccessInternalAPI to plugin modules

Reviewed-by: mcimadamore, jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/api/BasicJavacTask.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
+ test/langtools/tools/javac/plugin/InternalAPI.java

Changeset: 00ba4ea7
Author:    Tom Rodriguez <never at openjdk.org>
Date:      2019-12-11 17:17:58 +0000
URL:       https://git.openjdk.java.net/mobile/commit/00ba4ea7

8229377: [JVMCI] Improve InstalledCode.invalidate for large code caches

Reviewed-by: kvn

! src/hotspot/share/jvmci/jvmciEnv.cpp
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/deoptimization.hpp

Changeset: 03dfd4f9
Author:    Sergey Bylokhov <serb at openjdk.org>
Date:      2019-12-11 14:30:45 +0000
URL:       https://git.openjdk.java.net/mobile/commit/03dfd4f9

8234522: [macos] Crash with use of native file dialog

Reviewed-by: prr, dmarkov

! src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.m
+ test/jdk/java/awt/FileDialog/MacOSGoToFolderCrash.java

Changeset: da5fa894
Author:    Sergey Bylokhov <serb at openjdk.org>
Date:      2019-12-09 20:26:19 +0000
URL:       https://git.openjdk.java.net/mobile/commit/da5fa894

8235620: Broken merge between JDK-8006406 and JDK-8003559

Reviewed-by: prr

! src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformLWWindow.java
! src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java
! src/java.desktop/macosx/classes/sun/lwawt/macosx/CWarningWindow.java

Changeset: 6a6ae167
Author:    Jie Fu <jiefu at openjdk.org>
Date:      2019-12-10 10:17:36 +0000
URL:       https://git.openjdk.java.net/mobile/commit/6a6ae167

8235625: [TESTBUG] tools/jpackage/share/JavaOptionsEqualsTest.java fails with debug VMs

Reviewed-by: asemenyuk, herrick

! test/jdk/tools/jpackage/share/JavaOptionsEqualsTest.java

Changeset: efdf413a
Author:    Ekaterina Pavlova <epavlova at openjdk.org>
Date:      2019-12-11 17:18:32 +0000
URL:       https://git.openjdk.java.net/mobile/commit/efdf413a

8235773: Tier3 fails because graalunit tests started to run with ZGC

Reviewed-by: iignatyev

! test/hotspot/jtreg/TEST.groups
! test/hotspot/jtreg/compiler/graalunit/ApiDirectivesTest.java
! test/hotspot/jtreg/compiler/graalunit/ApiTest.java
! test/hotspot/jtreg/compiler/graalunit/AsmAarch64Test.java
! test/hotspot/jtreg/compiler/graalunit/AsmAmd64Test.java
! test/hotspot/jtreg/compiler/graalunit/AsmSparcTest.java
! test/hotspot/jtreg/compiler/graalunit/CollectionsTest.java
! test/hotspot/jtreg/compiler/graalunit/CoreAarch64Test.java
! test/hotspot/jtreg/compiler/graalunit/CoreAmd64Test.java
! test/hotspot/jtreg/compiler/graalunit/CoreJdk9Test.java
! test/hotspot/jtreg/compiler/graalunit/CoreTest.java
! test/hotspot/jtreg/compiler/graalunit/DebugTest.java
! test/hotspot/jtreg/compiler/graalunit/EATest.java
! test/hotspot/jtreg/compiler/graalunit/GraphTest.java
! test/hotspot/jtreg/compiler/graalunit/HotspotAarch64Test.java
! test/hotspot/jtreg/compiler/graalunit/HotspotAmd64Test.java
! test/hotspot/jtreg/compiler/graalunit/HotspotJdk9Test.java
! test/hotspot/jtreg/compiler/graalunit/HotspotLirTest.java
! test/hotspot/jtreg/compiler/graalunit/HotspotSparcTest.java
! test/hotspot/jtreg/compiler/graalunit/HotspotTest.java
! test/hotspot/jtreg/compiler/graalunit/Jtt.MicroTest.java
! test/hotspot/jtreg/compiler/graalunit/JttBackendTest.java
! test/hotspot/jtreg/compiler/graalunit/JttBytecodeTest.java
! test/hotspot/jtreg/compiler/graalunit/JttExceptTest.java
! test/hotspot/jtreg/compiler/graalunit/JttHotpathTest.java
! test/hotspot/jtreg/compiler/graalunit/JttHotspotTest.java
! test/hotspot/jtreg/compiler/graalunit/JttJdkTest.java
! test/hotspot/jtreg/compiler/graalunit/JttLangALTest.java
! test/hotspot/jtreg/compiler/graalunit/JttLangMathALTest.java
! test/hotspot/jtreg/compiler/graalunit/JttLangMathMZTest.java
! test/hotspot/jtreg/compiler/graalunit/JttLangNZTest.java
! test/hotspot/jtreg/compiler/graalunit/JttLoopTest.java
! test/hotspot/jtreg/compiler/graalunit/JttOptimizeTest.java
! test/hotspot/jtreg/compiler/graalunit/JttReflectAETest.java
! test/hotspot/jtreg/compiler/graalunit/JttReflectFieldGetTest.java
! test/hotspot/jtreg/compiler/graalunit/JttReflectFieldSetTest.java
! test/hotspot/jtreg/compiler/graalunit/JttReflectGZTest.java
! test/hotspot/jtreg/compiler/graalunit/JttThreadsTest.java
! test/hotspot/jtreg/compiler/graalunit/LirJttTest.java
! test/hotspot/jtreg/compiler/graalunit/LirTest.java
! test/hotspot/jtreg/compiler/graalunit/LoopTest.java
! test/hotspot/jtreg/compiler/graalunit/NodesTest.java
! test/hotspot/jtreg/compiler/graalunit/OptionsTest.java
! test/hotspot/jtreg/compiler/graalunit/PhasesCommonTest.java
! test/hotspot/jtreg/compiler/graalunit/Replacements12Test.java
! test/hotspot/jtreg/compiler/graalunit/Replacements9Test.java
! test/hotspot/jtreg/compiler/graalunit/ReplacementsTest.java
! test/hotspot/jtreg/compiler/graalunit/UtilTest.java
! test/hotspot/jtreg/compiler/graalunit/generateTests.sh

Changeset: 7b82266a
Author:    Daniil Titov <dtitov at openjdk.org>
Date:      2019-12-11 19:20:57 +0000
URL:       https://git.openjdk.java.net/mobile/commit/7b82266a

8226575: OperatingSystemMXBean should be made container aware

Reviewed-by: dholmes, bobv, mchung, sspitsyn

! src/java.base/linux/classes/jdk/internal/platform/cgroupv1/Metrics.java
! src/java.base/linux/classes/jdk/internal/platform/cgroupv1/SubSystem.java
! src/java.base/share/classes/module-info.java
! src/jdk.jconsole/share/classes/sun/tools/jconsole/SummaryTab.java
! src/jdk.management/aix/native/libmanagement_ext/UnixOperatingSystem.c
! src/jdk.management/linux/native/libmanagement_ext/UnixOperatingSystem.c
! src/jdk.management/macosx/native/libmanagement_ext/UnixOperatingSystem.c
! src/jdk.management/share/classes/com/sun/management/OperatingSystemMXBean.java
! src/jdk.management/solaris/native/libmanagement_ext/UnixOperatingSystem.c
! src/jdk.management/unix/classes/com/sun/management/internal/OperatingSystemImpl.java
! src/jdk.management/unix/native/libmanagement_ext/OperatingSystemImpl.c
! src/jdk.management/windows/classes/com/sun/management/internal/OperatingSystemImpl.java
! src/jdk.management/windows/native/libmanagement_ext/OperatingSystemImpl.c
+ test/hotspot/jtreg/containers/docker/CheckOperatingSystemMXBean.java
! test/hotspot/jtreg/containers/docker/TestCPUAwareness.java
! test/hotspot/jtreg/containers/docker/TestMemoryAwareness.java

Changeset: b4d9a0af
Author:    Ekaterina Pavlova <epavlova at openjdk.org>
Date:      2019-12-11 21:15:19 +0000
URL:       https://git.openjdk.java.net/mobile/commit/b4d9a0af

8235808: Remove graalunit from tier1_compiler_not_xcomp

Reviewed-by: iignatyev

! test/hotspot/jtreg/TEST.groups

Changeset: bb4dafe4
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2019-12-12 12:04:29 +0000
URL:       https://git.openjdk.java.net/mobile/commit/bb4dafe4

8227607: Broken external links in java.desktop

Reviewed-by: prr

! src/java.desktop/share/classes/javax/swing/Timer.java
! src/java.desktop/share/classes/javax/swing/text/Document.java
+ src/java.desktop/share/classes/javax/swing/text/doc-files/plain1.gif
+ src/java.desktop/share/classes/javax/swing/text/doc-files/plain10.gif
+ src/java.desktop/share/classes/javax/swing/text/doc-files/plain11.gif
+ src/java.desktop/share/classes/javax/swing/text/doc-files/plain12.gif
+ src/java.desktop/share/classes/javax/swing/text/doc-files/plain2.gif
+ src/java.desktop/share/classes/javax/swing/text/doc-files/plain3.gif
+ src/java.desktop/share/classes/javax/swing/text/doc-files/plain4.gif
+ src/java.desktop/share/classes/javax/swing/text/doc-files/plain5.gif
+ src/java.desktop/share/classes/javax/swing/text/doc-files/plain6.gif
+ src/java.desktop/share/classes/javax/swing/text/doc-files/plain7.gif
+ src/java.desktop/share/classes/javax/swing/text/doc-files/plain8.gif
+ src/java.desktop/share/classes/javax/swing/text/doc-files/plain9.gif



More information about the mobile-changes mailing list