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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Leonid Mesnik
|
d564ab722a
|
8229853: Problemlist compiler/codecache/jmx/PoolsIndependenceTest.java
Reviewed-by: thartmann
|
2019-09-20 13:14:50 -07:00 |
|
Stefan Karlsson
|
2f67784a45
|
8230759: ZGC: Fix integer types
Reviewed-by: pliden
|
2019-09-11 09:47:42 +02:00 |
|
Robbin Ehn
|
35a9f6864a
|
8226705: [REDO] Deoptimize with handshakes
Reviewed-by: eosterlund, dcubed, dlong, pchilanomate
|
2019-09-19 10:52:22 +02:00 |
|
Ekaterina Pavlova
|
f482d3071c
|
8231145: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails because DebugContextTest.testLogging.input is not available
Reviewed-by: erikj, iveresov, ihse
|
2019-09-18 10:58:21 -07:00 |
|
Jie Fu
|
4fb41f2617
|
8230943: False deadlock detection with -XX:+CIPrintCompileQueue after JDK-8163511
Reviewed-by: dholmes, thartmann
|
2019-09-17 20:38:23 +08:00 |
|
David Holmes
|
c2cbaa69d5
|
8231033: Problemlist ReservedStackTest
8231034: ProblemList failing ThreadMXBean tests
Reviewed-by: darcy
|
2019-09-15 21:00:15 -04:00 |
|
Brent Christian
|
5c3cc74c83
|
8230937: Update bugid in ProblemList for vmTestbase/nsk/jdb/eval/eval001/eval001.java
Reviewed-by: dholmes, mchung
|
2019-09-13 09:33:54 -07:00 |
|
Leonid Mesnik
|
9597fcd85f
|
8230881: serviceability/sa/TestJmapCore tests fail with java.lang.RuntimeException: Could not find dump file
Reviewed-by: dholmes, cjplummer
|
2019-09-13 09:34:13 -07:00 |
|
Roland Westrelin
|
ec5451c117
|
8229701: aarch64: C2 OSR compilation fails with "shouldn't process one node several times" in final graph reshaping
Reviewed-by: thartmann, kvn
|
2019-08-23 14:22:29 +02:00 |
|
Ioi Lam
|
988ac4fec0
|
8230586: Encapsulate fields in filemap.hpp
Reviewed-by: ccheung
|
2019-09-11 18:31:25 -07:00 |
|
David Holmes
|
99252bd9d6
|
8230423: Move os::sleep to JavaThread::sleep
Reviewed-by: rehn, dcubed
|
2019-09-11 22:09:05 -04:00 |
|
Aleksey Shipilev
|
7c2fe7025b
|
8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list
Reviewed-by: zgu
|
2019-09-10 19:58:22 +02:00 |
|
Ivan Gerasimov
|
9898fc1382
|
8230303: JDB hangs when running monitor command
Reviewed-by: sspitsyn
|
2019-09-10 09:08:52 -07:00 |
|
Brent Christian
|
a4613d4a8f
|
8212117: Class.forName may return a reference to a loaded but not linked Class
Reviewed-by: dholmes, mchung
|
2019-09-09 11:04:04 -07:00 |
|
Stefan Karlsson
|
7384f6cdcf
|
8224599: Remove globals_ext.hpp
Reviewed-by: coleenp, kvn, gziemski, ehelin
|
2019-09-04 11:05:20 +02:00 |
|
Xiaohong Gong
|
de87e8e860
|
8230129: Add jtreg "serviceability/sa/ClhsdbInspect.java" to graal problem list
Reviewed-by: dlong, thartmann
|
2019-09-09 11:19:51 +08:00 |
|
David Holmes
|
394d6ac55b
|
8230422: Convert uninterruptible os::sleep calls to os::naked_short_sleep
Reviewed-by: kbarrett, dcubed, shade
|
2019-09-07 18:48:57 -04:00 |
|
Christoph Langer
|
c159a4e0f2
|
8230666: Exclude serviceability/sa/TestInstanceKlassSize.java on linuxppc64 and linuxppc64le
Reviewed-by: dcubed
|
2019-09-06 15:13:38 +02:00 |
|
David Holmes
|
8b42387ea6
|
8227563: jvmti/scenarios/contention/TC05/tc05t001 fails due to "ERROR: tc05t001.cpp, 278: (waitedThreadCpuTime - waitThreadCpuTime) < (EXPECTED_ACCURACY * 1000000)"
Reviewed-by: amenkov, cjplummer, sspitsyn
|
2019-09-05 18:39:22 -04:00 |
|
Calvin Cheung
|
a1002d68fc
|
8230632: [TESTBUG] appcds/NonExistClasspath.java and ClassPathAttr.java failed when running in hotspot_appcds_dynamic test group
Exclude NonExistClasspath.java from the test group; increase timeout for ClassPathAttr.java.
Reviewed-by: dcubed, iklam
|
2019-09-05 11:12:12 -07:00 |
|
Tobias Hartmann
|
a4b46ccc23
|
8229496: SIGFPE (division by zero) in C2 OSR compiled method
Adding a CastNode to keep the dependency between the div/mod operation and the zero check.
Reviewed-by: roland, mdoerr
|
2019-09-05 13:56:17 +02:00 |
|
Erik Österlund
|
f869706f5f
|
8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
Reviewed-by: stefank, coleenp
|
2019-09-05 08:26:49 +02:00 |
|
Xin Liu
|
0a92dc786d
|
8229450: C2 compilation fails with assert(found_sfpt) failed
Reviewed-by: roland, thartmann
|
2019-09-04 16:39:12 +02:00 |
|
Matthias Baesken
|
a41b9a71ac
|
8229182: runtime/containers/docker/TestMemoryAwareness.java test fails on SLES12
Reviewed-by: clanger, mseledtsov
|
2019-09-03 17:52:36 +02:00 |
|
Aleksey Shipilev
|
5110530d5b
|
8230238: Add another regression test for JDK-8134739
Reviewed-by: kvn
|
2019-09-02 11:31:12 +02:00 |
|
Kim Barrett
|
a72d25fcc7
|
8230372: Remove G1GCPhaseTimes::MergeLBProcessedBuffers
Removed no longer needed phase time.
Reviewed-by: sjohanss, tschatzl
|
2019-08-30 15:36:44 -04:00 |
|
Tobias Hartmann
|
79c14f088c
|
8230390: Problemlist SA tests with AOT
Putting tests on the problem list.
Reviewed-by: roland
|
2019-08-30 16:17:21 +02:00 |
|
Tobias Hartmann
|
05d4e7a269
|
8230388: Problemlist additional compiler/rtm tests
Putting tests on the problem list.
Reviewed-by: roland
|
2019-08-30 11:11:33 +02:00 |
|
Jie Fu
|
c7f0ae07cd
|
8230376: [TESTBUG] runtime/StackTrace/HiddenFrameTest.java fails with release VM
Reviewed-by: dholmes
|
2019-08-30 01:21:14 -04:00 |
|
Mikhailo Seledtsov
|
489f8027be
|
8228960: [TESTBUG] containers/docker/TestJcmdWithSideCar.java: jcmd reports main class as Unknown
Waiting for child output to start main() before running jcmd
Reviewed-by: dholmes, bobv
|
2019-08-29 15:50:45 -07:00 |
|
Mikhailo Seledtsov
|
1bc974d8a7
|
8229210: [TESTBUG] Move gc stress tests from JFR directory tree to gc/stress
Moved the tests
Reviewed-by: egahlin
|
2019-08-29 08:35:31 -07:00 |
|
Coleen Phillimore
|
e2287af876
|
8216977: ShowHiddenFrames use in java_lang_StackTraceElement::fill_in appears broken
Return NULL source file and negative line number for hidden frames.
Reviewed-by: dholmes, hseigel
|
2019-08-29 08:52:22 -04: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 |
|
Daniel D. Daugherty
|
be0cd9908a
|
8230317: serviceability/sa/ClhsdbPrintStatics.java fails after 8230184
Reviewed-by: eosterlund
|
2019-08-28 12:53:37 -04:00 |
|
Daniel D. Daugherty
|
9b992ead1e
|
8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
Reviewed-by: kbarrett, dholmes
|
2019-08-28 10:56:50 -04:00 |
|
Ioi Lam
|
a2c067f6e8
|
8230294: runtime/cds/appcds/ClassPathAttr.java failed with jar operation failed
Reviewed-by: lfoltan
|
2019-08-28 07:41:57 -07:00 |
|
Ioi Lam
|
87eefe2e00
|
8227370: Remove SharedPathsMiscInfo
Reviewed-by: ccheung, jiangli
|
2019-08-27 22:14:52 -07:00 |
|
Patricio Chilano Mateo
|
85dbabe345
|
8229844: Remove attempt_rebias parameter from revoke_and_rebias()
Removed attempt_rebias parameter and merged fast_enter() and slow_enter() into enter()
Reviewed-by: dholmes, rehn, coleenp, dcubed
|
2019-08-27 20:10:06 +00:00 |
|
Stefan Karlsson
|
e1aca70a1c
|
8229836: Remove include of globals.hpp from allocation.hpp
Reviewed-by: coleenp, kbarrett
|
2019-08-26 09:13:38 +02:00 |
|
Adam Farley
|
ed45bde1a7
|
8227021: VM fails if any sun.boot.library.path paths are longer than JVM_MAXPATHLEN
The size of each path in sun.boot.library.path property should not exceed JVM_MAXPATHLEN
Reviewed-by: dholmes, coleenp, sspitsyn
|
2019-08-23 03:06:24 -07:00 |
|
Leonid Mesnik
|
186dcb2f42
|
8229957: Harden pid verification in attach mechanism
Reviewed-by: sspitsyn, ysuenaga, sgehwolf
|
2019-08-22 10:40:34 -07:00 |
|
Tobias Hartmann
|
0941bf8b5e
|
8230020: [BACKOUT] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
Back out JDK-8225670 due to performance regressions.
Reviewed-by: roland
|
2019-08-22 12:22:02 +02:00 |
|
Kim Barrett
|
1acad37ee6
|
8227054: ServiceThread needs to know about all OopStorage objects
8227053: ServiceThread cleanup of OopStorage is missing some
OopStorages provides named access and iteration.
Reviewed-by: eosterlund, pliden, coleenp
|
2019-08-21 18:42:30 -04:00 |
|
Leonid Mesnik
|
f83ac54e23
|
8229854: Move runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java out of tier1_runtime
Reviewed-by: dholmes
|
2019-08-20 11:36:47 -07:00 |
|