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
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
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
Igor Ignatyev
b298fb9be2
Merge
2016-05-09 23:53:11 +02:00
Dmitry Samersoff
f4ffadd18b
8155091: Remove SA related functions from tmtools
...
Remove options that enables support for non-cooperative mode
Reviewed-by: alanb, mchung, sla
2016-05-09 23:41:41 +03:00
Robbin Ehn
2523b1942a
8153535: Convert TraceRedefineClasses to Unified Logging
...
Reviewed-by: rprotacio, coleenp
2016-05-09 22:22:15 +02:00
Igor Ignatyev
865ac314a6
Merge
2016-05-09 22:03:04 +02:00
Calvin Cheung
1e6507f1b0
Merge
2016-05-09 21:27:19 +02:00
Calvin Cheung
fef5de6f41
8155574: ClassLoader::initialize_module_loader_map crashes if the char_buf is not NULL terminated
...
Reviewed-by: jiangli, iklam
2016-05-09 12:20:02 -07:00
Jon Masamitsu
2945c4da22
Merge
2016-05-09 17:36:13 +00:00
Roland Westrelin
a1e5418d19
8154826: AArch64: take advantage better of base + shifted offset addressing mode
...
Reshape address subtree to fit aarch64 addressing mode
Reviewed-by: kvn, aph
2016-05-09 11:34:09 +02:00
Rahul Raghavan
7adc4034cd
8153655: Make intrinsics flags diagnostic and update intrinsics tests to enable diagnostic options
...
Converted all intrinsics flags to diagnostic and updated related intrinsics tests to enable diagnostic options
Reviewed-by: kvn
2016-05-09 01:21:55 -07:00
Yasumasa Suenaga
f2e1814b1a
8156033: jhsdb jmap cannot set heapdump name
...
Reviewed-by: dsamersoff
2016-05-07 10:29:16 +09:00
Claes Redestad
d25ad32507
8150044: Generate classlists at build-time
...
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: alanb, mchung, iklam
2016-05-07 00:43:37 +02:00
Jon Masamitsu
fbe14c5250
8155992: Change name of StealRegionCompactionTask to something that emphasizes the compaction task
...
Reviewed-by: kbarrett, ehelin, drwhite
2016-05-06 14:35:59 -07:00