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 |
|
Per Lidén
|
68f811cd61
|
8231266: ZGC: Minor cleanups in ZCollectedHeap and ZHeap
Reviewed-by: stefank, eosterlund
|
2019-09-24 17:08:18 +02:00 |
|
Per Lidén
|
07144b3299
|
8231251: ZGC: Fix ZHeap includes
Reviewed-by: stefank, eosterlund
|
2019-09-24 17:08:18 +02:00 |
|
Coleen Phillimore
|
e49e9292d3
|
8213150: Add verification for locking by VMThread
Extend verification for all locking not just VMOperations, and fix CLDG lock to not be taken by VM thread.
Reviewed-by: rehn, dholmes
|
2019-09-24 10:12:56 -04:00 |
|
Patrick Concannon
|
11d43732bc
|
8217825: Verify @AfterTest is used correctly in WebSocket tests
Remove @AfterTest tags; added in explicit closing of resources e.g. httpServer, webSocket, etc
Reviewed-by: dfuchs, prappo
|
2019-09-23 16:53:16 +01:00 |
|
Julia Boes
|
d15a57b842
|
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: bchristi, lancea
|
2019-09-24 09:43:43 +01:00 |
|
Erik Österlund
|
13d0bac294
|
8224820: ZGC: Support discontiguous heap reservations
Reviewed-by: pliden, stefank
|
2019-09-24 10:04:13 +00:00 |
|
Hannes Wallnöfer
|
8743f0b6d1
|
8231122: @index tag with newline causes tag search to fail
Reviewed-by: jjg
|
2019-09-24 11:49:48 +02:00 |
|
Prasanta Sadhukhan
|
3afd808de8
|
Merge
|
2019-09-23 13:08:20 +05:30 |
|
Ioi Lam
|
b18626ae7a
|
8231275: Remove null check in the beginning of SystemDictionary::load_shared_class()
Reviewed-by: ccheung, coleenp
|
2019-09-22 17:17:58 -07:00 |
|
Ioi Lam
|
9c92ecba04
|
8231125: Improve testing of parallel loading of shared classes by the boot class loader
Reviewed-by: ccheung, coleenp, dholmes
|
2019-09-22 17:16:35 -07:00 |
|
Daniel D. Daugherty
|
83f41d2736
|
8231323: ProblemList jdk/jfr/jcmd/TestJcmdConfigure.java
Reviewed-by: ysuenaga
|
2019-09-21 10:13:25 -04:00 |
|
John Jiang
|
0a0956bcda
|
8180837: SunPKCS11-NSS tests failing with CKR_ATTRIBUTE_READ_ONLY and CKR_MECHANISM_PARAM_INVALID
Reviewed-by: xuelei
|
2019-09-21 08:06:00 +08:00 |
|
Joe Wang
|
c77f6fdcb6
|
8231083: Clarify SAX documentation
Reviewed-by: lancea, alanb
|
2019-09-20 22:11:45 +00:00 |
|
Valerie Peng
|
46db25e188
|
8176837: SunPKCS11 provider needs to check more details on PKCS11 Mechanism
Disable mechanisms with partial support, e.g. can decrypt but cannot encrypt
Reviewed-by: xuelei
|
2019-09-20 21:33:24 +00:00 |
|
Leonid Mesnik
|
d564ab722a
|
8229853: Problemlist compiler/codecache/jmx/PoolsIndependenceTest.java
Reviewed-by: thartmann
|
2019-09-20 13:14:50 -07:00 |
|
Joe Darcy
|
f3208bfcd0
|
8199424: consider removing ObjectInputStream and ObjectOutputStream native methods
Reviewed-by: bpb, rriggs, redestad
|
2019-09-20 09:32:45 -07:00 |
|