Alejandro Murillo
70a4694f73
Merge
2016-01-12 11:31:48 -08:00
Chris Hegarty
aa0ef2e9f5
8145544: Move sun.misc.VM to jdk.internal.misc
...
Reviewed-by: alanb, mullan, weijun
2016-01-06 10:01:44 +00:00
David Lindholm
ac45dea45e
8145092: Use Unified Logging for the GC logging
...
JEP-271
Reviewed-by: sjohanss, brutisso
2015-11-18 14:51:10 +01:00
Martin Buchholz
a2f0fe3c94
8136583: Core libraries should use blessed modifier order
...
Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart
2015-09-15 21:56:04 -07:00
Martin Buchholz
24742f7b1d
8134984: Text files should end in exactly one newline
...
Automated fixup of newlines at end-of-file via the usual perl one-liner
Reviewed-by: chegar, sherman
2015-09-02 14:11:50 -07:00
Olivier Lagneau
e4c4b49bdf
8130339: Add tracing info to LowMemoryTest.java to help 8130339 diagnosis
...
Run test with traces even when timeout occurs.
Reviewed-by: jbachorik, sspitsyn
2015-08-03 15:31:29 +02:00
Katja Kantserova
b66a26f3b1
8132094: Mark intermittently failuring core-svc tests
...
Reviewed-by: jbachorik, sspitsyn
2015-07-22 09:51:40 +02:00
Jaroslav Bachorik
3e2a1f00e5
8078143: java/lang/management/ThreadMXBean/AllThreadIds.java fails intermittently
...
Reviewed-by: dholmes, martin
2015-05-14 11:41:11 +02:00
Katja Kantserova
549731dc2f
8078896: Add @modules as needed to the jdk_svc tests
...
Reviewed-by: alanb, mchung
2015-05-07 09:11:49 +02:00
Alejandro Murillo
c185e9a5bf
Merge
2015-05-01 03:56:04 -07:00
Joe Darcy
86c109e149
8078334: Mark regression tests using randomness
...
Reviewed-by: xuelei, alanb
2015-04-29 10:25:53 -07:00
Jaroslav Bachorik
1c76dd4fbc
8077327: ThreadStackTrace.java throws exception: BlockedThread expected to have BLOCKED but got RUNNABLE
...
Reviewed-by: sspitsyn, dfuchs
2015-04-15 09:38:45 +02:00
Jaroslav Bachorik
77b5a0e6c0
8076050: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java fails intermittently
...
Reviewed-by: sla
2015-04-13 09:43:12 +02:00
Jaroslav Bachorik
4d07222b01
8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
...
Reviewed-by: mchung
2015-04-03 15:39:38 +02:00
Katja Kantserova
2d4a9917d5
8075820: java/lang/management/ThreadMXBean/FindDeadlocks.java should be unquarantined
...
Reviewed-by: jbachorik, sspitsyn
2015-03-25 12:39:48 +01:00
Jaroslav Bachorik
1c5857f8dd
6712222: Race condition in java/lang/management/ThreadMXBean/AllThreadIds.java
...
Reviewed-by: dholmes, dfuchs
2015-03-10 09:37:56 +01:00
Jeremy Manson
d1225ad485
6588467: Add isDaemon() and getPriority() to ThreadInfo
...
Reviewed-by: mchung, sla, dholmes, martin
2015-02-24 09:46:29 +01:00
Jaroslav Bachorik
103110ad85
8069286: Unexpected count of notification in LowMemoryTest
...
Reviewed-by: mchung
2015-02-12 08:33:47 +01:00
Katja Kantserova
45a6ed8315
8068613: Wrong number of objects pending finalization start
...
Repeat until expected result, instead of fail after sleep()
Reviewed-by: sla
2015-01-30 09:31:18 +01:00
Jaroslav Bachorik
2989b5405d
8071641: java/lang/management/ThreadMXBean/SynchronizationStatistics.java intermittently failed with NPE
...
Reviewed-by: sjiang, dfuchs
2015-01-30 22:01:32 +01:00
Alejandro Murillo
fd925c52da
Merge
2015-01-15 19:23:49 -08:00
Michail Chernov
cd582fa380
8066122: CollectionUsageThreshold.java times out when run with -XX:+ExplicitGCInvokesConcurrent
...
CollectionUsageThreshold.java hangs due to VM performs concurrent GC with -XX:+ExplicitGCInvokesConcurrent flag, as result - notification is not received. Excluded test execution with -XX:+ExplicitGCInvokesConcurrent.
Reviewed-by: dfazunen, tschatzl
2015-01-15 19:16:17 +04:00
Jaroslav Bachorik
6a4272d45c
8062450: Timeout in LowMemoryTest.java
...
Reviewed-by: dholmes
2015-01-12 11:01:23 +01:00
Jaroslav Bachorik
98da47c05b
8034263: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails intermittently
...
Reviewed-by: sla
2014-12-04 10:34:55 +01:00
Yumin Qi
3dff2ab063
Merge
2014-12-08 00:25:10 -08:00
Jaroslav Bachorik
8fd2fa2d03
8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
...
Reviewed-by: dholmes, egahlin, sspitsyn
2014-12-03 16:44:35 +01:00
Evgeniya Stepanova
71a33bf064
8062536: [TESTBUG] Conflicting GC combinations in jdk tests
...
Reviewed-by: brutisso, dholmes
2014-11-19 17:51:06 +03:00
Jaroslav Bachorik
543d65a194
8062896: TEST_BUG: java/lang/Thread/ThreadStateTest.java can't compile with change for 8058506
...
Reviewed-by: dholmes, sla
2014-11-05 09:49:20 +01:00
Jaroslav Bachorik
53a4f4cd62
8058506: ThreadMXBeanStateTest throws exception
...
Reviewed-by: egahlin, dholmes
2014-10-23 11:42:20 +02:00
Tobias Hartmann
37bfec7de8
8015774: Add support for multiple code heaps
...
Support for segmentation of the code cache. Separate code heaps are created and used to store code of different types.
Reviewed-by: kvn, iveresov, roland, anoll, egahlin, sla
2014-09-17 08:04:31 +02:00
Stefan Karlsson
a85101b24e
8057174: MemoryMXBean tests -- TEST FAILED: chunkSize: 6291456 is less than YOUNG_GEN_SIZE: 8388608
...
Reviewed-by: jbachorik, jwilhelm, dfuchs
2014-09-04 13:20:27 +02:00
Stefan Karlsson
73e818fea9
8035939: java/lang/management/MemoryMXBean/MemoryManagement.java timed out on Linux-amd64
...
Reviewed-by: sla, brutisso, mgerdin
2014-08-19 12:18:09 +02:00
Jaroslav Bachorik
7b43631edc
8038794: java/lang/management/ThreadMXBean/SynchronizationStatistics.java fails intermittently
...
Reviewed-by: sla
2014-07-01 11:47:36 +02:00
Katja Kantserova
c3d3305c76
8043520: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
...
Reviewed-by: sla, egahlin
2014-05-22 11:05:36 +02:00
Katja Kantserova
0c78d5f9e3
8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
...
Reviewed-by: sla, alanb
2014-05-09 15:24:57 +02:00
Mattias Tobiasson
1121030e24
8030628: Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg
...
Reviewed-by: mchung, jbachorik
2014-04-16 12:40:19 -07:00
Mattias Tobiasson
5b046a555f
8038822: java/lang/management/MemoryMXBean/LowMemoryTest2.sh still fails with OutOfMemoryError: Metaspace
...
Force a GC when usage above threshold. Add more logging.
Reviewed-by: dfuchs
2014-04-04 13:01:26 +02:00
Jaroslav Bachorik
c174f6339a
8034168: ThreadMXBean/Locks.java failed, blocked on wrong object
...
Reviewed-by: martin, dholmes
2014-03-11 14:18:46 +01:00
Mattias Tobiasson
8a385b110f
8031065: java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails: OutOfMemoryError: Metaspace
...
Load classes until getUsageThresholdCount() > 0 instead of isUsageThresholdExceeded().
Reviewed-by: dfuchs, sjiang, sla
2014-03-04 09:35:54 +01:00
Mattias Tobiasson
c96fd46a4c
6625574: java/lang/management/MemoryMXBean/Pending.java fails: "pending finalization = 0 but expected > 0"
...
Move local objs variable to a static public so the the optimizer will not remove it unexpectedly.
Reviewed-by: sla
2014-02-28 13:38:51 +01:00
Lana Steuck
657b9db1ba
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
...
Updated files with 2011, 2012 and 2013 years according to the file's last updated date
Reviewed-by: tbell, lancea, chegar
2013-12-26 12:04:16 -08:00
Jaroslav Bachorik
9e782fae6d
8031701: java/lang/management/ThreadMXBean/Locks.java: Thread WaitingThread is expected to wait on Object but got null Thread.State = RUNNABLE
...
Reviewed-by: mchung, dsamersoff
2014-01-29 17:37:40 +01:00
Vladimir Kozlov
57b7b831ae
Merge
2014-01-28 14:57:41 -08:00
Shanliang Jiang
7d09fd8b12
6980984: java/lang/management/MemoryMXBean/MemoryManagement is not robust when getMax() returns -1
...
Reviewed-by: jbachorik, dfuchs
2014-01-23 15:17:36 +01:00
Jaroslav Bachorik
f0a718ceb0
6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep
...
Reviewed-by: dholmes, mchung
2014-01-23 10:06:52 +01:00
Vladimir Kozlov
9c83896027
Merge
2014-01-22 14:17:32 -08:00
Jaroslav Bachorik
ea1c41f454
8032377: test/java/lang/management/ThreadMXBean/ThreadBlockedCount.java still fails intermittently
...
Reviewed-by: dholmes
2014-01-21 13:04:55 +01:00
Volker Simonis
70041ae4e4
8028537: PPC64: Updated the JDK regression tests to run on AIX
...
Co-authored-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
Co-authored-by: Steve Poole <spoole@linux.vnet.ibm.com>
Reviewed-by: alanb
2014-01-17 21:54:30 +01:00
Jaroslav Bachorik
a635170108
8030847: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails intermittently again
...
Reviewed-by: dholmes, sla, mchung
2014-01-14 13:09:34 +01:00
Tristan Yan
167190a3d0
8029346: LowMemoryTestConcMarkSweepGC.sh fails intermittently with timeout
...
Reviewed-by: mchung
2013-12-19 13:43:30 -08:00