git: openjdk/mobile: 13 new changesets
duke
duke at openjdk.java.net
Fri Jun 26 02:21:48 UTC 2020
Changeset: 42d3bad0
Author: Chris Hegarty <chegar at openjdk.org>
Date: 2020-06-25 09:54:19 +0000
URL: https://git.openjdk.java.net/mobile/commit/42d3bad0
8248233: Avoid superfluous Class::isRecord invocations during deserialization
Co-authored-by: Peter Levart <peter.levart at gmail.com>
Reviewed-by: redestad, plevart
! src/java.base/share/classes/java/io/ObjectInputStream.java
! src/java.base/share/classes/java/io/ObjectStreamClass.java
Changeset: 31c511e6
Author: Jan Lahoda <jlahoda at openjdk.org>
Date: 2020-06-25 11:06:46 +0000
URL: https://git.openjdk.java.net/mobile/commit/31c511e6
8246704: --release => \"unknown enum constant PreviewFeature$Feature.TEXT_BLOCKS\"
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: 601e566b
Author: Christian Hagedorn <chagedorn at openjdk.org>
Date: 2020-06-25 11:43:20 +0000
URL: https://git.openjdk.java.net/mobile/commit/601e566b
8245128: Kitchensink fails with: assert(destination == (address)-1 || destination == entry) failed: b) MT-unsafe modification of inline cache
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: d886d8c4
Author: Chris Plummer <cjplummer at openjdk.org>
Date: 2020-06-25 08:36:59 +0000
URL: https://git.openjdk.java.net/mobile/commit/d886d8c4
8247730: 2 JNI exception pending defect groups in DwarfParser.cpp
Reviewed-by: sspitsyn, amenkov
! src/jdk.hotspot.agent/linux/native/libsaproc/DwarfParser.cpp
Changeset: b4ea9cf2
Author: Daniel D. Daugherty <dcubed at openjdk.org>
Date: 2020-06-25 13:08:50 +0000
URL: https://git.openjdk.java.net/mobile/commit/b4ea9cf2
8248335: ProblemList compiler/ciReplay/TestServerVM.java and TestVMNoCompLevel.java with AOT
Reviewed-by: kvn
! test/hotspot/jtreg/ProblemList-aot.txt
Changeset: 5724c0d3
Author: Daniel D. Daugherty <dcubed at openjdk.org>
Date: 2020-06-25 13:10:47 +0000
URL: https://git.openjdk.java.net/mobile/commit/5724c0d3
8248339: ProblemList jdk/jfr/event/os/TestThreadContextSwitches.java
Reviewed-by: iignatyev
! test/jdk/ProblemList.txt
Changeset: 8a424425
Author: Daniel D. Daugherty <dcubed at openjdk.org>
Date: 2020-06-25 15:00:59 +0000
URL: https://git.openjdk.java.net/mobile/commit/8a424425
8248341: ProblemList java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java
Reviewed-by: iignatyev
! test/jdk/ProblemList.txt
Changeset: fc827684
Author: Vicente Romero <vromero at openjdk.org>
Date: 2020-06-25 17:48:53 +0000
URL: https://git.openjdk.java.net/mobile/commit/fc827684
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: 708b60e8
Author: Daniel D. Daugherty <dcubed at openjdk.org>
Date: 2020-06-25 17:54:18 +0000
URL: https://git.openjdk.java.net/mobile/commit/708b60e8
8248354: ProblemList vmTestbase/nsk/jdi/stress/serial/mixed002/TestDescription.java
Reviewed-by: cjplummer
! test/hotspot/jtreg/ProblemList.txt
Changeset: e098a313
Author: Daniel D. Daugherty <dcubed at openjdk.org>
Date: 2020-06-25 18:29:53 +0000
URL: https://git.openjdk.java.net/mobile/commit/e098a313
8248351: ProblemList serviceability/jvmti/ModuleAwareAgents/ThreadStart/MAAThreadStart.java on Windows
Reviewed-by: iignatyev
! test/hotspot/jtreg/ProblemList.txt
Changeset: 2534e726
Author: Daniel D. Daugherty <dcubed at openjdk.org>
Date: 2020-06-25 18:47:26 +0000
URL: https://git.openjdk.java.net/mobile/commit/2534e726
8248358: ProblemList sun/nio/ch/TestMaxCachedBufferSize.java on macOSX
Reviewed-by: iignatyev
! test/jdk/ProblemList.txt
Changeset: 55b47225
Author: Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date: 2020-06-26 04:15:33 +0000
URL: https://git.openjdk.java.net/mobile/commit/55b47225
Merge
Changeset: 47306179
Author: duke <duke at openjdk.org>
Date: 2020-06-26 02:21:04 +0000
URL: https://git.openjdk.java.net/mobile/commit/47306179
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list