Staffan Larsen
76311d7285
8157605: Can't set both CONCURRENCY and EXTRA_JTREG_OPTIONS when running tests
...
Reviewed-by: tbell, erikj
2016-05-24 12:15:46 +02:00
Alejandro Murillo
8eb7fed92f
Merge
2016-05-23 13:52:12 -07:00
Alejandro Murillo
45db3a55b0
Merge
2016-05-23 09:30:18 -07:00
Igor Ignatyev
c912a69689
8156681: Add jtreg wrapper for hotspot gtest tests
...
Reviewed-by: jwilhelm, ehelin
2016-05-23 17:49:57 +03:00
Alan Bateman
8fe0416551
8152650: ModuleFinder.compose should accept varargs
...
Reviewed-by: mchung
2016-05-21 08:00:33 +01:00
Alejandro Murillo
e81bc31a88
Merge
2016-05-20 11:23:53 -07:00
Lana Steuck
0eb01672dd
Merge
2016-05-19 19:45:52 +00:00
Vladimir Kozlov
5acfcd3615
8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed with a fatal error
...
Add missing cache_line_size > 0 checks.
Reviewed-by: vlivanov, kbarrett
2016-05-19 11:01:38 -07:00
Lana Steuck
dd30421115
Added tag jdk-9+119 for changeset 45c70a976569
2016-05-19 17:48:01 +00:00
Jiangli Zhou
d40a606f06
8149977: DumpLoadedClassList should not include generated classes
...
Exclude anonymous classes from the generated class list.
Reviewed-by: ccheung, iklam, hseigel
2016-05-17 17:42:16 -04:00
Jon Masamitsu
20d335f09b
Merge
2016-05-17 17:40:19 +00:00
Christian Tornqvist
100d77bf15
8156882: Remove hotspot/test/testlibrary/whitebox
...
Reviewed-by: coleenp, mockner, dfazunen, iignatyev
2016-05-17 11:39:38 -04:00
Coleen Phillimore
178842d251
8155951: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed: Corrupted constant pool
...
8151066: assert(0 <= i && i < length()) failed: index out of bounds
Lock classes for redefinition because constant pool merging isn't thread safe, use method constant pool because constant pool merging doesn't make equivalent cpCaches because of invokedynamic
Reviewed-by: sspitsyn, dholmes
2016-05-17 08:51:05 -04:00
Goetz Lindenmaier
e84506041e
8156929: [aix] Add missing includes
...
Reviewed-by: coleenp, dholmes
2016-05-17 03:26:07 -04:00
Alejandro Murillo
7bd620bff1
Merge
2016-05-14 15:34:30 -07:00
Joseph Provino
6be4410a0e
8156964: gc/logging/TestUnifiedLoggingSwitchStress.java hits assert
...
Old debug code needs to be removed.
Reviewed-by: stefank, jwilhelm
2016-05-13 15:57:17 -04:00
Jon Masamitsu
db0f9f020b
8156867: Simplify/reduce testing in ParallelCompact_test
...
Reviewed-by: jwilhelm, jprovino
2016-05-13 12:36:03 -07:00
Lana Steuck
25fdc88ad6
Merge
2016-05-12 18:46:40 +00:00
Mandy Chung
2bbe02b202
8155977: ObjectInputStream::resolveClass & resolveProxyClass for platform loader
...
Reviewed-by: acorn, alanb, chegar, dfuchs
2016-05-12 11:16:16 -07:00
Joseph Provino
69c05c937e
Merge
2016-05-12 16:46:13 +00:00
Joseph Provino
24fae49324
8156851: Compilation error compiling XpatchDupModule.java and XpatchDupJavaBase.java
...
Test needs @modules java.base/jdk.internal.misc
Reviewed-by: jwilhelm, drwhite
2016-05-12 11:54:03 -04:00
Lana Steuck
8789a8b955
Added tag jdk-9+118 for changeset 3657c978f79a
2016-05-12 15:15:02 +00:00
Dmitry Samersoff
cddb3b11ef
8156769: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java fails with java.lang.Exception
...
Update test to use jhsdb instead of jmap
Reviewed-by: sla
2016-05-12 17:47:45 +03:00
Pavel Punegov
c4a1f3b65e
Merge
2016-05-12 13:25:11 +02:00
Andrew Haley
bff0e66d94
8155627: Enable SA on AArch64
...
Reviewed-by: roland, dholmes
2016-05-11 20:10:03 -04:00
Calvin Cheung
baca9fb3f6
8156789: missing condition in ClassPathZipEntry::open_versioned_entry()
...
Added back the !_is_boot_append condition
Reviewed-by: hseigel, jiangli
2016-05-11 12:19:59 -07:00
Pavel Punegov
415bf9842e
Merge
2016-05-11 19:41:50 +02:00
Pavel Punegov
87861c61e1
8150247: CompilerControl: LogCompilation testing
...
Add a test for standalone LogCompilation testing
Reviewed-by: kvn
2016-05-11 20:06:38 +03:00
Kirill Zhaldybin
2b53799702
8156763: Quarantine gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java
...
Reviewed-by: jprovino, tschatzl
2016-05-11 18:49:29 +03:00
Staffan Larsen
8eed1ef6af
8156658: Common way to run jtreg tests
...
Reviewed-by: erikj, dsamersoff
2016-05-11 11:04:17 +02:00
Marcus Larsson
b28f905e05
8146948: Enable listing of LogTagSets and add support for LogTagSet descriptions
...
Reviewed-by: rehn, iklam, kbarrett
2016-05-11 10:54:31 +02:00
David Holmes
ce9242dc85
8156689: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java disable range testing of Allocate*PrefetchLines
...
Reviewed-by: kvn
2016-05-11 02:32:14 -04:00
Brian Gardner
0e8376bd17
8154715: Missing destructor and/or TLS clearing calls for terminating threads
...
Clear TLS on return from thread->run() unless already done. Prohibit asynchronous thread deletion.
Reviewed-by: stefank, sspitsyn
2016-05-11 01:02:28 -04:00
Vladimir Ivanov
cdc0b9792f
Merge
2016-05-11 00:40:59 +00:00
Dmitry Fazunenko
346484c899
Merge
2016-05-10 23:23:55 +00:00
Vladimir Ivanov
d47a54fa7e
Merge
2016-05-10 21:38:44 +00:00
Vladimir Ivanov
3fcc58a80d
Merge
2016-05-11 00:31:28 +03:00
Gerard Ziemski
ef0b81c5d3
Merge
2016-05-10 20:56:31 +00:00
Kirill Zhaldybin
5992b4a6b2
8150865: SQE test: GC unified logging: check that dynamic log level doesn't break anything
...
Reviewed-by: jwilhelm, dfazunen
2016-05-10 21:23:33 +03:00
Gerard Ziemski
a991801b42
8073500: Prevent certain commercial flags from being changed at runtime
...
Implement new writeable mechanism for flag control
Reviewed-by: coleenp, iklam
2016-05-10 12:10:21 -05:00
Thomas Schatzl
a5233544b5
Merge
2016-05-10 18:30:03 +02:00
Thomas Schatzl
125e864c0d
8047328: Improve memory usage for cards in SparsePRTEntry
...
Use uint16_t for cards in a SparsePRTEntry, and use an additional integer to record the current position on where to add the next card.
Co-authored-by: Andreas Sjoberg <andreas.sjoberg@oracle.com>
Reviewed-by: mgerdin, ehelin
2016-05-10 16:42:14 +02:00
Thomas Schatzl
99c9a7f6f6
8155810: Bound the number of root region scan threads to the number of survivor regions
...
Reviewed-by: jmasa, sjohanss
2016-05-10 16:40:15 +02:00
Thomas Schatzl
a7471fdca3
8155721: Sparse remset wastes half of entry memory
...
Only allocate as much SparsePRTEntry memory as required, not for the theoretical maximum.
Reviewed-by: mgerdin, sjohanss
2016-05-10 16:40:09 +02:00
Thomas Schatzl
029fbccccb
8156660: JDK-8150393 does not set _scan_in_progress properly
...
Reviewed-by: ehelin, mgerdin
2016-05-10 16:40:04 +02:00
Dmitry Samersoff
9127a0961b
Merge
2016-05-10 14:26:31 +00:00
Dmitry Samersoff
ad35e5189a
Merge
2016-05-10 11:50:45 +00:00
Marcus Larsson
17dce93f31
8145934: Make ttyLocker equivalent for Unified Logging framework
...
Reviewed-by: rprotacio, stuefe, jrose
2016-05-09 15:46:12 +02:00
Dmitry Samersoff
c052a98d6f
Merge
2016-05-10 03:37:36 +00:00
Coleen Phillimore
0c4ccddf92
Merge
2016-05-09 23:06:05 +00:00