git: openjdk/panama-foreign: foreign-memaccess: 83 new changesets

duke duke at openjdk.java.net
Fri Jul 10 11:06:15 UTC 2020


Changeset: 02201d19
Author:    Sergey Bylokhov <serb at openjdk.org>
Date:      2020-06-22 06:48:26 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/02201d19

7131400: [macosx] Desktop.edit(a directory) should throw IOException

Reviewed-by: pbansal, aivanov

! src/java.desktop/share/classes/java/awt/Desktop.java
+ test/jdk/java/awt/Desktop/EditPrintFolder.java

Changeset: 3c472b67
Author:    Pankaj Bansal <pbansal at openjdk.org>
Date:      2020-06-22 12:39:59 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/3c472b67

8198623: java/awt/KeyboardFocusmanager/TypeAhead/EnqueueWithDialogButtonTest/EnqueueWithDialogButtonTest.java fails on mac

Reviewed-by: jdv

! test/jdk/ProblemList.txt
! test/jdk/java/awt/KeyboardFocusmanager/TypeAhead/EnqueueWithDialogButtonTest/EnqueueWithDialogButtonTest.java
! test/jdk/java/awt/KeyboardFocusmanager/TypeAhead/FreezeTest/FreezeTest.java

Changeset: 2c868d61
Author:    Phil Race <prr at openjdk.org>
Date:      2020-06-22 15:55:57 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/2c868d61

Merge

! test/jdk/ProblemList.txt
! test/jdk/ProblemList.txt

Changeset: a1b5e010
Author:    Sergey Bylokhov <serb at openjdk.org>
Date:      2020-06-24 15:35:43 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/a1b5e010

8213535: Windows HiDPI html lightweight tooltips are truncated

Reviewed-by: kizune

! src/java.desktop/share/classes/javax/swing/PopupFactory.java
! test/jdk/javax/swing/GraphicsConfigNotifier/StalePreferredSize.java
! test/jdk/javax/swing/JPopupMenu/6800513/bug6800513.java
! test/jdk/javax/swing/JToolTip/4846413/bug4846413.java
! test/jdk/javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java

Changeset: 921155df
Author:    Andrey Turbanov <turbanoff at gmail.com>
Committer: Sergey Bylokhov <serb at openjdk.org>
Date:      2020-06-24 20:32:32 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/921155df

8036604: Typo in BufferedBufImgOps.java in the exception message

Reviewed-by: serb

! src/java.desktop/share/classes/java/awt/image/RescaleOp.java
! src/java.desktop/share/classes/sun/java2d/pipe/BufferedBufImgOps.java

Changeset: 56990241
Author:    Pankaj Bansal <pbansal at openjdk.org>
Date:      2020-07-01 09:14:59 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/56990241

8197560: test javax/swing/JTree/8003400/Test8003400.java fails

Reviewed-by: serb, psadhukhan

! test/jdk/ProblemList.txt
! test/jdk/javax/swing/JTree/8003400/Test8003400.java

Changeset: c3ec97d4
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2020-07-02 09:27:58 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/c3ec97d4

8248187: javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails with String is not properly drawn

Reviewed-by: serb, pbansal

! test/jdk/javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java

Changeset: 911c553c
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2020-07-02 09:29:42 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/911c553c

8245921: Minor copy/paste issue in BasicScrollBarUI

Reviewed-by: serb

! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicScrollBarUI.java

Changeset: 5fbac4a3
Author:    Vyom Tiwari <vyommani at gmail.com>
Committer: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2020-07-02 09:31:42 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/5fbac4a3

8244324: RTFEditorKit does not display some of Japanese characters correctly

Reviewed-by: serb, psadhukhan

! src/java.desktop/share/classes/javax/swing/text/rtf/RTFReader.java

Changeset: 39614685
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2020-07-03 09:26:16 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/39614685

Merge

! test/jdk/ProblemList.txt
! test/jdk/ProblemList.txt

Changeset: 20147c36
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2020-07-03 18:58:03 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/20147c36

Merge


Changeset: 83fff054
Author:    Thomas Schatzl <tschatzl at openjdk.org>
Date:      2020-07-03 16:32:33 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/83fff054

8248306: gc/stress/gclocker/TestExcessGCLockerCollections.java does not compile

Update the test to use the method suggested in JDK-8244010.

Reviewed-by: kbarrett

! test/hotspot/jtreg/gc/stress/gclocker/TestExcessGCLockerCollections.java

Changeset: 99935725
Author:    Nils Eliasson <neliasso at openjdk.org>
Date:      2020-07-03 10:05:53 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/99935725

8248388: ZGC: Load barrier incorrectly elided in jdk/java/text/Format/DateFormat/SDFTCKZoneNamesTest.java

Reviewed-by: kvn, thartmann

! src/hotspot/share/opto/arraycopynode.hpp
! src/hotspot/share/opto/macro.cpp

Changeset: 5cf33168
Author:    Roman Kennke <rkennke at openjdk.org>
Date:      2020-07-03 11:09:59 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/5cf33168

8248725: Shenandoah: Claim verifier thread roots for parallel processing

Reviewed-by: shade

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

Changeset: 6c89a965
Author:    Thomas Schatzl <tschatzl at openjdk.org>
Date:      2020-07-03 16:32:33 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/6c89a965

8248306: gc/stress/gclocker/TestExcessGCLockerCollections.java does not compile

Update the test to use the method suggested in JDK-8244010.

Reviewed-by: kbarrett

! test/hotspot/jtreg/gc/stress/gclocker/TestExcessGCLockerCollections.java

Changeset: 734a6c94
Author:    Roman Kennke <rkennke at openjdk.org>
Date:      2020-07-03 17:36:56 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/734a6c94

8248799: Shenandoah: Claim threads token in constructor of ShenandoahRootVerifier

Reviewed-by: zgu

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

Changeset: 82cc03fa
Author:    Daniel Fuchs <dfuchs at openjdk.org>
Date:      2020-07-03 16:50:16 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/82cc03fa

8248703: Clarify the behavior of java.net.NetworkInterface::equals

The API documentation of NetworkInterface::equals is clarified to warn about the possibility that two NetworkInterface representing the same underlying interface objects might not compare equal if the IP addresses bound to the interfaces are being dynamically updated by the system.

Reviewed-by: alanb, chegar

! src/java.base/share/classes/java/net/NetworkInterface.java

Changeset: 4922a35c
Author:    Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date:      2020-07-03 19:05:00 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/4922a35c

Merge

! src/hotspot/share/opto/macro.cpp
! src/hotspot/share/opto/macro.cpp

Changeset: 459da4aa
Author:    Yaofei Song <songyaofei2 at huawei.com>
Committer: Fei Yang <fyang at openjdk.org>
Date:      2020-06-28 16:47:25 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/459da4aa

8248219: aarch64: missing memory barrier in fast_storefield and fast_accessfield

Reviewed-by: aph

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

Changeset: b02e4d4a
Author:    Christian Hagedorn <chagedorn at openjdk.org>
Date:      2020-07-06 09:16:58 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/b02e4d4a

8248596: [TESTBUG] compiler/loopopts/PartialPeelingUnswitch.java times out with Graal enabled

Change C2 specific test to be executed only with server compiler.

Reviewed-by: roland, kvn, thartmann

! test/hotspot/jtreg/compiler/loopopts/PartialPeelingUnswitch.java

Changeset: 6d137a36
Author:    Boris Ulasevich <bulasevich at openjdk.org>
Date:      2020-07-06 04:44:25 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/6d137a36

8248043: Need to eliminate excessive i2l conversions

Reviewed-by: redestad, kvn, iveresov

! src/hotspot/share/opto/subnode.cpp
! src/hotspot/share/opto/subnode.hpp
+ test/hotspot/jtreg/compiler/c2/TestSkipLongToIntCast.java
+ test/micro/org/openjdk/bench/vm/compiler/SkipIntToLongCast.java

Changeset: 2e09a58f
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2020-07-06 15:14:44 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/2e09a58f

8246019: PerfClassTraceTime slows down VM start-up

Reviewed-by: dholmes, redestad, minqi, ccheung

! src/hotspot/share/oops/instanceKlass.cpp

Changeset: 28e219f0
Author:    Toshio Nakamura <tnakamura at openjdk.org>
Date:      2020-07-06 16:08:00 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/28e219f0

8233829: javac cannot find non-ASCII module name under non-UTF8 environment

Reviewed-by: jjg

! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ModuleNameReader.java
+ test/langtools/tools/javac/modules/ModifiedUTFTest.java

Changeset: 8170244a
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2020-07-06 17:52:52 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/8170244a

8248886: InstanceKlass::initialize_impl crashes with -XX:-UsePerfData after JDK-8246019

Reviewed-by: ccheung

! src/hotspot/share/oops/instanceKlass.cpp

Changeset: 63a6adf2
Author:    Chris Plummer <cjplummer at openjdk.org>
Date:      2020-07-03 10:02:37 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/63a6adf2

8248746: Undo jhsdb related exclusiveAccess.dirs changes that were done for JDK-8220295

Reviewed-by: iignatyev

! test/jdk/TEST.ROOT

Changeset: 79ad5512
Author:    Yong Zhou <zhouyong44 at huawei.com>
Committer: Fei Yang <fyang at openjdk.org>
Date:      2020-07-04 08:18:17 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/79ad5512

8243670: Unexpected test result caused by C2 MergeMemNode::Ideal

Reviewed-by: thartmann, roland

! src/hotspot/share/opto/cfgnode.cpp
! src/hotspot/share/opto/memnode.cpp
+ test/hotspot/jtreg/compiler/c2/TestReplaceEquivPhis.java

Changeset: a8d20c92
Author:    Vladimir Kozlov <kvn at openjdk.org>
Date:      2020-07-04 01:06:07 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/a8d20c92

8247527: serviceability/dcmd/gc/HeapDumpCompressedTest.java fails with Graal + ZGC

Excludes running Graal with GC which it does not support

Reviewed-by: dholmes, iignatyev

! test/hotspot/jtreg/serviceability/dcmd/gc/HeapDumpCompressedTest.java

Changeset: 45fce6ba
Author:    John Jiang <jjiang at openjdk.org>
Date:      2020-07-07 06:06:18 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/45fce6ba

8242538: java/security/SecureRandom/ThreadSafe.java failed on windows

Reviewed-by: mullan

! test/jdk/java/security/SecureRandom/ThreadSafe.java

Changeset: 7a4bf245
Author:    Andy Herrick <herrick at openjdk.org>
Date:      2020-07-03 07:49:00 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/7a4bf245

8248501: [macos] App created with jpackage on Mac fails with error -10810

Reviewed-by: asemenyuk, almatvee

! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/LauncherData.java

Changeset: 653af300
Author:    Joe Wang <joehw at openjdk.org>
Date:      2020-07-07 00:09:29 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/653af300

8248348: Regression caused by the update to BCEL 6.0

Reviewed-by: smarks, plevart

! src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/BranchInstruction.java
! src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/Instruction.java
+ test/jaxp/javax/xml/jaxp/unittest/transform/BCELHashCodeTest.java
+ test/jaxp/javax/xml/jaxp/unittest/transform/BCELHashCodeTest.xsl

Changeset: e5842379
Author:    Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date:      2020-07-07 03:12:11 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/e5842379

Merge

! src/hotspot/share/opto/cfgnode.cpp
! src/hotspot/share/opto/memnode.cpp
! src/hotspot/share/opto/cfgnode.cpp
! src/hotspot/share/opto/memnode.cpp

Changeset: 3d1b1a6b
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2020-07-06 23:11:37 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/3d1b1a6b

8248170: Excessive include of compiledMethod, codeCache, javaClasses and systemDictionary

Reviewed-by: dholmes, kvn, coleenp, stefank

! src/hotspot/cpu/aarch64/c1_CodeStubs_aarch64.cpp
! src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp
! src/hotspot/cpu/aarch64/relocInfo_aarch64.cpp
! src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
! src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp
! src/hotspot/cpu/ppc/c1_CodeStubs_ppc.cpp
! src/hotspot/cpu/s390/c1_CodeStubs_s390.cpp
! src/hotspot/cpu/x86/c1_CodeStubs_x86.cpp
! src/hotspot/os/windows/os_windows.cpp
! src/hotspot/share/adlc/main.cpp
! src/hotspot/share/ci/ciEnv.hpp
! src/hotspot/share/ci/ciMethod.hpp
! src/hotspot/share/code/dependencies.hpp
! src/hotspot/share/code/icBuffer.hpp
! src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp
! src/hotspot/share/gc/shared/c1/barrierSetC1.cpp
! src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp
! src/hotspot/share/jfr/recorder/jfrRecorder.cpp
! src/hotspot/share/jfr/recorder/service/jfrOptionSet.cpp
! src/hotspot/share/jvmci/jvmciEnv.hpp
! src/hotspot/share/jvmci/vmStructs_jvmci.cpp
! src/hotspot/share/oops/symbol.cpp
! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/graphKit.cpp
! src/hotspot/share/opto/memnode.cpp
! src/hotspot/share/opto/stringopts.cpp
! src/hotspot/share/opto/type.cpp
! src/hotspot/share/prims/methodHandles.hpp
! src/hotspot/share/runtime/notificationThread.cpp
! src/hotspot/share/runtime/serviceThread.cpp
! src/hotspot/share/runtime/thread.hpp
! src/hotspot/share/runtime/vmOperations.hpp
! src/hotspot/share/services/diagnosticCommand.cpp
! src/hotspot/share/services/threadIdTable.cpp

Changeset: 485194c1
Author:    Patric Hedlin <phedlin at openjdk.org>
Date:      2020-04-21 10:35:53 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/485194c1

8245021: Adding method 'remove_if_existing' to growableArray

Reviewed-by: thartmann, neliasso

! src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp
! src/hotspot/share/opto/compile.hpp
! src/hotspot/share/prims/jvmtiRawMonitor.hpp
! src/hotspot/share/utilities/growableArray.hpp

Changeset: c5bb0235
Author:    Kelvin Nilsen <kdnilsen at openjdk.org>
Date:      2020-07-07 11:35:14 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/c5bb0235

8232782: Shenandoah: streamline post-LRB CAS barrier (aarch64)

Reviewed-by: rkennke

! src/hotspot/cpu/aarch64/gc/shenandoah/c1/shenandoahBarrierSetC1_aarch64.cpp
! src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.hpp
! src/hotspot/cpu/aarch64/gc/shenandoah/shenandoah_aarch64.ad

Changeset: 584e983c
Author:    Boris Ulasevich <bulasevich at openjdk.org>
Date:      2020-07-07 06:20:03 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/584e983c

8248568: compiler/c2/TestBit.java failed: test missing from stdout/stderr

Reviewed-by: kvn

! test/hotspot/jtreg/compiler/c2/TestBit.java

Changeset: a6cf3251
Author:    Christian Hagedorn <chagedorn at openjdk.org>
Date:      2020-07-07 13:00:46 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/a6cf3251

8248226: TestCloneAccessStressGCM fails with -XX:-ReduceBulkZeroing

Taking GC barriers into account in LoadNode::find_previous_arraycopy() when ReduceInitialCardMarks is disabled.

Reviewed-by: kvn, roland

! src/hotspot/share/opto/memnode.cpp
! test/hotspot/jtreg/compiler/arraycopy/TestCloneAccessStressGCM.java
! test/hotspot/jtreg/compiler/arraycopy/TestEliminateArrayCopy.java
! test/hotspot/jtreg/compiler/arraycopy/TestInstanceCloneAsLoadsStores.java

Changeset: 50e18e29
Author:    Daniil Titov <dtitov at openjdk.org>
Date:      2020-07-07 10:18:53 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/50e18e29

8227337: javax/management/remote/mandatory/connection/ReconnectTest.java NoSuchObjectException no such object in table

Reviewed-by: phh

! test/jdk/ProblemList.txt
! test/jdk/javax/management/remote/mandatory/connection/MultiThreadDeadLockTest.java
! test/jdk/javax/management/remote/mandatory/connection/ReconnectTest.java

Changeset: f243b281
Author:    Daniil Titov <dtitov at openjdk.org>
Date:      2020-07-07 10:27:47 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/f243b281

8205467: javax/management/remote/mandatory/connection/MultiThreadDeadLockTest.java possible deadlock

Reviewed-by: phh

! test/jdk/javax/management/remote/mandatory/connection/MultiThreadDeadLockTest.java

Changeset: db2d4e8f
Author:    Chris Plummer <cjplummer at openjdk.org>
Date:      2020-07-07 13:07:53 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/db2d4e8f

8248194: Need better support for running SA tests on core files

Reviewed-by: amenkov, lmesnik

! test/hotspot/jtreg/serviceability/sa/ClhsdbCDSCore.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbFindPC.java
! test/hotspot/jtreg/serviceability/sa/TestJmapCore.java
! test/lib/jdk/test/lib/SA/SATestUtils.java
! test/lib/jdk/test/lib/apps/LingeredApp.java
! test/lib/jdk/test/lib/apps/libLingeredApp.c
+ test/lib/jdk/test/lib/util/CoreUtils.java

Changeset: 1b3a127d
Author:    Markus Grönlund <mgronlun at openjdk.org>
Date:      2020-07-07 16:20:30 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/1b3a127d

8241803: JFR TestThreadStartEndEvents.java failed due to "RuntimeException: Wrong thread id"

Reviewed-by: egahlin

! test/jdk/jdk/jfr/event/runtime/TestThreadStartEndEvents.java

Changeset: c7ecaa4a
Author:    Yaofei Song <songyaofei2 at huawei.com>
Committer: Fei Yang <fyang at openjdk.org>
Date:      2020-06-28 16:47:25 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/c7ecaa4a

8248219: aarch64: missing memory barrier in fast_storefield and fast_accessfield

Reviewed-by: aph

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

Changeset: ca91da0e
Author:    Markus Grönlund <mgronlun at openjdk.org>
Date:      2020-07-07 17:52:55 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/ca91da0e

8248794: Transition JFR Periodic Task Thread to "_thread_in_native" before invoking performance counters

Reviewed-by: egahlin

! src/hotspot/share/jfr/periodic/jfrPeriodic.cpp

Changeset: f4756fdf
Author:    Valerie Peng <valeriep at openjdk.org>
Date:      2020-07-07 16:55:29 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/f4756fdf

8248505: Unexpected NoSuchAlgorithmException when using secure random impl from BCFIPS provider

Use getService(...) call for Provider.getDefaultSecureRandomService()

Reviewed-by: weijun, coffeys, mullan

! src/java.base/share/classes/java/security/Provider.java
! test/jdk/java/security/SecureRandom/DefaultAlgo.java

Changeset: 5899ef11
Author:    Igor Ignatyev <iignatyev at openjdk.org>
Date:      2020-07-02 11:38:00 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/5899ef11

8208243: vmTestbase/gc/lock/jni/jnilock002/TestDescription.java fails in jdk/hs nightly

Reviewed-by: tschatzl

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/BooleanArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/ByteArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/CharArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/DoubleArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/FloatArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/IntArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/LongArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/ShortArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/StringCriticalLocker.cpp

Changeset: e87c8648
Author:    Zhuo Wang <zhuoren.wz at alibaba-inc.com>
Committer: Vladimir Kozlov <kvn at openjdk.org>
Date:      2020-07-07 11:38:05 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/e87c8648

8248570: Incorrect copyright header in TestUnsafeUnalignedSwap.java

Reviewed-by: kvn

! test/hotspot/jtreg/compiler/unsafe/TestUnsafeUnalignedSwap.java

Changeset: c782d0e4
Author:    Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date:      2020-07-07 23:42:50 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/c782d0e4

Merge

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/ProblemList.txt

Changeset: ed05d576
Author:    Alexander Matveev <almatvee at openjdk.org>
Date:      2020-07-07 16:08:29 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/ed05d576

8223955: Eliminate or reduce mixing of old File API and new Path/Files APIs

Reviewed-by: herrick, asemenyuk

! src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/DesktopIntegration.java
! src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/LinuxAppImageBuilder.java
! src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/LinuxDebBundler.java
! src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/LinuxPackageBundler.java
! src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/LinuxRpmBundler.java
! src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/MacAppImageBuilder.java
! src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/MacAppStoreBundler.java
! src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/MacBaseInstallerBundler.java
! src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/MacCertificate.java
! src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/MacDmgBundler.java
! src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/MacPkgBundler.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/AbstractAppImageBuilder.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/AbstractBundler.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/AddLauncherArguments.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/AppImageBundler.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/AppImageFile.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/Arguments.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/BundleParams.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/Bundler.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/DeployParams.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/Executor.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/FileAssociation.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/IOUtils.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/LauncherData.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/PathGroup.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/ScriptRunner.java
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/StandardBundlerParam.java
! src/jdk.incubator.jpackage/windows/classes/jdk/incubator/jpackage/internal/ExecutableRebrander.java
! src/jdk.incubator.jpackage/windows/classes/jdk/incubator/jpackage/internal/WinExeBundler.java
! src/jdk.incubator.jpackage/windows/classes/jdk/incubator/jpackage/internal/WinMsiBundler.java
! src/jdk.incubator.jpackage/windows/classes/jdk/incubator/jpackage/internal/WindowsAppImageBuilder.java
! src/jdk.incubator.jpackage/windows/classes/jdk/incubator/jpackage/internal/WixSourcesBuilder.java
! src/jdk.incubator.jpackage/windows/classes/jdk/incubator/jpackage/internal/WixTool.java
! test/jdk/tools/jpackage/junit/jdk/incubator/jpackage/internal/DeployParamsTest.java

Changeset: eeb4b15f
Author:    Chris Plummer <cjplummer at openjdk.org>
Date:      2020-07-07 19:17:47 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/eeb4b15f

8249002: New serviceability/sa/ClhsdbFindPC.java #id2 and #id3 tests are failing with ZGC

Reviewed-by: iignatyev

! test/hotspot/jtreg/ProblemList-zgc.txt

Changeset: d7b097f1
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2020-07-07 23:11:13 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/d7b097f1

8244764: Improve assertion for CPP_VTABLE_PATCH_TYPES_DO

Reviewed-by: lfoltan, coleenp

! src/hotspot/share/memory/dynamicArchive.cpp
! src/hotspot/share/memory/metaspaceShared.cpp
! src/hotspot/share/memory/metaspaceShared.hpp

Changeset: 1d5ec8f3
Author:    Patric Hedlin <phedlin at openjdk.org>
Date:      2020-06-17 19:53:48 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/1d5ec8f3

8247762: [aarch64] Timeout in .../HeapDumpTestWithActiveProcess.java due to inf. loop in AARCH64CurrentFrameGuess.run()

Reviewed-by: cjplummer, aph

! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/aarch64/AARCH64CurrentFrameGuess.java

Changeset: d42f541d
Author:    Andrew Leonard <aleonard at openjdk.org>
Date:      2020-07-08 09:23:59 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/d42f541d

8248231: deserializeLambda created with wrong encoding if platform encoding not UTF-8

Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
+ test/jdk/java/lang/invoke/lambda/LambdaFileEncodingSerialization.java
+ test/jdk/java/lang/invoke/lambda/TestLambdaFileEncodingSerialization.java

Changeset: d308558d
Author:    Daniel Fuchs <dfuchs at openjdk.org>
Date:      2020-07-08 15:16:47 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/d308558d

8248865: Document JNDI/LDAP timeout properties

Documentation added in the module-info of java.naming

Reviewed-by: chegar, aefimov, mullan

! src/java.naming/share/classes/module-info.java

Changeset: 0853b330
Author:    Andrew Leonard <aleonard at openjdk.org>
Date:      2020-07-08 03:08:30 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/0853b330

8248701: On Windows generated modules-deps.gmk can contain backslash-r (CR) characters

Reviewed-by: erikj

! make/common/Modules.gmk

Changeset: 4d2b0b53
Author:    Erik Gahlin <egahlin at openjdk.org>
Date:      2020-07-08 17:37:27 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/4d2b0b53

8248016: JFR: Remove Javadoc warnings

Reviewed-by: mgronlun

! src/jdk.jfr/share/classes/jdk/jfr/EventType.java
! src/jdk.jfr/share/classes/jdk/jfr/FlightRecorderPermission.java
! src/jdk.jfr/share/classes/jdk/jfr/SettingControl.java
! src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedEvent.java
! src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedObject.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/Control.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/EventControl.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/EventInstrumentation.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/PrivateAccess.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/TypeLibrary.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/Utils.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/settings/CutoffSetting.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/settings/EnabledSetting.java
+ src/jdk.jfr/share/classes/jdk/jfr/internal/settings/JDKSettingControl.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/settings/PeriodSetting.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/settings/StackTraceSetting.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/settings/ThresholdSetting.java

Changeset: dfe381ae
Author:    Leonid Mesnik <lmesnik at openjdk.org>
Date:      2020-07-08 12:11:06 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/dfe381ae

8248658: Remove vmTestbase/vm/share/vmcrasher

Reviewed-by: cjplummer, sspitsyn

- test/hotspot/jtreg/vmTestbase/vm/share/vmcrasher/Crasher.java
- test/hotspot/jtreg/vmTestbase/vm/share/vmcrasher/CrasherFactory.java
- test/hotspot/jtreg/vmTestbase/vm/share/vmcrasher/SignalCrasher.java
- test/hotspot/jtreg/vmTestbase/vm/share/vmcrasher/UnsafeGCCrasher.java
- test/hotspot/jtreg/vmTestbase/vm/share/vmcrasher/UnsafeJavaCrasher.java

Changeset: e2353cc3
Author:    Vladimir Kozlov <kvn at openjdk.org>
Date:      2020-07-08 15:46:02 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/e2353cc3

8248987: AOT's Linker.java seems to eagerly fail-fast on Windows

Treat all problems in getVC141AndNewerLinker() as non-fatal. Print error messages with --verbose flag.

Reviewed-by: iignatyev, iveresov

! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Linker.java

Changeset: fc1b24e4
Author:    Weijun Wang <weijun at openjdk.org>
Date:      2020-07-09 09:22:01 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/fc1b24e4

8243592: Subject$SecureSet::addAll should not call contains(null)

Reviewed-by: mullan

! src/java.base/share/classes/javax/security/auth/Subject.java
+ test/jdk/javax/security/auth/Subject/UnreliableContains.java

Changeset: 11ba454f
Author:    Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date:      2020-07-09 04:10:33 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/11ba454f

Added tag jdk-16+5 for changeset 143e258f64af

! .hgtags

Changeset: ddcb17e1
Author:    Calvin Cheung <ccheung at openjdk.org>
Date:      2020-07-07 22:47:59 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/ddcb17e1

8248112: array index out of bound in FileMapInfo::check_paths

Check runtime classpath lengths after calling create_path_array().

Reviewed-by: iklam, minqi

! src/hotspot/share/memory/filemap.cpp
! test/hotspot/jtreg/runtime/cds/appcds/BootClassPathMismatch.java
! test/hotspot/jtreg/runtime/cds/appcds/WrongClasspath.java

Changeset: 802737ca
Author:    Nick Gasson <ngasson at openjdk.org>
Date:      2020-07-07 14:14:22 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/802737ca

8248845: AArch64: stack corruption after spilling vector register

Reviewed-by: kvn

! src/hotspot/share/opto/output.cpp

Changeset: a0e50437
Author:    Anthony Scarpino <ascarpino at openjdk.org>
Date:      2020-07-08 08:58:05 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/a0e50437

8246806: Incorrect copyright header in KeyAgreementTest.java, GroupName.java

Reviewed-by: weijun

! test/jdk/java/security/KeyAgreement/KeyAgreementTest.java
! test/jdk/sun/security/tools/keytool/GroupName.java

Changeset: e5c43ab8
Author:    Igor Ignatyev <iignatyev at openjdk.org>
Date:      2020-07-08 11:28:06 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/e5c43ab8

8249018: clean up FileInstaller $test.src $cwd in vmTestbase_vm_mlvm tests

Reviewed-by: kvn

! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/castToGrandparent/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/castToParent/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/classNameInStackTrace/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/finalSuperclass/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/findByName/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/invalidSuperclass/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/isGarbageCollected/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/func/uniqueClassAndObject/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/byteMutation/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/oome/heap/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/oome/metaspace/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/parallelLoad/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/anonloader/stress/randomBytecodes/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/correctBootstrap/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/incorrectBootstrap/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/manyIndyOneCPX/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/mh/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/stress/classfmt/mt/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/rawRetypes/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/thisAsArgument/INDIFY_Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/verifyStackTrace/INDIFY_Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jdi/breakpoint/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jdi/breakpointOtherStratum/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_a/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_b/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_a/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_b/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_a/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_b/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2same_a/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2same_b/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_a/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_b/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInBootstrap/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInTarget/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/INDIFY_Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/gc/lotsOfCallSites/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/loopsAndThreads/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/mutableCallSiteDekker/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/relinkMutableCallSite/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/relinkMutableCallSiteFreq/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/relinkVolatileCallSite/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/relinkVolatileCallSiteFreq/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/java/volatileCallSiteDekker/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/stress/jdi/breakpointInCompiledCode/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/java/throwException/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/jdi/breakpoint/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/jdi/breakpointOtherStratum/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7087658/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7127687/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7129034/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/i2c_c2i/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/inlineMHTarget/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/sequences/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/gc/createLotsOfMH/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/gc/createLotsOfMHConsts/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/java/sequences/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java

Changeset: dda0c6ce
Author:    Ivan Sipka <ivan.sipka at oracle.com>
Committer: Igor Ignatyev <iignatyev at openjdk.org>
Date:      2020-07-08 20:35:36 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/dda0c6ce

8211974: move test/jdk/lib/testlibrary/java/util/jar/*.java to top-level library or a local library

Reviewed-by: rriggs, bchristi, lancea, iignatyev

! test/jdk/java/net/URL/JarHandlerPkgPrefix/JarHandlerPkgPrefix.java
! test/jdk/java/util/jar/JarFile/JarBacktickManifest.java
! test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java
! test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarHttpProperties.java
! test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarProperties.java
! test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarSecurity.java
! test/jdk/jdk/nio/zipfs/jarfs/JFSTester.java
! test/jdk/jdk/nio/zipfs/jarfs/MultiReleaseJarTest.java
- test/jdk/lib/testlibrary/java/util/jar/Compiler.java
! test/jdk/lib/testlibrary/java/util/jar/CreateMultiReleaseTestJars.java
- test/jdk/lib/testlibrary/java/util/jar/JarBuilder.java
! test/jdk/sun/net/www/protocol/jar/MultiReleaseJarURLConnection.java
+ test/lib/jdk/test/lib/compiler/Compiler.java
+ test/lib/jdk/test/lib/util/JarBuilder.java

Changeset: 9f0bafe6
Author:    Daniel D. Daugherty <dcubed at openjdk.org>
Date:      2020-07-08 17:19:57 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/9f0bafe6

8249097: test/lib/jdk/test/lib/util/JarBuilder.java has a bad copyright

Reviewed-by: iignatyev

! test/lib/jdk/test/lib/util/JarBuilder.java

Changeset: 69a94039
Author:    Igor Veresov <iveresov at openjdk.org>
Date:      2020-07-08 17:00:50 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/69a94039

8248822: 8 vm/classfmt/atr_ann/atr_rtm_annot007/atr_rtm_annot00709 tests fail w/ AOT

Remove Remove jdk.internal.reflect.ConstantPool intrinsics.

Reviewed-by: kvn

- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/ConstantPoolSubstitutionsTests.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/HotSpotGraphBuilderPlugins.java

Changeset: 2fe15bc6
Author:    Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date:      2020-07-09 04:02:21 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/2fe15bc6

Added tag jdk-15+31 for changeset a32f58c6b8be

! .hgtags

Changeset: 3dcd1c1a
Author:    Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date:      2020-07-09 04:32:30 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/3dcd1c1a

Merge

! .hgtags
! src/hotspot/share/opto/output.cpp
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/HotSpotGraphBuilderPlugins.java
! .hgtags
! src/hotspot/share/opto/output.cpp
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/HotSpotGraphBuilderPlugins.java

Changeset: ed31b661
Author:    Koichi Sakata <sakatakui at oss.nttdata.com>
Committer: Ioi Lam <iklam at openjdk.org>
Date:      2020-07-08 11:39:11 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/ed31b661

8247818: GCC 10 warning stringop-overflow with symbol code

Reviewed-by: kbarrett, iklam

! src/hotspot/share/oops/symbol.cpp
! src/hotspot/share/oops/symbol.hpp

Changeset: 6a91c73d
Author:    Andrew Haley <aph at openjdk.org>
Date:      2020-07-09 05:30:22 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/6a91c73d

8248403: AArch64: Remove uses of kernel integer types

Reviewed-by: kbarrett, dholmes

! src/hotspot/cpu/aarch64/aarch64.ad
! src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/immediate_aarch64.cpp
! src/hotspot/cpu/aarch64/immediate_aarch64.hpp
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp
! src/hotspot/cpu/aarch64/templateTable_aarch64.cpp

Changeset: f4f09402
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2020-07-09 12:26:10 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/f4f09402

8249141: Fix indent in java_lang_Record definition in vmSymbols.hpp

Reviewed-by: dholmes

! src/hotspot/share/classfile/vmSymbols.hpp

Changeset: 65b23ca6
Author:    Bob Vandette <bobv at openjdk.org>
Date:      2020-07-08 19:59:22 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/65b23ca6

8249080: Reduce MemberName class dependency on MethodHandles

Reviewed-by: mchung

! src/java.base/share/classes/java/lang/invoke/MethodHandles.java

Changeset: 59e3ebb4
Author:    Thomas Schatzl <tschatzl at openjdk.org>
Date:      2020-07-09 16:22:22 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/59e3ebb4

8248322: G1: Refactor full collection sizing code

Reviewed-by: iwalulya, kbarrett

! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.hpp
! src/hotspot/share/gc/g1/g1HeapSizingPolicy.cpp
! src/hotspot/share/gc/g1/g1HeapSizingPolicy.hpp

Changeset: 6b911624
Author:    Thomas Schatzl <tschatzl at openjdk.org>
Date:      2020-07-09 16:22:23 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/6b911624

8210462: Fix remaining mentions of initial mark

Reviewed-by: lkorinth, kbarrett

! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.hpp
! src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp
! src/hotspot/share/gc/g1/g1CollectorState.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMarkThread.hpp
+ src/hotspot/share/gc/g1/g1ConcurrentStartToMixedTimeTracker.hpp
! src/hotspot/share/gc/g1/g1EvacFailure.cpp
! src/hotspot/share/gc/g1/g1IHOPControl.hpp
- src/hotspot/share/gc/g1/g1InitialMarkToMixedTimeTracker.hpp
! src/hotspot/share/gc/g1/g1OopClosures.inline.hpp
! src/hotspot/share/gc/g1/g1Policy.cpp
! src/hotspot/share/gc/g1/g1Policy.hpp
! src/hotspot/share/gc/g1/g1RootClosures.cpp
! src/hotspot/share/gc/g1/g1SharedClosures.hpp
! src/hotspot/share/gc/g1/g1VMOperations.cpp
! src/hotspot/share/gc/g1/g1YCTypes.hpp
! src/hotspot/share/gc/g1/g1_globals.hpp
! src/hotspot/share/gc/g1/heapRegion.cpp
! src/hotspot/share/gc/g1/heapRegion.hpp
! src/hotspot/share/gc/shared/gcVMOperations.cpp
! src/hotspot/share/jfr/metadata/metadata.xml
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/G1YCType.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java
! test/hotspot/jtreg/gc/g1/TestGCLogMessages.java
+ test/hotspot/jtreg/gc/g1/TestHumongousAllocConcurrentStart.java
- test/hotspot/jtreg/gc/g1/TestHumongousAllocInitialMark.java
! test/hotspot/jtreg/gc/g1/TestRemsetLoggingTools.java

Changeset: 97b948a9
Author:    Andrew Haley <aph at openjdk.org>
Date:      2020-06-25 12:24:50 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/97b948a9

8248336: AArch64: C2: offset overflow in BoxLockNode::emit

Reviewed-by: adinn

! src/hotspot/cpu/aarch64/aarch64.ad

Changeset: 9bac33fb
Author:    Zhengyu Gu <zgu at openjdk.org>
Date:      2020-07-09 13:34:24 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/9bac33fb

8248426: NMT: VirtualMemoryTracker::split_reserved_region() does not properly update summary counting

Reviewed-by: stuefe, minqi

! src/hotspot/share/services/virtualMemoryTracker.cpp
! src/hotspot/share/services/virtualMemoryTracker.hpp

Changeset: 5c76194a
Author:    Joe Darcy <darcy at openjdk.org>
Date:      2020-07-09 16:06:09 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/5c76194a

8248983: Add links to definition of empty name

Reviewed-by: forax, jjg, jlaskey

! src/java.compiler/share/classes/javax/lang/model/element/Element.java
! src/java.compiler/share/classes/javax/lang/model/element/ExecutableElement.java
! src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java
! src/java.compiler/share/classes/javax/lang/model/element/Name.java
! src/java.compiler/share/classes/javax/lang/model/element/PackageElement.java
! src/java.compiler/share/classes/javax/lang/model/element/TypeElement.java

Changeset: 183dadbe
Author:    Igor Ignatyev <iignatyev at openjdk.org>
Date:      2020-07-09 09:05:58 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/183dadbe

8249037: clean up FileInstaller $test.src $cwd in vmTestbase_vm_g1classunloading tests

Reviewed-by: kbarrett

! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_keep_obj/TestDescription.java

Changeset: 1b1fb080
Author:    Leo Jiang <ljiang at openjdk.org>
Date:      2020-07-09 17:04:06 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/1b1fb080

8249086: JDK 15 L10N resource file update - msg drop 10

Reviewed-by: naoto

! src/demo/share/jfc/SwingSet2/resources/swingset_ja.properties
! src/java.base/share/classes/sun/security/tools/keytool/Resources_ja.java
! src/java.base/share/classes/sun/security/tools/keytool/Resources_zh_CN.java
! src/java.rmi/share/classes/sun/rmi/server/resources/rmid_ja.properties
! src/java.rmi/share/classes/sun/rmi/server/resources/rmid_zh_CN.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_ja.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties
! src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/resources/MacResources_ja.properties
! src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/resources/MacResources_zh_CN.properties
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/resources/HelpResources_ja.properties
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/resources/HelpResources_zh_CN.properties
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/resources/MainResources_ja.properties
! src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/resources/MainResources_zh_CN.properties
! src/jdk.incubator.jpackage/windows/classes/jdk/incubator/jpackage/internal/resources/WinResources_ja.properties
! src/jdk.incubator.jpackage/windows/classes/jdk/incubator/jpackage/internal/resources/WinResources_zh_CN.properties
! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources_ja.java
! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources_zh_CN.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard_ja.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard_zh_CN.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets_ja.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets_zh_CN.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc_ja.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc_zh_CN.properties
! src/jdk.jconsole/share/classes/sun/tools/jconsole/resources/messages_ja.properties
! src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap_ja.properties
! src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap_zh_CN.properties
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n_ja.properties
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n_zh_CN.properties

Changeset: 37880ba6
Author:    Vicente Romero <vromero at openjdk.org>
Date:      2020-07-09 17:37:53 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/37880ba6

8242529: javac defines type annotations incorrectly for record members (constructor and property accessor)

Reviewed-by: psandoz, jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TypeEnter.java
! test/langtools/tools/javac/diags/examples/KindnameRecord.java
+ test/langtools/tools/javac/processing/model/element/RecordNotPreservingNestedTypeAnnotationsTest.java

Changeset: d3d29a4f
Author:    Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date:      2020-07-10 02:51:04 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/d3d29a4f

Merge


Changeset: 0a38584c
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2020-07-10 10:37:12 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/0a38584c

8248652: Shenandoah: SATB buffer handling may assume no forwarded objects

Reviewed-by: rkennke

! src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.inline.hpp
! src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.inline.hpp
! src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp
! src/hotspot/share/gc/shenandoah/shenandoahHeap.inline.hpp
! src/hotspot/share/gc/shenandoah/shenandoahSATBMarkQueueSet.cpp

Changeset: 08d04591
Author:    duke <duke at openjdk.org>
Date:      2020-07-10 11:00:49 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/08d04591

Automatic merge of jdk:master into master


Changeset: 9ab4d7b0
Author:    duke <duke at openjdk.org>
Date:      2020-07-10 11:01:10 +0000
URL:       https://git.openjdk.java.net/panama-foreign/commit/9ab4d7b0

Automatic merge of master into foreign-memaccess




More information about the panama-dev mailing list