Rob McKenna
7ef6960722
Merge
2020-02-18 17:16:06 +00:00
Erik Joelsson
cbc657255a
8238225: Issues reported after replacing symlink at Contents/MacOS/libjli.dylib with binary
...
Reviewed-by: clanger, alanb, ihse
2020-02-05 09:49:42 -08:00
Jerry Zhou
39f5567cbc
Added tag jdk-14.0.1+4 for changeset c871b7595c5f
2020-02-12 06:26:20 -08:00
Claes Redestad
ca91617604
8237508: Simplify JarFile.isInitializing
...
Reviewed-by: dfuchs, coffeys, lancea
2020-01-20 14:24:21 +01:00
Sean Coffey
72711c5956
8234466: Class loading deadlock involving X509Factory#commitEvent()
...
Reviewed-by: alanb, chegar, dfuchs
2020-01-13 21:16:27 +00:00
Aleksey Shipilev
f1ba4f8da7
8237223
: Shenandoah: important flags should not be ergonomic for concurrent class unloading
...
Reviewed-by: zgu
2020-01-15 21:38:12 +01:00
Aleksey Shipilev
519f9c1f80
8237570: Shenandoah: cleanup uses of allocation/free threshold in static heuristics
...
Reviewed-by: rkennke
2020-01-21 13:40:10 +01:00
Aleksey Shipilev
67786bebe5
8237586: Shenandoah: provide option to disable periodic GC
...
Reviewed-by: zgu
2020-01-21 20:58:48 +01:00
Roland Westrelin
351afebe5f
8237007: Shenandoah: assert(_base == Tuple) failure during C2 compilation
...
Reviewed-by: thartmann, rkennke
2020-01-09 17:26:26 +01:00
Rob McKenna
c0c74211f5
Merge
2020-02-04 14:02:18 +00:00
Brian Burkhalter
7db8a1762f
8237514: Spec Clarification - ByteBuffer::alignmentOffset Spec
...
Reviewed-by: alanb, psandoz
2020-01-31 08:04:11 -08:00
Markus Grönlund
953fbd2e66
8236743: JFR: assert(klass != __null) failed: invariant in ObjectSampleCheckpoint::add_to_leakp_set
...
Reviewed-by: egahlin
2020-01-31 12:17:55 +01:00
Jerry Zhou
5495efdb84
8236092: Remove EA from JDK 14 version string starting with Initial RC promotion
...
Reviewed-by: tbell, erikj
2020-01-30 18:02:39 +01:00
Jesper Wilhelmsson
06bf842d9a
Added tag jdk-14+34 for changeset a96bc204e3b3
2020-01-30 03:23:28 +01:00
Andy Herrick
cdd3cc4a0b
8238168: Remove Copyright from WinLauncher.template
...
Reviewed-by: kcr, prr, asemenyuk
2020-01-29 14:35:04 -05:00
Vicente Romero
c2e69df562
8235778: No compilation error reported when a record is declared in a local class
...
Reviewed-by: mcimadamore
2020-01-27 23:06:46 -05:00
David Holmes
8c33bba226
8237918: Bad copyright line in a hotspot test
...
Reviewed-by: jjg
2020-01-27 20:01:35 -05:00
Jonathan Gibbons
cdedede9ca
8237916: Bad copyright line in a jshell source file
...
Reviewed-by: vromero
2020-01-27 16:19:25 -08:00
Matthias Baesken
03db2e14dd
8237869: exclude jtreg test security/infra/java/security/cert/CertPathValidator/certification/LuxTrustCA.java because of instabilities
...
Reviewed-by: clanger, mullan
2020-01-27 17:03:08 +01:00
Roger Riggs
933bb55c49
8237651: Clarify initialization of jdk.serialFilter
...
Reviewed-by: bchristi
2020-01-27 08:36:55 -05:00
Roger Riggs
42726a87e9
8215361: (doc) Cleanup package-info markup - smartcardio, java.sql, java.sql.rowset
...
Reviewed-by: lancea, prappo, naoto
2020-01-24 14:32:04 -05:00
Roger Riggs
2760497b01
8237368: Problem with NullPointerException in RMI TCPEndpoint.read
...
Reviewed-by: mchung, alanb
2020-01-24 13:33:31 -05:00
Alexander Matveev
f8f98bdbff
8237607: [macos] Signing app bundle with jpackage fails if runtime is already signed
...
Reviewed-by: herrick, asemenyuk, kcr
2020-01-24 11:24:28 -05:00
Brian Burkhalter
f4f7dbd54c
8225471: Test utility jdk.test.lib.util.FileUtils.areAllMountPointsAccessible needs to tolerate duplicates
...
Reviewed-by: alanb
2020-01-23 10:19:32 -08:00
Tom Rodriguez
2f2594d5d0
8231515: [Graal] Crash during exception throwing in InterpreterRuntime::resolve_invoke
...
Reviewed-by: kvn, dlong, iveresov
2020-01-23 08:43:22 -08:00
Jesper Wilhelmsson
4df9b91002
Added tag jdk-14+33 for changeset f728b6c7f491
2020-01-23 02:36:42 +01:00
Leo Jiang
b94b082727
8237465: JDK 14 L10n resource files update - msg drop 10
...
Reviewed-by: naoto
2020-01-22 22:37:36 +08:00
Zhengyu Gu
9d4f3b2c2c
8237396: JvmtiTagMap::weak_oops_do() should not trigger barriers
...
Reviewed-by: stefank, rkennke
2020-01-22 07:40:11 -05:00
Thomas Schatzl
e3c7f43298
8235305: Corrupted oops embedded in nmethods due to parallel modification during optional evacuation
...
During optional evacuation it is possible that G1 modifies oops embedded in nmethods in parallel. One source are oop* gathered by a previous evacuation phase in the optional roots, the other the region's strong code roots list. Since these oops may be unaligned on x64, this can result in them being corrupted. The fix is to not gather embedded oops in the optional roots list as the strong code roots list contains them already.
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Stefan Johansson <stefan.johansson@oracle.com>
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Reviewed-by: sjohanss, stefank
2020-01-22 10:00:13 +01:00
Zhengyu Gu
f7165c322a
8237392: Shenandoah: Remove unreliable assertion
...
Reviewed-by: shade
2020-01-16 16:30:20 -05:00
Sangheon Kim
c26aa638a1
8234173: assert(loader != __null && oopDesc::is_oop(loader)) failed: loader must be oop
...
Reviewed-by: kbarrett, egahlin, tschatzl
2020-01-16 13:19:55 -08:00
Zhengyu Gu
85255c54da
8237369: Shenandoah: failed vmTestbase/nsk/jvmti/AttachOnDemand/attach021/TestDescription.java test
...
Reviewed-by: rkennke
2020-01-16 14:22:35 -05:00
Maurizio Cimadamore
96f5699e92
8237370: Javadoc of memory access API still refers to old MemoryAddress::offset method
...
Reviewed-by: chegar
2020-01-16 17:25:04 +00:00
Maurizio Cimadamore
af5ff9aeee
8237348: Javadoc of MemorySegment::allocateNative should state that memory is zero-initialized8237348: Javadoc of MemorySegment::allocateNative should state that memory is zero-initialized
...
Reviewed-by: chegar, jlaskey
2020-01-16 14:55:26 +00:00
Hannes Wallnöfer
5903e20af2
8224052: Javadoc doesn't handle non-public intermediate types well
...
Reviewed-by: jjg
2020-01-16 15:50:23 +01:00
Roland Westrelin
995fae6d4b
8235584: UseProfiledLoopPredicate fails with assert(_phase->get_loop(c) == loop) failed: have to be in the same loop
...
Reviewed-by: thartmann, neliasso
2020-01-10 17:50:51 +01:00
Christoph Langer
f55cc6476c
8236488: Support for configure option --with-native-debug-symbols=internal is impossible on Windows
...
Reviewed-by: erikj
2020-01-10 15:38:25 +01:00
Fei Yang
e3eb6dbd1f
8235762: JVM crash in SWPointer during C2 compilation
...
Reviewed-by: thartmann, chagedorn, neliasso
2020-01-09 19:12:16 +08:00
Sergey Bylokhov
b95d34698e
8236953: [macos] JavaFX SwingNode is not rendered on macOS
...
Reviewed-by: kcr, prr
2020-01-15 13:17:46 -08:00
Jesper Wilhelmsson
b4ba74321b
Added tag jdk-14+32 for changeset 2776da28515e
2020-01-16 02:56:52 +01:00
Daniel Le Duc Khoi Nguyen
f0c804676c
8233680: JavacFileManager.close() doesn't clear some cache instance variables
...
Reviewed-by: jjg
2020-01-15 14:02:50 -08:00
Vladimir Kozlov
bdc9d3dee2
8236726: Put vmTestbase/vm/mlvm/indy/stress/java tests on AOT Problem list
...
Reviewed-by: iignatyev
2020-01-15 11:04:45 -08:00
Brian Burkhalter
40d0110ac6
8237186: Fix typo in copyright header of java/io/Reader/TransferTo.java
...
Reviewed-by: mchung, lancea, prappo
2020-01-15 08:21:07 -08:00
Maurizio Cimadamore
099184950b
8235837: Memory access API refinements
...
Reviewed-by: chegar, psandoz
2020-01-15 11:09:00 +00:00
Jan Lahoda
8787b9a66d
8233655: NPE at jdk.compiler/com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply
...
Ensuring that errors reported during speculative attribution that belong to a different file are not lost.
Reviewed-by: mcimadamore
2020-01-15 11:31:16 +01:00
Joe Darcy
006b5e0f96
8233452: java.math.BigDecimal.sqrt() with RoundingMode.FLOOR results in incorrect result
...
Reviewed-by: bpb, dfuchs
2020-01-14 20:19:51 -08:00
Henry Jen
643a98d553
Merge
2020-01-15 01:57:30 +00:00
Henry Jen
ae81cfa30f
Merge
2020-01-15 01:54:35 +00:00
Brian Burkhalter
a91ec31636
8237183: Bug ID missing for test in patch which fixed JDK-8230665
...
Reviewed-by: lancea
2020-01-14 17:28:54 -08:00
Jonathan Gibbons
9ec4001d87
8237058: Update all nroff manpages for JDK 14 release
...
Reviewed-by: dholmes
2020-01-14 15:01:34 -08:00