git: openjdk/lanai: 21 new changesets

duke duke at openjdk.java.net
Sat Mar 13 03:01:48 UTC 2021


Changeset: 9f6b1d7f
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-03-12 07:35:11 +0000
URL:       https://git.openjdk.java.net/lanai/commit/9f6b1d7f

8263436: Silly array comparison in GaloisCounterMode.overlapDetection

Reviewed-by: ascarpino

! src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java

Changeset: e25ad730
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-03-12 07:40:52 +0000
URL:       https://git.openjdk.java.net/lanai/commit/e25ad730

8263430: Uninitialized Method* variables after JDK-8233913

Reviewed-by: coleenp, hseigel

! src/hotspot/share/interpreter/linkResolver.cpp
! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/jvmci/jvmciJavaClasses.cpp

Changeset: ff259393
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2021-03-12 07:58:30 +0000
URL:       https://git.openjdk.java.net/lanai/commit/ff259393

8263426: Reflow JfrNetworkUtilization::send_events

Reviewed-by: mgronlun

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

Changeset: aa33443b
Author:    Robbin Ehn <rehn at openjdk.org>
Date:      2021-03-12 08:58:26 +0000
URL:       https://git.openjdk.java.net/lanai/commit/aa33443b

8262454: Handshake timeout improvements, single target, kill unfinished thread

Reviewed-by: pchilanomate, dholmes, dcubed

! src/hotspot/share/runtime/handshake.cpp
! src/hotspot/share/runtime/handshake.hpp
+ test/hotspot/jtreg/runtime/handshake/HandshakeTimeoutTest.java

Changeset: 0bbe064c
Author:    Pengfei Li <pli at openjdk.org>
Date:      2021-03-12 09:41:11 +0000
URL:       https://git.openjdk.java.net/lanai/commit/0bbe064c

8263354: Accumulated C2 code cleanups

Reviewed-by: thartmann, redestad

! src/hotspot/cpu/aarch64/aarch64_sve.ad
! src/hotspot/cpu/aarch64/aarch64_sve_ad.m4
! src/hotspot/share/adlc/formssel.cpp
! src/hotspot/share/opto/loopnode.hpp

Changeset: a9b156d3
Author:    Markus Grönlund <mgronlun at openjdk.org>
Date:      2021-03-12 10:05:22 +0000
URL:       https://git.openjdk.java.net/lanai/commit/a9b156d3

8258414: OldObjectSample events too expensive

Co-authored-by: Florian David <florian.david at datadoghq.com>
Reviewed-by: jbachorik

! src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp
! src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.hpp
! src/hotspot/share/jfr/leakprofiler/sampling/objectSampler.cpp
! src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceId.hpp
! src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp
! src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp
! src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.hpp
! src/hotspot/share/jfr/support/jfrAllocationTracer.cpp
! src/hotspot/share/jfr/support/jfrAllocationTracer.hpp

Changeset: 65421fae
Author:    Harold Seigel <hseigel at openjdk.org>
Date:      2021-03-12 13:14:32 +0000
URL:       https://git.openjdk.java.net/lanai/commit/65421fae

8213177: GlobalCounter::CSContext could be an enum class

Reviewed-by: lfoltan, kbarrett

! src/hotspot/share/utilities/globalCounter.hpp

Changeset: a6e056fd
Author:    Vladimir Kozlov <kvn at openjdk.org>
Date:      2021-03-12 16:59:50 +0000
URL:       https://git.openjdk.java.net/lanai/commit/a6e056fd

8263125: During deoptimization vectors should reassign scalarized payload after all objects are reallocated.

Reviewed-by: vlivanov, rrich

! src/hotspot/share/code/location.cpp
! src/hotspot/share/prims/vectorSupport.cpp
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/stackValue.cpp
! test/jdk/jdk/incubator/vector/Vector64ConversionTests.java

Changeset: 0b10c6b4
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
Date:      2021-03-12 17:29:48 +0000
URL:       https://git.openjdk.java.net/lanai/commit/0b10c6b4

8263017: Read barriers are missing in nmethod printing code

Reviewed-by: eosterlund, kvn

! src/hotspot/share/code/nmethod.cpp

Changeset: 4b5c664b
Author:    Harold Seigel <hseigel at openjdk.org>
Date:      2021-03-12 19:00:36 +0000
URL:       https://git.openjdk.java.net/lanai/commit/4b5c664b

8178348: left_n_bits(0) invokes undefined behavior

Reviewed-by: dholmes, coleenp

! src/hotspot/share/utilities/globalDefinitions.cpp
! src/hotspot/share/utilities/globalDefinitions.hpp

Changeset: 0ea48d9d
Author:    Alexander Zvegintsev <azvegint at openjdk.org>
Date:      2021-03-12 19:11:03 +0000
URL:       https://git.openjdk.java.net/lanai/commit/0ea48d9d

8194129: Regression automated Test '/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/TranslucentChoice.java' fails

Reviewed-by: serb, psadhukhan

! test/jdk/ProblemList.txt
! test/jdk/java/awt/Window/ShapedAndTranslucentWindows/TranslucentChoice.java

Changeset: b932a62c
Author:    Coleen Phillimore <coleenp at openjdk.org>
Date:      2021-03-12 20:48:51 +0000
URL:       https://git.openjdk.java.net/lanai/commit/b932a62c

8263470: Consolidate copies of getClassBytes in various tests

Reviewed-by: hseigel, stuefe, mseledtsov

! test/hotspot/jtreg/runtime/BadObjectClass/TestUnloadClassError.java
! test/hotspot/jtreg/runtime/ClassUnload/ConstantPoolDependsTest.java
! test/hotspot/jtreg/runtime/ClassUnload/DictionaryDependsTest.java
! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveClass.java
! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveClassLoader.java
! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveObject.java
! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveSoftReference.java
! test/hotspot/jtreg/runtime/ClassUnload/MyDiffClassLoader.java
! test/hotspot/jtreg/runtime/ClassUnload/SuperDependsTest.java
! test/hotspot/jtreg/runtime/ClassUnload/UnloadInterfaceTest.java
! test/hotspot/jtreg/runtime/ClassUnload/UnloadTest.java
! test/hotspot/jtreg/runtime/DefineClass/NullClassBytesTest.java
! test/hotspot/jtreg/runtime/MemberName/MemberNameLeak.java
! test/hotspot/jtreg/runtime/Nestmates/membership/TestNestHostErrorWithClassUnload.java
! test/hotspot/jtreg/runtime/cds/appcds/customLoader/HelloCustom.java
! test/hotspot/jtreg/runtime/cds/appcds/customLoader/HelloCustom_JFR.java
! test/hotspot/jtreg/runtime/cds/appcds/customLoader/UnloadUnregisteredLoaderTest.java
! test/hotspot/jtreg/runtime/cds/appcds/customLoader/test-classes/HelloUnload.java
! test/hotspot/jtreg/runtime/cds/appcds/customLoader/test-classes/UnloadUnregisteredLoader.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/HelloDynamicCustom.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/HelloDynamicCustomUnload.java
! test/hotspot/jtreg/runtime/defineAnonClass/TestAnonSymbolLeak.java
! test/hotspot/jtreg/runtime/logging/ClassLoadUnloadTest.java
! test/hotspot/jtreg/runtime/logging/LoaderConstraintsTest.java
! test/hotspot/jtreg/runtime/logging/loadLibraryTest/LoadLibraryTest.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodDiffCL_Umod.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodDiffCL_UmodUpkg.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodUpkgDiffCL_Umod.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodUpkg_Umod.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/Umod_UmodUpkg.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/myloaders/MyDiffClassLoader.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/myloaders/MySameClassLoader.java
! test/hotspot/jtreg/runtime/modules/CCE_module_msg.java
- test/hotspot/jtreg/runtime/testlibrary/ClassUnloadCommon.java
+ test/lib/jdk/test/lib/classloader/ClassUnloadCommon.java
= test/lib/jdk/test/lib/classloader/ClassWithManyMethodsClassLoader.java

Changeset: ecfa712c
Author:    Chris Plummer <cjplummer at openjdk.org>
Date:      2021-03-12 21:05:02 +0000
URL:       https://git.openjdk.java.net/lanai/commit/ecfa712c

8263326: Remove ReceiverTypeData check from serviceability/sa/TestPrintMdo.java

Reviewed-by: dholmes

! test/hotspot/jtreg/serviceability/sa/TestPrintMdo.java

Changeset: b2f7c58d
Author:    Chris Plummer <cjplummer at openjdk.org>
Date:      2021-03-12 21:06:14 +0000
URL:       https://git.openjdk.java.net/lanai/commit/b2f7c58d

8263055: hsdb Command Line Debugger does not properly direct output for some commands

Reviewed-by: amenkov, ysuenaga

! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/CommandProcessor.java

Changeset: 0c8350ed
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2021-03-12 21:45:01 +0000
URL:       https://git.openjdk.java.net/lanai/commit/0c8350ed

8263460: DynamicArchiveRelocationTest.java fails in product VM

Reviewed-by: ccheung, dcubed

! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java

Changeset: bf9b5fa7
Author:    Jie Fu <jiefu at openjdk.org>
Date:      2021-03-12 22:56:47 +0000
URL:       https://git.openjdk.java.net/lanai/commit/bf9b5fa7

8263501: compiler/oracle/TestInvalidCompileCommand.java fails with release VMs

Reviewed-by: kvn

! test/hotspot/jtreg/compiler/oracle/TestInvalidCompileCommand.java

Changeset: e834f99d
Author:    Igor Ignatyev <iignatyev at openjdk.org>
Date:      2021-03-12 23:13:16 +0000
URL:       https://git.openjdk.java.net/lanai/commit/e834f99d

8263412: ClassFileInstaller can't be used by classes outside of default package

Reviewed-by: iklam, coleenp, mseledtsov

! test/hotspot/jtreg/runtime/BadObjectClass/BootstrapRedefine.java
! test/hotspot/jtreg/runtime/ClassFile/PreviewVersion.java
! test/hotspot/jtreg/runtime/cds/BootAppendTests.java
! test/hotspot/jtreg/runtime/cds/SharedStrings.java
! test/hotspot/jtreg/runtime/cds/appcds/ArchiveRelocationTest.java
! test/hotspot/jtreg/runtime/cds/appcds/BootClassPathMismatch.java
! test/hotspot/jtreg/runtime/cds/appcds/CDSandJFR.java
! test/hotspot/jtreg/runtime/cds/appcds/DumpClassList.java
! test/hotspot/jtreg/runtime/cds/appcds/FieldLayoutFlags.java
! test/hotspot/jtreg/runtime/cds/appcds/JarBuilder.java
! test/hotspot/jtreg/runtime/cds/appcds/PackageSealing.java
! test/hotspot/jtreg/runtime/cds/appcds/WrongClasspath.java
! test/hotspot/jtreg/runtime/cds/appcds/cacheObject/ArchivedIntegerCacheTest.java
! test/hotspot/jtreg/runtime/cds/appcds/cacheObject/ArchivedModuleComboTest.java
! test/hotspot/jtreg/runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java
! test/hotspot/jtreg/runtime/cds/appcds/cacheObject/ArchivedModuleWithCustomImageTest.java
! test/hotspot/jtreg/runtime/cds/appcds/cacheObject/CheckCachedMirrorTest.java
! test/hotspot/jtreg/runtime/cds/appcds/cacheObject/CheckCachedResolvedReferences.java
! test/hotspot/jtreg/runtime/cds/appcds/cacheObject/GCStressTest.java
! test/hotspot/jtreg/runtime/cds/appcds/cacheObject/MirrorWithReferenceFieldsTest.java
! test/hotspot/jtreg/runtime/cds/appcds/cacheObject/PrimitiveTypesTest.java
! test/hotspot/jtreg/runtime/cds/appcds/cacheObject/RedefineClassTest.java
! test/hotspot/jtreg/runtime/cds/appcds/condy/CondyHelloTest.java
! test/hotspot/jtreg/runtime/cds/appcds/customLoader/HelloCustom.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/ArchiveConsistency.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/ArchivedSuperIf.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/ArrayKlasses.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/BasicLambdaTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/ClassResolutionFailure.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/DynamicArchiveTestBase.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/DynamicLotsOfClasses.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/ExcludedClasses.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/HelloDynamic.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/HelloDynamicCustom.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/HelloDynamicCustomUnload.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/JITInteraction.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/LambdaCustomLoader.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/LambdaForClassInBaseArchive.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/LambdaInBaseArchive.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/LambdaProxyCallerIsHidden.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/LambdaProxyDuringShutdown.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/LinkClassTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/MethodSorting.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/MismatchedBaseArchive.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/MissingArchive.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/NestTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/NoClassToArchive.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/ParallelLambdaLoadTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/PredicateTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/RegularHiddenClass.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/SharedArchiveFileOption.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/SharedBaseAddressOption.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/StaticInnerTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/UnsafeAndLambda.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/UnsafeAnonymous.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/UsedAllArchivedLambdas.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/WrongTopClasspath.java
! test/hotspot/jtreg/runtime/cds/appcds/javaldr/AnonVmClassesDuringDump.java
! test/hotspot/jtreg/runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java
! test/hotspot/jtreg/runtime/cds/appcds/javaldr/GCDuringDump.java
! test/hotspot/jtreg/runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java
! test/hotspot/jtreg/runtime/cds/appcds/javaldr/HumongousDuringDump.java
! test/hotspot/jtreg/runtime/cds/appcds/javaldr/LockDuringDump.java
! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/CheckUnsupportedDumpingOptions.java
! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/JigsawOptionsCombo.java
! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/PatchModule/AppClassInCP.java
! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/PatchModule/CustomPackage.java
! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/PatchModule/MismatchedPatchModule.java
! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/PatchModule/PatchDir.java
! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/PatchModule/PatchJavaBase.java
! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/PatchModule/Simple.java
! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/PatchModule/SubClassOfPatchedClass.java
! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/PatchModule/TwoJars.java
! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/RedefineClassesInModuleGraph.java
! test/hotspot/jtreg/runtime/cds/appcds/jvmti/ClassFileLoadHookTest.java
! test/hotspot/jtreg/runtime/cds/appcds/jvmti/InstrumentationTest.java
! test/hotspot/jtreg/runtime/cds/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java
! test/hotspot/jtreg/runtime/cds/appcds/jvmti/parallelLoad/ParallelLoadAndTransformTest.java
! test/hotspot/jtreg/runtime/cds/appcds/jvmti/transformRelatedClasses/TransformRelatedClassesAppCDS.java
! test/hotspot/jtreg/runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java
! test/hotspot/jtreg/runtime/cds/appcds/loaderConstraints/LoaderConstraintsTest.java
! test/hotspot/jtreg/runtime/cds/appcds/redefineClass/RedefineBasicTest.java
! test/hotspot/jtreg/runtime/cds/appcds/redefineClass/RedefineRunningMethods_Shared.java
! test/hotspot/jtreg/runtime/cds/serviceability/ReplaceCriticalClasses.java
! test/hotspot/jtreg/runtime/cds/serviceability/transformRelatedClasses/TransformRelatedClasses.java
! test/hotspot/jtreg/runtime/getSysPackage/GetPackageXbootclasspath.java
! test/hotspot/jtreg/runtime/getSysPackage/GetSysPkgTest.java
! test/hotspot/jtreg/runtime/modules/ModuleStress/ModuleStress.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModule2Dirs.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleCDS.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleClassList.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleJavaBase.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleTest.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleTestJar.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleTestJarDir.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleTraceCL.java
! test/hotspot/jtreg/runtime/modules/Visibility/PatchModuleVisibility.java
! test/hotspot/jtreg/runtime/modules/Visibility/XbootcpNoVisibility.java
! test/hotspot/jtreg/runtime/modules/Visibility/XbootcpVisibility.java
! test/hotspot/jtreg/runtime/records/RedefineRecord.java
! test/hotspot/jtreg/runtime/sealedClasses/RedefinePermittedSubclass.java
! test/hotspot/jtreg/runtime/sealedClasses/RedefineSealedClass.java
! test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/ModifyAnonymous.java
! test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineAnnotations.java
! test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineLeak.java
! test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineObject.java
! test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RetransformClassesZeroLength.java
! test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/TransformerDeadlockTest.java
! test/jdk/java/security/AccessController/DoPrivAccompliceTest.java
! test/jdk/jdk/internal/loader/URLClassPath/JarClassPathFileEntry.java
! test/lib/ClassFileInstaller.java
! test/lib/RedefineClassHelper.java
= test/lib/jdk/test/lib/helpers/ClassFileInstaller.java

Changeset: 43524cc4
Author:    Chris Plummer <cjplummer at openjdk.org>
Date:      2021-03-12 23:35:47 +0000
URL:       https://git.openjdk.java.net/lanai/commit/43524cc4

8243455: Many SA tests can fail due to trying to get the stack trace of an active method

Reviewed-by: lmesnik, ysuenaga, sspitsyn

! test/hotspot/jtreg/serviceability/sa/ClhsdbCDSJstackPrintAll.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbDumpheap.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbFindPC.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbJdis.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbJstack.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbPrintAs.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbSource.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbWhere.java
- test/hotspot/jtreg/serviceability/sa/LingeredAppWithTrivialMain.java
! test/jdk/sun/tools/jhsdb/HeapDumpTest.java
! test/lib/jdk/test/lib/apps/LingeredApp.java

Changeset: 0b68ced0
Author:    Igor Ignatyev <iignatyev at openjdk.org>
Date:      2021-03-13 01:33:03 +0000
URL:       https://git.openjdk.java.net/lanai/commit/0b68ced0

8263548: runtime/cds/appcds/SharedRegionAlignmentTest.java fails to compile after JDK-8263412

Reviewed-by: dcubed

! test/hotspot/jtreg/runtime/cds/appcds/SharedRegionAlignmentTest.java

Changeset: 86e4c755
Author:    Yi Yang <yyang at openjdk.org>
Committer: Erik Gahlin <egahlin at openjdk.org>
Date:      2021-03-13 02:03:07 +0000
URL:       https://git.openjdk.java.net/lanai/commit/86e4c755

8256156: JFR: Allow 'jfr' tool to show metadata without a recording

Reviewed-by: egahlin

! src/jdk.jfr/share/classes/jdk/jfr/internal/tool/Command.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/tool/Main.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/tool/Metadata.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/tool/Print.java
! test/jdk/jdk/jfr/tool/TestMetadata.java

Changeset: c582a9cc
Author:    duke <duke at openjdk.org>
Date:      2021-03-13 03:00:17 +0000
URL:       https://git.openjdk.java.net/lanai/commit/c582a9cc

Automatic merge of jdk:master into master




More information about the lanai-dev mailing list