hg: valhalla/valhalla: 65 new changesets
tobias.hartmann at oracle.com
tobias.hartmann at oracle.com
Thu Feb 27 07:15:49 UTC 2020
Changeset: 9c05db2c5715
Author: pliden
Date: 2020-02-20 23:07 -0500
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/9c05db2c5715
8239503: FieldLayout/OldLayoutCheck.java fails due to "RuntimeException: Misplaced int field: expected 24 to equal 12"
Summary: Don't run the test with ZGC.
Reviewed-by: dcubed, coleenp, dholmes
! test/hotspot/jtreg/runtime/FieldLayout/OldLayoutCheck.java
Changeset: 18cc3b9dcebf
Author: ihse
Date: 2020-02-21 10:23 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/18cc3b9dcebf
8239566: gtest/GTestWrapper.java fails due to "libstlport.so.1: open failed: No such file or directory"
Reviewed-by: redestad
! make/autoconf/hotspot.m4
! make/autoconf/libraries.m4
Changeset: 67268dd9d46a
Author: mbaesken
Date: 2020-02-20 11:09 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/67268dd9d46a
8239537: cgroup MetricsTester testMemorySubsystem fails sometimes when testing memory.kmem.tcp.usage_in_bytes
Reviewed-by: mseledtsov
! test/lib/jdk/test/lib/containers/cgroup/CgroupMetricsTester.java
Changeset: 1958182c5315
Author: mbaesken
Date: 2020-02-20 14:01 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/1958182c5315
8238947: tools/jpackage tests fail with old rpmbuild versions
Reviewed-by: clanger, asemenyuk
! src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/LinuxRpmBundler.java
Changeset: 43e03e193ed8
Author: iwalulya
Date: 2020-02-21 10:56 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/43e03e193ed8
8216975: Using ForceNUMA does not disable adaptive sizing with parallel gc
Reviewed-by: kbarrett, tschatzl, lkorinth
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/solaris/os_solaris.cpp
Changeset: b1471b50e56c
Author: aoqi
Date: 2020-02-19 12:09 +0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/b1471b50e56c
8239422: [TESTBUG] compiler/c1/TestPrintIRDuringConstruction.java failed when C1 is disabled
Summary: Skip test if C1 is not available.
Reviewed-by: thartmann, xliu
! test/hotspot/jtreg/compiler/c1/TestPrintIRDuringConstruction.java
Changeset: b0299f002b6a
Author: aoqi
Date: 2020-02-19 12:10 +0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/b0299f002b6a
8239424: [TESTBUG] compiler/whitebox/OSRFailureLevel4Test.java failed when TieredCompilation is disabled
Summary: Skip test if TieredCompilation is not available.
Reviewed-by: thartmann
! test/hotspot/jtreg/compiler/whitebox/OSRFailureLevel4Test.java
Changeset: 1bf02ccb788f
Author: lucy
Date: 2020-02-21 15:14 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/1bf02ccb788f
8239456: vtable stub generation: assert failure (code size estimate)
Reviewed-by: thartmann
! src/hotspot/cpu/x86/vtableStubs_x86_32.cpp
! src/hotspot/cpu/x86/vtableStubs_x86_64.cpp
Changeset: c22b369d40b2
Author: clanger
Date: 2020-02-21 16:39 +0000
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/c22b369d40b2
8239556: (zipfs) remove ExistingChannelCloser facility in zipfs implementation
Reviewed-by: lancea
! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystem.java
Changeset: ef47c784e37b
Author: ihse
Date: 2020-02-21 18:37 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/ef47c784e37b
8239708: Split basics.m4 into basic.m4 and util.m4
Reviewed-by: erikj
+ make/autoconf/basic.m4
+ make/autoconf/basic_tools.m4
+ make/autoconf/basic_windows.m4
- make/autoconf/basics.m4
- make/autoconf/basics_windows.m4
! make/autoconf/boot-jdk.m4
! make/autoconf/build-performance.m4
! make/autoconf/configure.ac
! make/autoconf/flags.m4
! make/autoconf/hotspot.m4
! make/autoconf/jdk-options.m4
! make/autoconf/jvm-features.m4
! make/autoconf/lib-tests.m4
! make/autoconf/libraries.m4
! make/autoconf/source-dirs.m4
! make/autoconf/toolchain.m4
! make/autoconf/toolchain_windows.m4
+ make/autoconf/util.m4
+ make/autoconf/util_paths.m4
+ make/autoconf/util_windows.m4
Changeset: 6759c7955b3b
Author: mseledtsov
Date: 2020-02-21 13:01 -0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/6759c7955b3b
8223217: [TESTBUG] Create JFR tests with JMX across container boundary
Summary: Created a new test for JFR over JMX across container boundary
Reviewed-by: egahlin, lmesnik
+ test/hotspot/jtreg/containers/docker/EventProducer.java
+ test/hotspot/jtreg/containers/docker/TestJFRWithJMX.java
Changeset: 321b6fbe6815
Author: weijun
Date: 2020-02-22 08:10 +0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/321b6fbe6815
8237218: Support NIST Curves verification in java implementation
Reviewed-by: ascarpino
! src/java.base/share/classes/sun/security/util/ECUtil.java
! src/jdk.crypto.ec/share/classes/sun/security/ec/ECDSAOperations.java
! src/jdk.crypto.ec/share/classes/sun/security/ec/ECDSASignature.java
! src/jdk.crypto.ec/share/classes/sun/security/ec/ECPrivateKeyImpl.java
+ test/jdk/sun/security/ec/ECDSAJavaVerify.java
Changeset: 23363df27cb6
Author: dholmes
Date: 2020-02-23 22:35 -0500
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/23363df27cb6
8238988: Rename thread "in stack" methods and add in_stack_range
Reviewed-by: coleenp, dcubed
! src/hotspot/cpu/aarch64/frame_aarch64.cpp
! src/hotspot/cpu/arm/frame_arm.cpp
! src/hotspot/cpu/ppc/frame_ppc.cpp
! src/hotspot/cpu/s390/frame_s390.cpp
! src/hotspot/cpu/sparc/frame_sparc.cpp
! src/hotspot/cpu/x86/frame_x86.cpp
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/solaris/os_solaris.cpp
! src/hotspot/os/solaris/os_solaris.hpp
! src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp
! src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp
! src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp
! src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp
! src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp
! src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp
! src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp
! src/hotspot/os_cpu/linux_s390/thread_linux_s390.cpp
! src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp
! src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp
! src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp
! src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp
! src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp
! src/hotspot/os_cpu/solaris_x86/thread_solaris_x86.cpp
! src/hotspot/share/runtime/frame.cpp
! src/hotspot/share/runtime/handles.cpp
! src/hotspot/share/runtime/handles.inline.hpp
! src/hotspot/share/runtime/jniHandles.cpp
! src/hotspot/share/runtime/os.cpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/thread.hpp
! src/hotspot/share/runtime/unhandledOops.cpp
! src/hotspot/share/utilities/vmError.cpp
Changeset: 8b79fb59978e
Author: mbaesken
Date: 2020-02-19 13:37 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/8b79fb59978e
8239457: call ReleaseStringUTFChars before early returns in Java_sun_security_pkcs11_wrapper_PKCS11_connect
Reviewed-by: alanb, clanger
! src/jdk.crypto.cryptoki/unix/native/libj2pkcs11/p11_md.c
Changeset: 13dc2a7f74aa
Author: redestad
Date: 2020-02-24 10:20 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/13dc2a7f74aa
8239235: Examine SignatureStream performance after consolidation
Reviewed-by: lfoltan, coleenp
! src/hotspot/share/classfile/stackMapFrame.cpp
! src/hotspot/share/classfile/symbolTable.cpp
! src/hotspot/share/classfile/verifier.cpp
! src/hotspot/share/classfile/verifier.hpp
! src/hotspot/share/oops/symbol.cpp
! src/hotspot/share/oops/symbol.hpp
! src/hotspot/share/runtime/signature.cpp
! src/hotspot/share/runtime/signature.hpp
+ test/hotspot/gtest/runtime/test_signatureStream.cpp
Changeset: 5c5dcd036a76
Author: pliden
Date: 2020-02-24 11:01 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/5c5dcd036a76
8239533: ZGC: Make the ZProactive flag non-diagnostic
Reviewed-by: eosterlund, stefank
! src/hotspot/share/gc/z/z_globals.hpp
! test/hotspot/jtreg/gc/z/TestHighUsage.java
Changeset: 1db771b65440
Author: neliasso
Date: 2020-02-24 11:31 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/1db771b65440
8238723: yank_alloc_node must remove membar
Reviewed-by: vlivanov, thartmann, roland
! src/hotspot/share/opto/macro.cpp
! test/hotspot/jtreg/compiler/allocation/TestAllocation.java
Changeset: 19c8bc956f73
Author: rrich
Date: 2020-02-24 12:04 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/19c8bc956f73
8239854: Non-PCH gtest build fails after JDK-8239235 due to a missing include
Reviewed-by: shade, mdoerr
! test/hotspot/gtest/runtime/test_signatureStream.cpp
Changeset: 38319837aeec
Author: jlahoda
Date: 2020-02-24 11:43 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/38319837aeec
8239536: Can't use `java.util.List` object after importing `java.awt.List`
Summary: Using full qualified names for synthetic types; ensuring the user is warned when a variable becomes undefined due to a dependency change.
Reviewed-by: rfield
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
! src/jdk.jshell/share/classes/jdk/jshell/ExpressionToTypeInfo.java
! test/langtools/jdk/jshell/ToolSimpleTest.java
! test/langtools/jdk/jshell/VariablesTest.java
Changeset: d6dd48a23a72
Author: pliden
Date: 2020-02-24 13:52 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/d6dd48a23a72
8239129: ZGC: Allow -XX:AllocateHeapAt to use any filesystem
Reviewed-by: stefank, pliden, ysuenaga
Contributed-by: yasuenag at gmail.com, per.liden at oracle.com
! src/hotspot/os/linux/gc/z/zPhysicalMemoryBacking_linux.cpp
+ test/hotspot/jtreg/gc/z/TestAllocateHeapAt.java
Changeset: af80fedc56a2
Author: rrich
Date: 2020-02-24 14:25 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/af80fedc56a2
8239449: [TESTBUG] test/hotspot/jtreg/runtime/TLS/TestTLS.java: skip test if glibc too old for AdjustStackSizeForTLS
Reviewed-by: dholmes, jiangli
! test/hotspot/jtreg/runtime/TLS/exestack-tls.c
Changeset: ef1e608a5ecc
Author: egahlin
Date: 2020-02-24 15:03 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/ef1e608a5ecc
8239581: Improve javadoc example for @jdk.jfr.Category
Reviewed-by: mgronlun, mseledtsov
! src/jdk.jfr/share/classes/jdk/jfr/Category.java
Changeset: fe2befa06c39
Author: eosterlund
Date: 2020-02-24 14:37 +0000
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/fe2befa06c39
8234160: Enable optimized mitigation for Intel jcc erratum in C2
Reviewed-by: thartmann, vlivanov, pliden
+ src/hotspot/cpu/x86/c2_intelJccErratum_x86.cpp
+ src/hotspot/cpu/x86/c2_intelJccErratum_x86.hpp
! src/hotspot/cpu/x86/gc/z/z_x86_64.ad
! src/hotspot/cpu/x86/vm_version_x86.cpp
! src/hotspot/cpu/x86/vm_version_x86.hpp
! src/hotspot/share/opto/node.hpp
! src/hotspot/share/opto/output.cpp
Changeset: d3b8307bd677
Author: hannesw
Date: 2020-02-24 16:42 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/d3b8307bd677
8232438: Remove ?is-external=true from external links
Reviewed-by: prappo
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocLink.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPath.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/Extern.java
! test/langtools/jdk/javadoc/doclet/testClassCrossReferences/TestClassCrossReferences.java
! test/langtools/jdk/javadoc/doclet/testDocRootInlineTag/TestDocRootInlineTag.java
! test/langtools/jdk/javadoc/doclet/testExternalOverridenMethod/TestExternalOverridenMethod.java
! test/langtools/jdk/javadoc/doclet/testHref/TestHref.java
! test/langtools/jdk/javadoc/doclet/testLinkOption/TestLinkOption.java
! test/langtools/jdk/javadoc/doclet/testLinkOption/TestLinkOptionWithAutomaticModule.java
! test/langtools/jdk/javadoc/doclet/testLinkOption/TestLinkOptionWithModule.java
! test/langtools/jdk/javadoc/doclet/testLinkOption/TestRedirectLinks.java
! test/langtools/jdk/javadoc/doclet/testModules/TestModules.java
! test/langtools/jdk/javadoc/doclet/testTitleInHref/TestTitleInHref.java
Changeset: 207fa617f855
Author: egahlin
Date: 2020-02-24 17:10 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/207fa617f855
8239585: JFR: Native events should support empty payloads
Reviewed-by: mgronlun
! make/src/classes/build/tools/jfr/GenerateJfrFiles.java
! src/hotspot/share/jfr/metadata/metadata.xsd
Changeset: 9374fc702a03
Author: egahlin
Date: 2020-02-24 17:23 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/9374fc702a03
8239793: 'jfr' tool should hide hidden frames
Reviewed-by: mgronlun, mseledtsov
! src/jdk.jfr/share/classes/jdk/jfr/internal/tool/PrettyWriter.java
Changeset: 2dcefc0b8a6d
Author: dfuchs
Date: 2020-02-24 17:19 +0000
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/2dcefc0b8a6d
8239052: java/net/httpclient/whitebox/SSLEchoTubeTestDriver.java failed with BufferUnderflowException against TLSv1.3
Summary: The test assumed that ByteBuffer would be split at long boundaries. This is obviously not always the case. A carry has been added to support reading a long split over several buffers.
Reviewed-by: chegar
! test/jdk/java/net/httpclient/HandshakeFailureTest.java
! test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/AbstractSSLTubeTest.java
Changeset: 582928e18beb
Author: shade
Date: 2020-02-24 18:30 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/582928e18beb
8239868: Shenandoah: ditch C2 node limit adjustments
Reviewed-by: rkennke
! src/hotspot/share/gc/shenandoah/shenandoahArguments.cpp
Changeset: d33754052039
Author: shade
Date: 2020-02-24 18:30 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/d33754052039
8239492: [x86] Turn MacroAssembler::verify_oop into macro recording file and line
Reviewed-by: rrich, vlivanov, pliden
! src/hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.cpp
! src/hotspot/cpu/x86/interp_masm_x86.cpp
! src/hotspot/cpu/x86/interp_masm_x86.hpp
! src/hotspot/cpu/x86/macroAssembler_x86.cpp
! src/hotspot/cpu/x86/macroAssembler_x86.hpp
! src/hotspot/share/gc/z/zVerify.cpp
Changeset: d8c731f7aeda
Author: iignatyev
Date: 2020-02-24 11:50 -0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/d8c731f7aeda
8238943: switch to jtreg 5.0
Reviewed-by: erikj, jjg, joehw
! make/conf/jib-profiles.js
! test/hotspot/jtreg/TEST.ROOT
! test/jaxp/TEST.ROOT
! test/jdk/TEST.ROOT
! test/langtools/TEST.ROOT
! test/nashorn/TEST.ROOT
Changeset: 4202cb763872
Author: naoto
Date: 2020-02-24 12:20 -0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/4202cb763872
8239837: Typo in source code of ZoneOffsetTransitionRule leaking to Javadocs
Reviewed-by: lancea
! src/java.base/share/classes/java/time/zone/ZoneOffsetTransitionRule.java
Changeset: be0c5da2d83f
Author: naoto
Date: 2020-02-24 14:16 -0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/be0c5da2d83f
8239520: ValueRange.of(long, long, long) does not throw IAE on invalid inputs
Reviewed-by: rriggs
! src/java.base/share/classes/java/time/temporal/ValueRange.java
! test/jdk/java/time/test/java/time/temporal/TestDateTimeValueRange.java
Changeset: 6214823ce3d8
Author: ddong
Date: 2020-02-24 23:24 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/6214823ce3d8
8237499: JFR: Include stack trace in the ThreadStart event
Reviewed-by: egahlin
! src/hotspot/share/jfr/metadata/metadata.xml
! src/hotspot/share/jfr/support/jfrThreadLocal.cpp
! src/hotspot/share/jfr/support/jfrThreadLocal.hpp
! src/hotspot/share/prims/jni.cpp
! src/hotspot/share/prims/jvm.cpp
! src/jdk.jfr/share/conf/jfr/default.jfc
! src/jdk.jfr/share/conf/jfr/profile.jfc
! test/jdk/jdk/jfr/event/runtime/TestThreadStartEndEvents.java
Changeset: f965bceba123
Author: cito
Date: 2020-02-25 03:28 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/f965bceba123
8219904: ClassCastException when calling FlightRecorderMXBean#getRecordings()
Reviewed-by: egahlin, mseledtsov
! src/jdk.management.jfr/share/classes/jdk/management/jfr/RecordingInfo.java
! test/jdk/jdk/jfr/jmx/JmxHelper.java
! test/jdk/jdk/jfr/jmx/TestGetRecordings.java
Changeset: 1c7da538f065
Author: jiefu
Date: 2020-02-25 10:34 +0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/1c7da538f065
8239886: Minimal VM build fails after JDK-8237499
Reviewed-by: dholmes
! src/hotspot/share/prims/jni.cpp
Changeset: d6b968af8b65
Author: fmatte
Date: 2020-02-24 23:44 -0500
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/d6b968af8b65
8239557: [TESTBUG] VeryEarlyAssertTest.java validating "END." marker at lastline is not always true
Reviewed-by: dholmes, mseledtsov
! test/hotspot/jtreg/runtime/ErrorHandling/VeryEarlyAssertTest.java
Changeset: 22422bef1c5d
Author: jiefu
Date: 2020-02-25 16:22 +0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/22422bef1c5d
8239885: [TESTBUG] compiler/allocation/TestAllocation.java fails with release VMs
Reviewed-by: thartmann
! test/hotspot/jtreg/compiler/allocation/TestAllocation.java
Changeset: 874f29bf3f44
Author: ihse
Date: 2020-02-25 09:37 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/874f29bf3f44
8239860: Add support for testing the configure script
Reviewed-by: erikj
! make/RunTests.gmk
! make/autoconf/util.m4
! test/make/TestMake.gmk
+ test/make/autoconf/test-configure.sh
+ test/make/autoconf/test.m4
Changeset: d2cd0d717997
Author: ihse
Date: 2020-02-25 09:41 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/d2cd0d717997
8239789: Follow-up on JVM feature rewrite
Reviewed-by: erikj, pliden, egahlin
! make/autoconf/help.m4
! make/autoconf/jvm-features.m4
! make/autoconf/util.m4
Changeset: 4f902f017def
Author: ihse
Date: 2020-02-25 09:46 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/4f902f017def
8239794: Move -Os from JVM feature 'minimal' to new feature 'opt-size'
Reviewed-by: erikj, dholmes
! make/autoconf/jvm-features.m4
! make/hotspot/lib/JvmFeatures.gmk
Changeset: 695c6b0986c3
Author: shade
Date: 2020-02-25 12:35 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/695c6b0986c3
8239904: Shenandoah: accumulated penalties should not be over 100% of capacity
Reviewed-by: rkennke
! src/hotspot/share/gc/shenandoah/shenandoahHeuristics.cpp
! src/hotspot/share/gc/shenandoah/shenandoahHeuristics.hpp
Changeset: 9b33b25a7198
Author: itakiguchi
Date: 2020-02-25 22:47 +0900
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/9b33b25a7198
8235834: IBM-943 charset encoder needs updating
Summary: Apply 34B003AF.RPMAP130 definition into encoder
Reviewed-by: naoto
+ make/data/charsetmapping/IBM943.c2b
! test/jdk/sun/nio/cs/TestIBMBugs.java
Changeset: 9e359ab51ce6
Author: sgehwolf
Date: 2020-02-20 20:56 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/9e359ab51ce6
8239559: Cgroups: Incorrect detection logic on some systems
Summary: Adjust heuristic with cgroup mounts according to mountinfo
Reviewed-by: bobv, mbaesken
! src/java.base/linux/classes/jdk/internal/platform/CgroupSubsystemFactory.java
+ test/jdk/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java
Changeset: a268c653f404
Author: egahlin
Date: 2020-02-25 20:45 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/a268c653f404
8223066: "jfr metadata" output the @Name annotation twice
Reviewed-by: mgronlun, egahlin
Contributed-by: erik.gahlin at oracle.com, chiroito107 at gmail.com
! src/jdk.jfr/share/classes/jdk/jfr/internal/tool/PrettyWriter.java
! test/jdk/jdk/jfr/tool/TestMetadata.java
Changeset: 16973c5b27be
Author: naoto
Date: 2020-02-25 15:49 -0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/16973c5b27be
8239976: Put JDK-8239965 on the ProblemList.txt
Reviewed-by: dcubed
! test/jdk/ProblemList.txt
Changeset: ff1f4b5e0c9a
Author: pli
Date: 2020-02-26 09:33 +0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/ff1f4b5e0c9a
8239549: AArch64: Backend support for MulAddVS2VI node
Reviewed-by: aph
! src/hotspot/cpu/aarch64/aarch64.ad
! src/hotspot/cpu/aarch64/assembler_aarch64.hpp
! src/hotspot/cpu/aarch64/vm_version_aarch64.cpp
! test/hotspot/jtreg/compiler/loopopts/superword/Vec_MulAddS2I.java
Changeset: cf96533fd215
Author: darcy
Date: 2020-02-25 17:50 -0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/cf96533fd215
8193553: Provide better guidance on using javax.lang.model visitors
Reviewed-by: jjg
! src/java.compiler/share/classes/javax/lang/model/element/AnnotationValueVisitor.java
! src/java.compiler/share/classes/javax/lang/model/element/ElementVisitor.java
! src/java.compiler/share/classes/javax/lang/model/type/TypeVisitor.java
Changeset: a8bca51623b6
Author: ngasson
Date: 2020-02-26 09:58 +0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/a8bca51623b6
8238705: [TESTBUG] jfr/event/gc/stacktrace/TestMetaspace* are stable with Xcomp on AArch64
Reviewed-by: mseledtsov, egahlin
! test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceG1GCAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceParallelGCAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceSerialGCAllocationPendingStackTrace.java
Changeset: afeefc19ecb9
Author: aoqi
Date: 2020-02-26 00:07 -0500
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/afeefc19ecb9
8239423: jdk/jfr/jvm/TestJFRIntrinsic.java failed with -XX:-TieredCompilation
Reviewed-by: iignatyev, dholmes
! src/hotspot/share/prims/whitebox.cpp
Changeset: 61ee15b9a1ac
Author: mbaesken
Date: 2020-02-24 09:59 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/61ee15b9a1ac
8239462: jdk.hotspot.agent misses some ReleaseStringUTFChars calls in case of early returns
Reviewed-by: clanger, amenkov, sspitsyn
! src/jdk.hotspot.agent/linux/native/libsaproc/LinuxDebuggerLocal.cpp
! src/jdk.hotspot.agent/macosx/native/libsaproc/MacosxDebuggerLocal.m
! src/jdk.hotspot.agent/solaris/native/libsaproc/saproc.cpp
Changeset: 582e5f2661c3
Author: xliu
Date: 2020-02-26 12:35 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/582e5f2661c3
8239066: make LinkedList<T> more generic
Reviewed-by: phh, simonis
! src/hotspot/share/utilities/linkedlist.hpp
! test/hotspot/gtest/utilities/test_linkedlist.cpp
Changeset: c27d95f72ba8
Author: coffeys
Date: 2020-02-26 18:06 +0300
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/c27d95f72ba8
8238452: Keytool generates wrong expiration date if validity is set to 2050/01/01
Reviewed-by: pkoppula, weijun, coffeys
Contributed-by: ravi.k.reddy at oracle.com
! src/java.base/share/classes/sun/security/x509/CertificateValidity.java
! src/java.base/share/classes/sun/security/x509/X509CRLEntryImpl.java
! src/java.base/share/classes/sun/security/x509/X509CRLImpl.java
+ test/jdk/sun/security/x509/X509CertImpl/CertificateValidation.java
Changeset: 230455dd03c1
Author: prappo
Date: 2020-02-26 15:34 +0000
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/230455dd03c1
8239876: Improve SearchIndexItem
Reviewed-by: jjg
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlConfiguration.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SearchIndexItem.java
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SearchIndexItems.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SingleIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SplitIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SystemPropertiesWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/TagletWriterImpl.java
Changeset: 0c158c2a2385
Author: iignatyev
Date: 2020-02-26 10:09 -0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/0c158c2a2385
8239500: jittester shouldn't use non-deterministic System methods
Reviewed-by: lmesnik, thartmann
! test/hotspot/jtreg/testlibrary/jittester/conf/exclude.methods.lst
Changeset: 495566ff7149
Author: shade
Date: 2020-02-26 19:36 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/495566ff7149
8240069: Shenandoah: turn more flags diagnostic
Reviewed-by: rkennke
! src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp
! test/hotspot/jtreg/gc/shenandoah/options/TestCodeCacheRootStyles.java
Changeset: a1be565c0afe
Author: shade
Date: 2020-02-26 19:36 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/a1be565c0afe
8240070: Shenandoah: remove obsolete ShenandoahCommonGCStateLoads
Reviewed-by: rkennke
! src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp
! src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.hpp
! src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp
- test/hotspot/jtreg/gc/shenandoah/compiler/TestCommonGCLoads.java
Changeset: 525cbaab106d
Author: shade
Date: 2020-02-26 19:36 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/525cbaab106d
8240076: Shenandoah: pacer should cover reset and preclean phases
Reviewed-by: zgu
! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
! src/hotspot/share/gc/shenandoah/shenandoahPacer.cpp
! src/hotspot/share/gc/shenandoah/shenandoahPacer.hpp
Changeset: 2ec0ff304263
Author: kbarrett
Date: 2020-02-26 14:36 -0500
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/2ec0ff304263
8238979: Improve G1DirtyCardQueueSet handling of previously paused buffers
Summary: Move enqueuing of previously paused buffers.
Reviewed-by: sangheki, sjohanss
! src/hotspot/share/gc/g1/g1DirtyCardQueue.cpp
! src/hotspot/share/gc/g1/g1DirtyCardQueue.hpp
Changeset: f67951f722a4
Author: redestad
Date: 2020-02-26 21:24 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/f67951f722a4
8240094: Optimize empty substring handling
Reviewed-by: redestad, igerasim, jlaskey
Contributed-by: sergei.tsypanov at yandex.ru
! src/java.base/share/classes/java/lang/String.java
! src/java.base/share/classes/java/lang/StringLatin1.java
! src/java.base/share/classes/java/lang/StringUTF16.java
! test/micro/org/openjdk/bench/java/lang/StringSubstring.java
Changeset: 541b03673cdb
Author: dcubed
Date: 2020-02-26 19:33 -0500
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/541b03673cdb
8240132: ProblemList com/sun/jdi/InvokeHangTest.java
Reviewed-by: mikael
! test/jdk/ProblemList.txt
Changeset: bccb9f3423e3
Author: dcubed
Date: 2020-02-26 19:39 -0500
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/bccb9f3423e3
8240134: ProblemList javax/script/Test7.java
Reviewed-by: dholmes
! test/jdk/ProblemList.txt
Changeset: 57849c7f9d22
Author: dcubed
Date: 2020-02-26 19:41 -0500
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/57849c7f9d22
8240135: ProblemList vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java#id1
Reviewed-by: iignatyev, dholmes
! test/hotspot/jtreg/ProblemList.txt
Changeset: 95c882e86df2
Author: jwilhelm
Date: 2020-02-27 03:10 +0100
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/95c882e86df2
Added tag jdk-15+12 for changeset 2ec0ff304263
! .hgtags
Changeset: 76f3aaaffd3c
Author: dholmes
Date: 2020-02-26 23:10 -0500
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/76f3aaaffd3c
8240141: Incorrect copyright header in src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp
Reviewed-by: iignatyev
! src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp
Changeset: 3b9b5cb7586f
Author: amlu
Date: 2020-02-27 12:19 +0800
URL: https://hg.openjdk.java.net/valhalla/valhalla/rev/3b9b5cb7586f
8239979: sun/security/tools/keytool/ExtOptionCamelCase.java is not run
Reviewed-by: rhalade
! test/jdk/sun/security/tools/keytool/ExtOptionCamelCase.java
More information about the valhalla-dev
mailing list