Roger Riggs
|
62da722d66
|
8234836: Improve serialization handling
Reviewed-by: skoivu, rhalade, chegar
|
2020-04-16 10:57:51 -04:00 |
|
Rob McKenna
|
c4a5d94178
|
Merge
|
2020-03-26 18:08:32 +00:00 |
|
Aleksey Shipilev
|
5d1b571c5b
|
8241445: Fix copyright in test/jdk/tools/launcher/ArgFileSyntax.java
Reviewed-by: psandoz
|
2020-03-24 18:46:48 +01:00 |
|
Sibabrata Sahoo
|
eed1b70ab1
|
8225130: Add exception for expiring Comodo roots to VerifyCACerts test
Reviewed-by: weijun
|
2020-03-03 03:42:34 -08:00 |
|
Erik Joelsson
|
9447957566
|
8239429: AbsPathsInImage.java fails in JDK 11u and 14u on Windows
Reviewed-by: tbell
|
2020-02-20 09:09:25 -08:00 |
|
Rob McKenna
|
a8b2fc0511
|
Merge
|
2020-02-25 13:50:32 +00:00 |
|
Rajan Halade
|
94c496d333
|
8225128: Add exception for expiring DocuSign root to VerifyCACerts test
Reviewed-by: clanger
|
2020-02-18 16:00:40 -08:00 |
|
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 |
|
Christoph Langer
|
d84c35a144
|
8237192: Generate stripped/public pdbs on Windows for jdk images
Co-authored-by: Matthias Baesken <matthias.baesken@sap.com>
Reviewed-by: erikj, ihse
|
2020-02-07 08:38:40 +01:00 |
|
Kelvin Nilsen
|
1352db1868
|
8225216: gc/logging/TestMetaSpaceLog.java doesn't work for Shenandoah
Reviewed-by: shade
|
2020-03-12 06:47:17 +01:00 |
|
Aleksey Shipilev
|
c92a47d0c2
|
8240868: Shenandoah: remove CM-with-UR piggybacking cycles
Reviewed-by: rkennke, zgu
|
2020-03-11 14:17:52 +01:00 |
|
Aleksey Shipilev
|
3d9bd7fc04
|
8240511: Shenandoah: parallel safepoint workers count should be ParallelGCThreads
Reviewed-by: rkennke
|
2020-03-04 11:50:28 +01:00 |
|
Henry Jen
|
5709c60808
|
8240629: argfiles parsing broken for argfiles with comment cross 4096 bytes chunk
Reviewed-by: alanb, mchung
|
2020-03-06 13:48:16 -08:00 |
|
Alexey Bakhtin
|
57ceb1bc5e
|
8239787: AArch64: String.indexOf may incorrectly handle empty strings
Reviewed-by: aph, lmesnik, yan
|
2020-03-03 13:06:50 +03:00 |
|
Christian Hagedorn
|
449564dd07
|
8238438: SuperWord::co_locate_pack picks memory state of first instead of last load
Fix selection of first and last memory state in SuperWord::co_locate_pack
Reviewed-by: thartmann, kvn
|
2020-03-02 10:23:08 +01:00 |
|
Man Cao
|
1e52cb108f
|
8234608: [TESTBUG] Fix G1 redefineClasses tests and a memory leak
Co-authored-by: Ian Rogers <irogers@google.com>
Co-authored-by: Thomas Schatzl <thomas.schatzl@oracle.com>
Reviewed-by: tschatzl, sjohanss
|
2020-02-13 10:54:07 -08: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
|
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
|
aefb53e8d2
|
8236759: ShouldNotReachHere in PhaseIdealLoop::verify_strip_mined_scheduling
Reviewed-by: thartmann, neliasso
|
2020-01-13 10:00:30 +01:00 |
|
Christian Hagedorn
|
514a64ece9
|
8238811: C2: assert(i >= req() || i == 0 || is_Region() || is_Phi()) with -XX:+VerifyGraphEdges
Fix -XX:+VerifyGraphEdges by additionally handling ArrayCopyNodes and UnlockNodes and add some basic flag testing.
Reviewed-by: roland, neliasso
|
2020-02-13 15:08:08 +01:00 |
|
Christian Hagedorn
|
da2b906179
|
8238756: C2: assert(((n) == __null || !VerifyIterativeGVN || !((n)->is_dead()))) failed: can not use dead node
Fix -XX:+VerifyIterativeGVN due to a dead node and add some basic flag testing.
Reviewed-by: roland, neliasso
|
2020-02-13 15:07:45 +01:00 |
|
Christian Hagedorn
|
dbf9caab7c
|
8237945: CTW: C2 compilation fails with assert(just_allocated_object(alloc_ctl) == ptr) failed: most recent allo
Removing too strong assertion about array allocation in LibraryCallKit::tightly_coupled_allocation().
Reviewed-by: thartmann, neliasso
|
2020-02-13 15:07:21 +01:00 |
|
David Leopoldseder
|
c0c9161bb5
|
8238190: [JVMCI] Fix single implementor speculation for diamond shapes
Reviewed-by: kvn
|
2020-02-04 09:33:09 +01:00 |
|
Christian Hagedorn
|
8ac1c2b47d
|
8235332: TestInstanceCloneAsLoadsStores.java fails with -XX:+StressGCM
Account for GC barriers when skipping a cloned ArrayCopyNode in ConnectionGraph::find_inst_mem()
Reviewed-by: roland, neliasso
|
2020-01-31 09:32:00 +01:00 |
|
Richard Reingruber
|
f8db71f381
|
8239005: [TESTBUG] test/hotspot/jtreg/runtime/StackGuardPages/TestStackGuardPages.java: exeinvoke.c: must initialize static state before calling do_overflow()
Reviewed-by: dholmes, clanger
|
2020-02-13 16:20:14 +01:00 |
|
Aleksey Shipilev
|
f4c6bd21e6
|
8238247: CTW runner should sweep nmethods more aggressively
Reviewed-by: adinn, simonis, iignatyev
|
2020-02-10 06:18:28 +01:00 |
|
Aleksey Shipilev
|
b740a6be5c
|
8238366: CTW runner closes standard output on exit
Reviewed-by: adinn, iignatyev
|
2020-02-10 06:18:10 +01:00 |
|
Qi Feng
|
8c5fdf8bfe
|
8240286: [TESTBUG] Test command error in hotspot/jtreg/compiler/loopopts/superword/SumRedAbsNeg_Float.java
Reviewed-by: kvn, thartmann
|
2020-03-05 14:51:41 +08:00 |
|
Ravi Reddy
|
3e51b833cd
|
8183369: RFC unconformity of HttpURLConnection with proxy
HttpURLConnection retried with proxy if the connection fails on first attempt as per RFC
Reviewed-by: chegar, dfuchs, vtewari
|
2020-03-05 03:27:17 -05:00 |
|
Roland Westrelin
|
d5df089571
|
8238385: CTW: C2 (Shenandoah) compilation fails with "Range check dependent CastII node was not removed"
Reviewed-by: rkennke, shade
|
2020-02-07 13:59:17 +01:00 |
|
Sibabrata Sahoo
|
0d922d11f5
|
8225130: Add exception for expiring Comodo roots to VerifyCACerts test
Reviewed-by: weijun
|
2020-03-03 03:42:34 -08:00 |
|
Aleksey Shipilev
|
d26441fa2c
|
8240069: Shenandoah: turn more flags diagnostic
Reviewed-by: rkennke
|
2020-02-26 19:36:43 +01:00 |
|
Aleksey Shipilev
|
cb0549c8a0
|
8240070: Shenandoah: remove obsolete ShenandoahCommonGCStateLoads
Reviewed-by: rkennke
|
2020-02-26 19:36:50 +01:00 |
|
Roland Westrelin
|
37d8644b6c
|
8237837: Shenandoah: assert(mem == __null) failed: only one safepoint
Reviewed-by: rkennke
|
2020-01-28 11:28:52 +01:00 |
|
Christoph Langer
|
0890858d43
|
8221741: ClassCastException can happen when fontconfig.properties is used
Reviewed-by: mbaesken, itakiguchi
|
2020-02-02 17:41:33 +01:00 |
|
Ravi Reddy
|
cb5dd3dc1d
|
8238452: Keytool generates wrong expiration date if validity is set to 2050/01/01
Reviewed-by: pkoppula, weijun, coffeys
|
2020-03-02 22:57:20 -08:00 |
|
Mikael Vidstedt
|
f821fb27cb
|
8238932: Invalid tier1_gc_1 test group definition
Reviewed-by: kbarrett
|
2020-02-13 12:08:04 -08:00 |
|
Kun Wang
|
dfabe41155
|
8239915: Zero VM crashes when handling dynamic constant
Reviewed-by: dholmes
|
2020-02-26 17:32:04 +08: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 |
|
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 |
|
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
|
2760497b01
|
8237368: Problem with NullPointerException in RMI TCPEndpoint.read
Reviewed-by: mchung, alanb
|
2020-01-24 13:33:31 -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 |
|
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 |
|
Fei Yang
|
e3eb6dbd1f
|
8235762: JVM crash in SWPointer during C2 compilation
Reviewed-by: thartmann, chagedorn, neliasso
|
2020-01-09 19:12:16 +08:00 |
|