hg: jdk/sandbox: 12 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Fri Jun 26 02:30:33 UTC 2020
Changeset: 4e186efa6cbf
Author: chegar
Date: 2020-06-25 09:54 +0100
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/4e186efa6cbf
8248233: Avoid superfluous Class::isRecord invocations during deserialization
Reviewed-by: redestad, plevart
Contributed-by: Chris Hegarty <chris.hegarty at oracle.com>, Peter Levart <peter.levart at gmail.com>
! src/java.base/share/classes/java/io/ObjectInputStream.java
! src/java.base/share/classes/java/io/ObjectStreamClass.java
Changeset: e0806e234d8a
Author: jlahoda
Date: 2020-06-25 11:06 +0200
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/e0806e234d8a
8246704: --release => \"unknown enum constant PreviewFeature$Feature.TEXT_BLOCKS\"
Summary: Use a synthetic annotation instead of inaccessible jdk.internal.PreviewFeature in ct.sym, and avoid resolving that annotation, to prevent errors being printed for the inaccessible types.
Reviewed-by: jlaskey
! make/langtools/src/classes/build/tools/symbolgenerator/CreateSymbols.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Symtab.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassReader.java
+ test/langtools/tools/javac/platform/PreviewAPIsWithRelease.java
+ test/langtools/tools/javac/platform/PreviewAPIsWithRelease.out
Changeset: 19c29c71bf2a
Author: chagedorn
Date: 2020-06-25 11:43 +0200
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/19c29c71bf2a
8245128: Kitchensink fails with: assert(destination == (address)-1 || destination == entry) failed: b) MT-unsafe modification of inline cache
Summary: Fix too strong assertion by additionally considering races due to class unloading and redefinition.
Reviewed-by: eosterlund, kvn, coleenp, sspitsyn
! src/hotspot/share/code/compiledIC.cpp
Changeset: c2e9eadd464c
Author: cjplummer
Date: 2020-06-25 08:36 -0700
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/c2e9eadd464c
8247730: 2 JNI exception pending defect groups in DwarfParser.cpp
Reviewed-by: sspitsyn, amenkov
! src/jdk.hotspot.agent/linux/native/libsaproc/DwarfParser.cpp
Changeset: c9b89c166c74
Author: dcubed
Date: 2020-06-25 13:08 -0400
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/c9b89c166c74
8248335: ProblemList compiler/ciReplay/TestServerVM.java and TestVMNoCompLevel.java with AOT
Reviewed-by: kvn
! test/hotspot/jtreg/ProblemList-aot.txt
Changeset: 48dff13bb70a
Author: dcubed
Date: 2020-06-25 13:10 -0400
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/48dff13bb70a
8248339: ProblemList jdk/jfr/event/os/TestThreadContextSwitches.java
Reviewed-by: iignatyev
! test/jdk/ProblemList.txt
Changeset: cf65909b98c5
Author: dcubed
Date: 2020-06-25 15:00 -0400
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/cf65909b98c5
8248341: ProblemList java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java
Reviewed-by: iignatyev
! test/jdk/ProblemList.txt
Changeset: a59152a5f1cb
Author: vromero
Date: 2020-06-25 17:48 -0400
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/a59152a5f1cb
8247849: permits clause of sealed interfaces should not allow parameterized types
Reviewed-by: jlahoda
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
! test/langtools/tools/javac/sealed/SealedCompilationTests.java
Changeset: 6bff3d31079f
Author: dcubed
Date: 2020-06-25 17:54 -0400
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/6bff3d31079f
8248354: ProblemList vmTestbase/nsk/jdi/stress/serial/mixed002/TestDescription.java
Reviewed-by: cjplummer
! test/hotspot/jtreg/ProblemList.txt
Changeset: 3f0ccf490c79
Author: dcubed
Date: 2020-06-25 18:29 -0400
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/3f0ccf490c79
8248351: ProblemList serviceability/jvmti/ModuleAwareAgents/ThreadStart/MAAThreadStart.java on Windows
Reviewed-by: iignatyev
! test/hotspot/jtreg/ProblemList.txt
Changeset: 69bc9754be7e
Author: dcubed
Date: 2020-06-25 18:47 -0400
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/69bc9754be7e
8248358: ProblemList sun/nio/ch/TestMaxCachedBufferSize.java on macOSX
Reviewed-by: iignatyev
! test/jdk/ProblemList.txt
Changeset: d1a9e4218c78
Author: jwilhelm
Date: 2020-06-26 04:15 +0200
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/d1a9e4218c78
Merge
More information about the jdk-sandbox-changes
mailing list