Tianmin Shi
|
2b56811616
|
8231387: java.security.Provider.getService returns random result due to race condition with mutating methods in the same class
Synchronize access to legacyMap in Provider.getService.
Reviewed-by: valeriep
|
2019-09-25 08:29:03 -07:00 |
|
Arno Zeller
|
3fab0b8407
|
8230110: TestLinkageErrorInGenerateOopMap times out
Reviewed-by: stuefe, clanger, thartmann
|
2019-09-24 14:46:38 +02:00 |
|
Chihiro Ito
|
2260d0c6a3
|
8231317: jdk/jfr/jcmd/TestJcmdConfigure.java fails with "java.lang.RuntimeException: assertTrue: expected true, was false"
Reviewed-by: ysuenaga, dcubed
|
2019-09-25 20:32:56 +09:00 |
|
Roman Kennke
|
b8715b4004
|
8231447: Shenandoah: Compilation-time regression after JDK-8231086
Reviewed-by: shade
|
2019-09-25 12:33:05 +02:00 |
|
Roland Westrelin
|
e2803ed999
|
8231055: C2: arraycopy with same non escaping src and dest but different positions causes wrong execution
Reviewed-by: thartmann, vlivanov
|
2019-09-17 15:58:54 +02:00 |
|
Weijun Wang
|
12c278c3e3
|
8228659: Record which Java methods are called by native codes in JGSS and JAAS
Reviewed-by: mullan
|
2019-09-25 17:54:21 +08:00 |
|
Thejasvi Voniadka
|
1f325a0f20
|
8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string
Changes to produce/consume the locale-specific equivalent corresponding to the english string "GMT".
Reviewed-by: naoto, rriggs
|
2019-07-11 03:28:43 +05:30 |
|
Jonathan Gibbons
|
2cd3eb0d40
|
8222791: Order of evaluation of -link params in Javadoc tool reversed -> regression with split packages
Reviewed-by: hannesw
|
2019-07-22 16:10:25 -07:00 |
|
Zhengyu Gu
|
3f470a2466
|
8227866: Shenandoah: Split weak root processing and class unloading in parallel cleaning task
Reviewed-by: rkennke
|
2019-07-13 12:15:17 -04:00 |
|
Alex Menkov
|
97af5fecb2
|
8227693: HTML error in jdwp-protocol.html
Reviewed-by: dcubed, sspitsyn
|
2019-07-22 10:26:21 -07:00 |
|
Ralf Schmelter
|
678b5df6c7
|
8227868: jinfo and jstack can fail converting UTF8 output to strings
Reviewed-by: sgehwolf, dholmes, cjplummer
|
2019-07-22 14:40:00 +02:00 |
|
Severin Gehwolf
|
5732fe95a6
|
8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
Move container constant to separate test lib class
Reviewed-by: alanb
|
2019-07-22 10:48:14 +02:00 |
|
Jan Lahoda
|
03270bb92a
|
8227923: End position of EndElementTree is -1
Fixing end positions for DocTrees EndElementTree, EntityTree and CommentTree.
Reviewed-by: jjg
|
2019-07-22 12:21:18 +02:00 |
|
Jie Fu
|
8d62f19e8d
|
8225648: [TESTBUG] java/lang/annotation/loaderLeak/Main.java fails with -Xcomp
Reviewed-by: alanb, iklam
|
2019-07-22 14:31:04 +08:00 |
|
Matthias Baesken
|
e576eaa483
|
8227869: fix wrong format specifiers in os_aix.cpp
Reviewed-by: dholmes, mdoerr, clanger
|
2019-07-17 15:40:27 +02:00 |
|
Matthias Baesken
|
a573f6a6b5
|
8227737: avoid implicit-function-declaration on AIX
Reviewed-by: clanger, goetz
|
2019-07-16 16:01:10 +02:00 |
|
Matthias Baesken
|
e57e8f4db2
|
8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows
Reviewed-by: jjg, stuefe
|
2019-07-10 11:11:30 +02:00 |
|
Daniil Titov
|
3c6c2d8ca2
|
8221303: sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java fails due to java.rmi.server.ExportException: Port already in use
Reviewed-by: cjplummer, amenkov, sgehwolf
|
2019-07-18 12:29:57 -07:00 |
|
Igor Ignatyev
|
b97433e763
|
8226910: make it possible to use jtreg's -match via run-test framework
Reviewed-by: dholmes, mseledtsov
|
2019-07-18 11:47:52 -07:00 |
|
Kim Barrett
|
4d471e7845
|
8228340: JVMCI deleteGlobalHandle doesn't delete the handle
Add missing call to OopStorage::release() when deleting global handles in JVMCI to prevent handles leak.
Reviewed-by: kvn, dlong
|
2019-07-18 09:15:26 -07:00 |
|
Christoph Langer
|
0ce0ff51c4
|
8227441: Enhance logging when reading the fontconfig info file
Co-authored-by: Matthias Baesken <matthias.baesken@sap.com>
Reviewed-by: prr, mbaesken
|
2019-07-09 15:58:22 +02:00 |
|
Severin Gehwolf
|
96d9d06cc9
|
8227397: Add --with-extra-asflags configure option
Reviewed-by: phh
|
2019-07-08 17:44:34 +02:00 |
|
Matthias Baesken
|
9fb552745f
|
8228420: compile error in shenandoahSupport.cpp with clang 9
Reviewed-by: shade
|
2019-07-19 12:35:33 +02:00 |
|
Severin Gehwolf
|
da0f6da7e8
|
8227642: [TESTBUG] Make docker tests podman compatible
Reviewed-by: mseledtsov, iignatyev
|
2019-07-12 19:37:25 +02:00 |
|
Martin Doerr
|
d2611c4e2c
|
8227692: Remove develop feature PrintMallocStatistics
Reviewed-by: coleenp, dcubed
|
2019-07-19 10:18:48 +02:00 |
|
Matthias Baesken
|
781b790f18
|
8228368: avoid incompatible pointer to integer conversion initializing gint in gtk2_interface
Reviewed-by: prr
|
2019-07-18 14:01:54 +02:00 |
|
Matthias Baesken
|
39b7b5bbf9
|
8227633: avoid comparing this pointers to NULL
Reviewed-by: coleenp, mdoerr
|
2019-07-16 14:42:36 +02:00 |
|
Joe Wang
|
a91f9c4c7e
|
8157830: Errors in XSLT stylesheet are not dispatched correctly to ErrorListener
Reviewed-by: lancea
|
2019-07-19 02:40:59 +00:00 |
|
Brian Burkhalter
|
ba9c952f87
|
8228392: Backout incorrect change done by JDK-8067801
Reviewed-by: lancea
|
2019-07-18 17:10:33 -07:00 |
|
Kim Barrett
|
e396e38bb3
|
8227653: Add VM Global OopStorage
Replaced conditional JVMCI global storage with VM global storage.
Reviewed-by: tschatzl, lfoltan, kvn
|
2019-07-18 14:57:32 -04:00 |
|
Zhengyu Gu
|
1a115f9763
|
8227755: Need more than 2 distinct CodeCache unloading cycles
Reviewed-by: eosterlund, rkennke
|
2019-07-17 08:33:38 -04:00 |
|
Kim Barrett
|
7b176df9c9
|
8227652: SetupOperatorNewDeleteCheck should discuss deleting destructors
Add comment describing deleting destructors
Reviewed-by: dholmes
|
2019-07-18 11:54:54 -04:00 |
|
Brian Burkhalter
|
9b23ca4eb4
|
8228338: tools/pack200/TimeStamp.java fails with NullPointerException
Reviewed-by: lancea
|
2019-07-18 07:54:21 -07:00 |
|
Yasumasa Suenaga
|
fc0b8141d3
|
8227815: Minimal VM: set_state is not a member of AttachListener
Reviewed-by: cjplummer
|
2019-07-18 21:25:41 +09:00 |
|
Roman Kennke
|
6a746de90e
|
8228364: Shenandoah: Remove unused code from ShenandoahBarrierSetC1
Reviewed-by: shade
|
2019-07-18 13:16:10 +02:00 |
|
Coleen Phillimore
|
d35c1540e6
|
8227766: CheckUnhandledOops is broken in MemAllocator
Save oop created in handle more eagerly, so CheckUnhandledOops doesn't bash it.
Reviewed-by: lfoltan, eosterlund
|
2019-07-18 07:06:33 -04:00 |
|
Ralf Schmelter
|
d97475df72
|
8227435: Perf::attach() should not throw a java.lang.Exception
Reviewed-by: sspitsyn, clanger, dholmes
|
2019-07-18 10:25:49 +02:00 |
|
Matthias Baesken
|
27b4d31b65
|
8227834: build.log output from failing commands : include the hs_error file path in case of crashes in build
Reviewed-by: tbell
|
2019-07-17 09:58:42 +02:00 |
|
Matthias Baesken
|
c3bd80322e
|
8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows
Reviewed-by: jjg, stuefe
|
2019-07-10 11:11:30 +02:00 |
|
Brian Burkhalter
|
ba761b4cbd
|
8073213: javadoc of PushbackInputStream methods should specify NullPointerExceptions
Reviewed-by: lancea, darcy
|
2019-07-17 15:12:47 -07:00 |
|
Brian Burkhalter
|
2c59ffda98
|
8228204: Fix for JDK-8067801 breaks java/io/NegativeInitSize.java
Reviewed-by: lancea
|
2019-07-17 15:12:30 -07:00 |
|
Brian Burkhalter
|
a7016e3b5d
|
8067801: Enforce null check for underlying I/O streams
Reviewed-by: lancea
|
2019-07-17 14:24:37 -07:00 |
|
Brian Burkhalter
|
60530bae7c
|
8131664: Javadoc for PrintStream is now incorrect
Reviewed-by: lancea, darcy
|
2019-07-17 14:24:24 -07:00 |
|
Mikael Vidstedt
|
0e81c8e54d
|
Added tag jdk-14+6 for changeset 443f7359b34d
|
2019-07-17 13:41:38 -07:00 |
|
Daniil Titov
|
1ea3869a92
|
8206179: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java fails with Committed virtual memory size illegal value
Reviewed-by: sspitsyn, cjplummer
|
2019-07-17 11:23:51 -07:00 |
|
Thomas Schatzl
|
1ddf09fb12
|
8227090: G1 does not account the OptMergeRS in cost per card calculation
Reviewed-by: sangheki, kbarrett
|
2019-07-17 16:33:19 +02:00 |
|
Thomas Schatzl
|
b4d014896a
|
8227089: Add timing information for merging humongous remembered sets
Reviewed-by: sangheki, kbarrett
|
2019-07-17 16:33:19 +02:00 |
|
Thomas Schatzl
|
ffe79a37c3
|
8227084: Add timing information for merge heap root preparation
Reviewed-by: sangheki, kbarrett
|
2019-07-17 16:33:19 +02:00 |
|
Thomas Schatzl
|
5a0525a560
|
8227671: G1: assert_used_and_recalculate_used_equal performs work in product builds
Reviewed-by: kbarrett, sangheki
|
2019-07-17 16:33:19 +02:00 |
|
Thomas Schatzl
|
bb7bf64fd7
|
8226232: Move merge heap roots code out from G1RemSetScanState
Reviewed-by: sangheki, kbarrett
|
2019-07-17 16:33:19 +02:00 |
|