Max Ockner
fecc46c774
Merge
2016-06-08 18:09:04 +02:00
Stefan Johansson
09caec497d
8149085: IntegrationTest1.java fails intermittently due to use of semi-initialized TLAB
...
Reviewed-by: ehelin, mgerdin
2016-06-08 16:29:12 +02:00
Stefan Karlsson
23e05cabc5
8155638: Resource allocated BitMaps are often cleared twice
...
Reviewed-by: neliasso, kvn
2016-06-08 11:15:49 +02:00
Coleen Phillimore
47309c3715
8158297: Lack of proper checking of non-well formed elements in CONSTANT_Utf8_info's structure
...
Disallow // in class file names during parsing and throw ClassNotFoundException
Reviewed-by: sspitsyn, rehn, gtriantafill
2016-06-07 15:34:22 -04:00
Rachel Protacio
abbd13bc13
Merge
2016-06-07 18:17:41 +00:00
Erik Joelsson
9843c160eb
Merge
2016-06-07 19:05:37 +02:00
Volker Simonis
4a9d6dcbba
8158938: AIX: some more new hotspot build fixes
...
Reviewed-by: erikj
2016-06-07 18:26:10 +02:00
Rachel Protacio
e956abefe6
8153858: Clean up needed when obtaining the package name from a fully qualified class name
...
Consolidated and refactored code parsing fully qualified names. Includes gtest.
Reviewed-by: dholmes, coleenp
2016-06-07 11:39:47 -04:00
Goetz Lindenmaier
7bd006dd5a
8158929: [TESTBUG] CommitOverlappingRegions.java can not deal with pages > 32K
...
Reviewed-by: mockner, dholmes
2016-06-07 16:08:25 +02:00
Leonid Mesnik
f35b70764b
8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86
...
Reviewed-by: dholmes
2016-06-07 12:55:29 +03:00
Calvin Cheung
b0fab9d6b7
Merge
2016-06-07 00:57:23 +00:00
Calvin Cheung
0275bab2ce
Merge
2016-06-07 00:06:17 +00:00
Markus Grönlund
cbe83ea707
Merge
2016-06-07 01:58:33 +02:00
Calvin Cheung
66e3ba7296
8153876: Replace 4K stack allocations with Resource allocations
...
Reviewed-by: dholmes, hseigel
2016-06-06 12:51:53 -07:00
Aleksey Shipilev
2137769825
8075030: JvmtiEnv::GetObjectSize reports incorrect java.lang.Class instance size
...
Reviewed-by: coleenp, sspitsyn, sla
2016-06-06 22:34:57 +03:00
Markus Grönlund
c82212e143
8149803: Adjust lock rankings for some Event-based tracing locks
...
Reviewed-by: dholmes, acorn
2016-06-06 20:48:56 +02:00
Jon Masamitsu
c3d0e73480
8157620: Guarantee in run_task(task, num_workers) fails
...
Reviewed-by: tschatzl, drwhite
2016-05-25 09:28:20 -07:00
Jon Masamitsu
8821cffac1
8157240: GC task trace logging is incomprehensible
...
Reviewed-by: tschatzl, redestad
2016-05-19 13:59:50 -07:00
Stefan Karlsson
ea82c69b6e
8159893: StringTable cleaning log line lacks the GC ID prefix
...
Reviewed-by: pliden, jmasa
2016-06-21 14:00:18 +02:00
Daniel D. Daugherty
8f7e6e317c
8068592: Remove unused code in objectMonitor.hpp
...
Reviewed-by: dholmes, redestad, gthornbr
2016-07-07 14:58:17 -07:00
Alan Burlison
4d5d6cabdd
8160350: cannot truss jdk9 [ solaris ]
...
Removed no longer needed code to enable or test for vtime support.
Reviewed-by: kbarrett, dcubed, gthornbr
2016-07-07 15:40:36 -04:00
Zoltan Majo
567113bed6
Merge
2016-07-06 12:01:07 +00:00
Thomas Schatzl
7fd90042ca
8159978: Use an array to store the collection set regions instead of linking through regions
...
Fix a potential problem with memory visibility in the sampling thread in the collection set by changing the way we store the collection set.
Reviewed-by: ehelin, jmasa
2016-07-06 11:22:55 +02:00
Zoltan Majo
e0e3bd5582
8160527: Check for final instance field updates can be omitted
...
Disable final field resolution in the constant pool cache. Correct error message printed at field resolution. New tests.
Reviewed-by: jrose, coleenp
2016-07-06 11:16:36 +02:00
Daniel D. Daugherty
9a3dc1d8cc
Merge
2016-07-05 21:24:24 +00:00
Daniel D. Daugherty
65ae838dbf
8160739: quarantine tests failing due to -XX:TieredStopAtLevel=1
...
8160743: quarantine tests that can't attach symbolicator to the process on MacOS X
Reviewed-by: sspitsyn, dholmes, kvn
2016-07-05 14:00:21 -07:00
Derek White
2e1b011569
8158946: btree009 fails with assert(s > 0) failed: Bad size calculated
...
Set oop_size before setting _klass
Reviewed-by: coleenp, dholmes, kbarrett, tschatzl
2016-07-05 15:34:06 -04:00
Kim Barrett
4e25b9f930
Merge
2016-07-05 20:09:21 +02:00
Yasumasa Suenaga
146cbf3702
8160353: narrowing conversion error is occurred with GCC 6
...
Reviewed-by: kbarrett, dholmes
2016-07-04 12:43:01 +09:00
Yasumasa Suenaga
82858779e9
8160361: SEGV occurred at JNIHandleBlock::oops_do(OopClosure*)
...
Reviewed-by: dsamersoff, tschatzl
2016-06-28 00:24:10 +09:00
Per Lidén
3ad9aa0f10
8159974: G1 String deduplication logging not aligned with the rest of G1
...
Reviewed-by: stefank, tschatzl
2016-07-04 11:27:11 +02:00
Alejandro Murillo
a1dcb34cdc
Merge
2016-07-02 00:26:51 +00:00
Alejandro Murillo
3fdd758961
Merge
2016-07-01 16:55:44 -07:00
Jon Masamitsu
3af1b64ce1
8024945: Remove check on minimum size of MetaspaceSize
...
Reviewed-by: kbarrett, tschatzl
2016-06-13 14:10:09 -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
Christian Tornqvist
1fc82093ca
Merge
2016-05-19 11:39:53 -04:00
Joseph Provino
5648deddee
8153582: Logging of ConcGCThreads is done too early
...
ConcGCThreads is logged as 0 because it hasn't been initialized yet.
Reviewed-by: tschatzl, dfazunen
2016-05-19 10:48:28 -04:00
Erik Joelsson
2f4c6f1b05
8157325: gtest tests are not excluded for minimal builds
...
Reviewed-by: erikj, jwilhelm
2016-05-19 11:43:21 +02:00
Nils Eliasson
1af289e8c3
8155108: CompilerControl: tests incorrectly set states for excluded methods
...
Remove redundant code that was not properly updated
Reviewed-by: kvn
2016-05-19 10:40:19 +02:00
Doug Simon
64001ce527
8156835: [JVMCI] clean up and minimize JVMCI
...
Reviewed-by: iveresov, kvn
2016-05-18 21:50:27 +00:00
Tatiana Pivovarova
6fd77565f4
Merge
2016-05-18 19:16:14 +00:00
Tatiana Pivovarova
ef96f2b85c
8141149: [jittester] create Visitor for generating bytecode
...
8149463: [jittester] rarely generates tests with compile error
Co-authored-by: Dmitrij Pochepko <dmitrij.pochepko@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Pavel Punegov <pavel.punegov@oracle.com>
Reviewed-by: iignatyev, iveresov
2016-05-18 20:19:23 +03:00
Roland Schatz
5686cc1784
8156942: [JVMCI] replace LIRKind with abstract base class
...
Reviewed-by: iveresov
2016-05-18 17:01:01 +00:00
Andreas Eriksson
46627989d5
8135322: ConstantPool::release_C_heap_structures not run in some circumstances
...
Reviewed-by: coleenp, sspitsyn
2016-05-18 11:06:00 +02:00
Claes Redestad
807e2b367c
8157090: SharedArchiveFile/SpaceUtilizationCheck.java fails as space utilization is below 30 percent
...
Reviewed-by: iklam, mseledtsov
2016-05-18 16:28:42 +02: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