Paul Hohensee
|
1bce27d402
|
8231209: [REDO] ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
Add com.sun.management.getCurrentThreadAllocatedBytes, implement getThreadAllocatedBytes(long) independent of getThreadAllocatedBytes(long[])
Reviewed-by: mchung, dholmes, sspitsyn
|
2019-09-25 15:22:33 -07:00 |
|
Brent Christian
|
916bbc23b7
|
8221623: Add StackWalker micro benchmarks to jdk repo
Reviewed-by: dfuchs, mchung, redestad
|
2019-09-25 14:33:44 -07:00 |
|
Joe Darcy
|
a36b2af52b
|
8231443: Add java.io.Serial to list of platform annotations for annotation processing
Reviewed-by: jjg
|
2019-09-25 13:37:42 -07:00 |
|
Brian Burkhalter
|
12178ec008
|
8231174: (fs) FileTime should have 100ns resolution (win)
Reviewed-by: alanb
|
2019-09-25 11:44:52 -07:00 |
|
Daniil Titov
|
6ccf3351d7
|
8185005: Improve performance of ThreadMXBean.getThreadInfo(long ids[], int maxDepth)
Reviewed-by: sspitsyn, dholmes, dcubed, rehn
|
2019-09-25 11:10:05 -07:00 |
|
Aleksey Shipilev
|
c49aa4ffa5
|
8231410: Shenandoah: clone barrier should use base pointer
Reviewed-by: rkennke
|
2019-09-25 12:21:10 +02:00 |
|
Joe Darcy
|
37465fba75
|
8231442: Suppress warnings on non-serializable instance fields in java.sql.* modules
Reviewed-by: lancea
|
2019-09-25 09:37:18 -07:00 |
|
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 |
|
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 |
|
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 |
|
Coleen Phillimore
|
b770e9a6b4
|
8225628: Remove unused Thread::muxAcquireW function
Reviewed-by: dcubed, hseigel
|
2019-09-20 10:23:40 -04:00 |
|
Julia Boes
|
b15b322cf3
|
8230648: Replace @exception tag with @throws in java.base
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: prappo, lancea
|
2019-09-20 11:07:52 +01:00 |
|
Jia Huang
|
2fc6c6459d
|
8231242: G1CollectedHeap::print_regions_on() does not print description for "OA" and "CA" regions
Reviewed-by: tschatzl, jiangli
|
2019-09-20 11:33:30 +08:00 |
|
Jagjot Singh
|
6b80f1e7cd
|
8165828: [TEST_BUG] The reg case:javax/swing/plaf/metal/MetalIcons/MetalHiDPIIconsTest.java failed as No Metal Look and Feel
Reviewed-by: psadhukhan
|
2019-09-18 07:18:44 -07:00 |
|
Sergey Bylokhov
|
f3778ba355
|
8225372: accessibility errors in tables in java.desktop files
Reviewed-by: aivanov
|
2019-09-09 12:23:22 -07:00 |
|