Matthias Baesken
09c012be4e
8231357: sun/security/pkcs11/Cipher/TestKATForGCM.java fails on SLES11 using mozilla-nss-3.14
...
Reviewed-by: clanger, valeriep
2019-09-26 13:51:43 +02:00
Joe Wang
a664c9cf99
8016914: CoreDocumentImpl.setXmlVersion NPE
...
Reviewed-by: lancea
2019-09-30 17:54:11 +00:00
Coleen Phillimore
c5ca4409e0
Merge
2019-09-30 13:22:05 -04:00
Coleen Phillimore
98f454c9ca
8184732: Deadlock detection improvements for 'special' locks
...
Assert that special ranked locks cannot safepoint and allow_vm_block and remove locks from the exceptional lock list in no_safepoint_verifier.
Reviewed-by: dholmes, eosterlund
2019-09-30 13:10:11 -04:00
Patrick Concannon
0364ad244a
8229338: clean up test/jdk/java/util/RandomAccess/Basic.java
...
General refactoring of code and increased test coverage
Reviewed-by: lancea, aefimov
2019-09-30 17:19:58 +01:00
Aleksey Shipilev
8a50aa7d21
8231583: Shenandoah: Fix register clash in SBSA::resolve_forwarding_pointer() borrowing
...
Reviewed-by: rkennke
2019-09-30 18:02:24 +02:00
Lutz Schmidt
722b4b4fda
8231403: [ppc]: Align ReservedCodeCacheSize default value with other platforms
...
Reviewed-by: goetz
2019-09-30 17:18:30 +02:00
Roman Kennke
aa251e0762
8231499: Shenandoah: compiler/arraycopy/TestDefaultMethodArrayCloneDeoptC2 fails
...
Reviewed-by: shade, roland
2019-09-30 17:00:16 +02:00
Claes Redestad
56bc7979cb
8231616: Simplify compilation policy hierarchy
...
Reviewed-by: thartmann, neliasso
2019-09-30 14:04:42 +02:00
Alexey Ivanov
c1ac50d803
8231144: Wrap contents of plain HTML files into contentContainer
...
Reviewed-by: prr, serb
2019-09-25 22:45:43 +01:00
Prasanta Sadhukhan
a0c379d9bd
Merge
2019-09-25 14:52:33 +05:30
Prasanta Sadhukhan
83b11a570a
Merge
2019-09-25 14:48:39 +05:30
Michael McMahon
b8bda05c60
8231450: Copyright header line omitted from 8231187 changeset
...
Reviewed-by: chegar
2019-09-25 09:38:20 +01:00
Alan Bateman
72e62cf835
8231413: Several test/hotspot/jtreg/runtime tests updates to run with --illegal-access=deny
...
Reviewed-by: hseigel, lfoltan, dholmes
2019-09-25 09:17:32 +01:00
Prasanta Sadhukhan
f0b476a981
Merge
2019-09-25 13:40:36 +05:30
Phil Race
4a4fbbaaa9
8231243: [TESTBUG] CustomFont.java cannot find font file
...
Reviewed-by: serb
2019-09-24 09:09:15 -07:00
Vladimir Kempik
67ad501e5b
8229872: (fs) Increase buffer size used with getmntent
...
Dynamically allocate memory for getmntent
Reviewed-by: alanb
2019-09-24 14:54:57 +03:00
Thomas Schatzl
628283fe53
8231553: Deprecate unused G1RSetScanBlockSize command line option
...
Reviewed-by: lkorinth, sjohanss
2019-09-30 10:21:11 +02:00
Christian Hagedorn
08f652aa51
8230062: assert(i == p->size()-1) failed: must be last element of the pack
...
Avoids vectorization of reduction chain in which an intermediate result is used.
Reviewed-by: roland, thartmann
2019-09-30 09:29:10 +02:00
Arno Zeller
03c764c5e3
8231457: Asserts on AIX because os::elapsed_counter() is not monotonic
...
Replace gettimeofday with javaTimeNanos
Reviewed-by: dholmes, stuefe
2019-09-28 17:52:07 -04:00
Chris Plummer
f6a5479a44
8231287: JMap should do a better job of reporting exception it catches
...
Retrhow any caught exception, and always print exceptions before exiting
Reviewed-by: sspitsyn, phh
2019-09-28 12:33:34 -07:00
Ivan Gerasimov
680fceb9ba
8230415: Avoid redundant permission checking in FilePermissionCollection and SocketPermissionCollection
...
Reviewed-by: mullan
2019-09-27 17:50:09 -07:00
Bob Vandette
68937e9b9f
8231431: JAOTC issues with JAR path containing spaces
...
Reviewed-by: kvn
2019-09-27 18:27:42 +00:00
Doug Lea
8c647801fc
8231036: vmTestbase monitoring tests fail after JSR 166 refresh
...
Reviewed-by: martin, dholmes
2019-09-27 12:20:14 -07:00
Doug Lea
a9254cbcfa
8231032: ThreadMXBean locking tests fail after JSR 166 refresh
...
Reviewed-by: martin, mchung, dholmes
2019-09-27 12:20:14 -07:00
Leonid Mesnik
3e3d90d6a1
8230942: Support compressed cores in SA tests
...
Reviewed-by: dholmes, sspitsyn
2019-09-27 10:48:23 -07:00
Joe Darcy
9f4484ff92
8231557: Suppress warnings on non-serializable instance fields in jdk.scripting.nashorn module
...
Reviewed-by: jlaskey
2019-09-27 08:57:25 -07:00
Daniel Fuchs
8578ab1c23
8231037: java/net/InetAddress/ptr/Lookup.java fails intermittently due to reverse lookup failed
...
The test is updated to verify whether reverse lookup is altogether possible.
Reviewed-by: chegar
2019-09-27 14:43:35 +01:00
Robbin Ehn
29e4d9fa82
8231321: compiler/codecache/stress/UnexpectedDeoptimizationAllTest.java failed assertion
...
Reviewed-by: thartmann, eosterlund
2019-09-27 15:15:07 +02:00
Jie Fu
dd47d1871a
8231567: minimal build failed after JDK-8226690
...
Reviewed-by: shade, coleenp
2019-09-27 20:06:02 +08:00
Coleen Phillimore
59dcb50e96
8231472: Clean up Monitor::_safepoint_check usage to Mutex::_safepoint_check
...
Change Monitor:: to Mutex:: when allocating a Mutex, and in mutexLocker.
Reviewed-by: rehn, dholmes
2019-09-27 07:56:02 -04:00
Severin Gehwolf
c4f5c4fe9b
8196969: JTreg Failure: serviceability/sa/ClhsdbJstack.java causes NPE
...
Account for serialized null scopes in NMethod
Reviewed-by: aph, never
2019-09-23 20:26:18 +02:00
Thomas Schatzl
5e9b772767
8231956: Remove seq_add_card/reference from PerRegionTable class
...
Reviewed-by: sjohanss, pliden
2019-10-11 11:21:28 +02:00
Per Lidén
e598c94852
8232070: ZGC: Remove unused ZVerifyLoadBarriers
...
Reviewed-by: tschatzl
2019-10-11 10:16:35 +02:00
Matthias Baesken
63b1c4c213
8230957: [TESTBUG] containers/docker/TestJcmdWithSideCar.java sporadic failures
...
Reviewed-by: clanger, bobv, mseledtsov
2019-10-11 09:55:35 +02:00
Magnus Ihse Bursie
54a3efc829
8065704: Set LC_ALL=C for all relevant commands in the build system
...
Reviewed-by: naoto, erikj
2019-10-11 09:43:18 +02:00
Matthias Baesken
19a6085f43
8232052: use string literal for format string when handling PauseAtStartupFile
...
Reviewed-by: clanger, stuefe
2019-10-09 14:07:44 +02:00
Matthias Baesken
124bc7bb1e
8232060: add some initializations using sigemptyset in os_aix.cpp
...
Reviewed-by: clanger, stuefe
2019-10-10 08:46:07 +02:00
Dmitry Markov
01ec1f2fec
8230782: Robot.createScreenCapture() fails if “awt.robot.gtk” is set to false
...
Reviewed-by: prr, serb
2019-09-23 17:18:03 +01:00
Roland Westrelin
dfc5c795c7
8229483: Sinking load out of loop may trigger: assert(found_sfpt) failed: no node in loop that's not input to safepoint
...
Reviewed-by: thartmann, neliasso
2019-09-23 16:49:09 +02:00
Calvin Cheung
0da443e7ae
8231097: [TESTBUG] runtime/cds/appcds/DirClasspathTest.java can fail with a mapping error
...
Check output for mapping failure and throw a SkippedException.
Reviewed-by: iklam, dholmes
2019-09-24 20:16:13 -07:00
Joe Darcy
dab1284a36
8231334: Suppress warnings on non-serializable instance fields in client libs serializable classes
...
Reviewed-by: prr
2019-09-24 18:25:54 -07:00
Milan Mimica
464c8b84eb
8228580: DnsClient TCP socket timeout
...
Reviewed-by: vtewari, chegar, prappo
2019-09-24 22:57:28 +01:00
Ioi Lam
c85075b31a
8231367: [TESTBUG] ParallelLoadTest.java fails with "test.dynamic.dump not supported"
...
Reviewed-by: ccheung
2019-09-24 10:36:35 -07:00
Dean Long
0812854427
8229201: Update Graal
...
Reviewed-by: kvn
2019-09-24 12:47:15 -04:00
Ekaterina Pavlova
8731e6339d
8231376: Unproblem list compiler/unsafe/Unsafe{Off,On}HeapBooleanTest.java tests
...
Reviewed-by: iignatyev
2019-09-24 08:54:08 -07:00
Naoto Sato
5fba45641e
8230531: API Doc for CharsetEncoder.maxBytesPerChar() should be clearer about BOMs
...
Reviewed-by: martin, alanb
2019-09-24 08:55:13 -07:00
Jia Huang
8bc0885215
8231351: Add notes for PKCS11 tests in the test doc
...
Reviewed-by: erikj, jjiang
2019-09-24 11:39:47 +08:00
Michael McMahon
aa5329e0d3
8231187: SelectorProvider.inheritedChannel() returns TCP socket channel for Unix domain socket
...
Reviewed-by: alanb, chegar
2019-09-24 16:19:11 +01:00
Per Lidén
f740058c3d
8231270: ZGC: Remove ZAddressSpace* and ZAddressReserved*
...
Reviewed-by: stefank, eosterlund
2019-09-24 17:08:19 +02:00