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 |
|
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 |
|
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 |
|
Roland Westrelin
|
2f2ec624a2
|
8227384: C2 compilation fails with "graph should be schedulable" when running with -XX:-EliminateLocks
Reviewed-by: thartmann, kvn
|
2019-07-16 08:56:08 +02:00 |
|
Roland Westrelin
|
e4314c158d
|
8231405: [Shenandoah] guarantee(d != NULL) failed: Null dominator info
Reviewed-by: shade, rkennke
|
2019-09-26 17:49:44 +02:00 |
|
Chris Hegarty
|
0b881387f2
|
8231504: Update networking tests to avoid implicit dependency on the system proxies
Reviewed-by: dfuchs
|
2019-09-27 09:55:35 +01:00 |
|
Chris Plummer
|
6212eb36c3
|
8228625: [TESTBUG] sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException 'JShellToolProvider' missing from stdout/stderr
Give jshell process time to fully startup and stablize before requesting heap dump
Reviewed-by: sspitsyn, amenkov
|
2019-09-26 14:41:09 -07:00 |
|
Per Lidén
|
cf5af650de
|
8231294: ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails
Reviewed-by: shade, dholmes
|
2019-09-26 13:56:58 +02:00 |
|
Patric Hedlin
|
8275b17b07
|
8229499: Node budget assert in fuzzed test
Reviewed-by: thartmann, neliasso
|
2019-09-12 11:44:51 +02:00 |
|
Tobias Hartmann
|
a03e92201d
|
8231223: C2's conditional move optimization fails with assert(bol->Opcode() == Op_Bool) failed
Bail out if the range check If has an Opaque4Node input instead of a BoolNode.
Reviewed-by: roland, kvn
|
2019-09-26 09:16:08 +02:00 |
|
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 |
|
Brian Burkhalter
|
12178ec008
|
8231174: (fs) FileTime should have 100ns resolution (win)
Reviewed-by: alanb
|
2019-09-25 11:44:52 -07:00 |
|
Aleksey Shipilev
|
c49aa4ffa5
|
8231410: Shenandoah: clone barrier should use base pointer
Reviewed-by: rkennke
|
2019-09-25 12:21:10 +02: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
Leonid Mesnik
|
d564ab722a
|
8229853: Problemlist compiler/codecache/jmx/PoolsIndependenceTest.java
Reviewed-by: thartmann
|
2019-09-20 13:14:50 -07: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
|
d05b24b3f4
|
8229896: Delete an unused code in the BufferedContext
Reviewed-by: prr, jdv
|
2019-09-13 17:35:12 -07:00 |
|
Laurent Bourgès
|
027fdb2d3b
|
8230728: Thin stroked shapes are not rendered if affine transform has flip bit
Use abs(at.getDeterminant()) in userSpaceLineWidth() to ensure positive value
Reviewed-by: prr, jdv
|
2019-09-10 21:20:51 +02:00 |
|
Tejpal Rebari
|
603689f760
|
8194944: Regression automated test 'open/test/jdk/javax/swing/JInternalFrame/8145896/TestJInternalFrameMaximize.java' fails
Reviewed-by: jdv, arapte
|
2019-09-04 22:18:48 +05:30 |
|
Prasanta Sadhukhan
|
bcff4990ad
|
Merge
|
2019-08-29 15:09:48 +05:30 |
|
Roland Westrelin
|
a63b541842
|
8230061: # assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node
Reviewed-by: thartmann, neliasso
|
2019-08-28 15:51:03 +02:00 |
|
Matthias Baesken
|
e2ebf7b822
|
8231171: remove remaining sun.java.launcher.pid references
Reviewed-by: alanb, dholmes
|
2019-09-20 10:28:48 +02:00 |
|
Brian Burkhalter
|
d6b7266547
|
8231254: (fs) Add test for macOS Catalina changes to protect system software
Reviewed-by: alanb
|
2019-09-23 13:59:41 -07:00 |
|
Tobias Hartmann
|
6bc9833f65
|
8231058: VerifyOops crashes with assert(_offset >= 0) failed: offset for non comment?
Offset method should only be called for comments.
Reviewed-by: roland, dholmes
|
2019-09-23 14:30:31 +02:00 |
|
Christoph Langer
|
8551294077
|
8230857: Avoid reflection in sun.tools.common.ProcessHelper
Reviewed-by: sspitsyn, dholmes
|
2019-09-23 12:32:13 +02:00 |
|
Thomas Schatzl
|
03e769bd64
|
8159984: Remove call to ClassLoaderDataGraph::clear_claimed_marks during the initial mark pause
The CLDG is only iterated once during garbage collection, so we do not need to claim CLDs any more.
Reviewed-by: sjohanss, kbarrett
|
2019-09-23 11:37:02 +02:00 |
|
Jie Fu
|
72d8e98a9d
|
8230228: [TESTBUG] Several runtime/ErrorHandling tests may fail on some platforms
Reviewed-by: coleenp, stuefe, mseledtsov
|
2019-08-28 08:47:40 +08:00 |
|
Mikhailo Seledtsov
|
5b34d00fbc
|
8230115: Problemlist JFR TestNetworkUtilization test
Added test to the problem list
Reviewed-by: dcubed
|
2019-08-28 15:15:38 -07:00 |
|