Stefan Karlsson
|
08193e2dfb
|
8198225: os::attempt_reserve_memory_at records memory as committed
Reviewed-by: shade, zgu, stuefe
|
2018-02-21 12:40:07 +01:00 |
|
Stefan Karlsson
|
f1540011d0
|
8196405: [REDO] NMT: add_committed_regions doesn't merge succeeding regions
Reviewed-by: eosterlund, coleenp, zgu
|
2018-02-21 12:40:05 +01:00 |
|
Per Lidén
|
0bf8fa1855
|
8198267: Allow GCId::current_raw() calls from non-NamedThreads
Reviewed-by: stefank, kbarrett
|
2018-02-21 07:46:40 +01:00 |
|
Marcus Larsson
|
29dd30e010
|
8196783: Refactor LogTagLevelExpression into separate classes
Reviewed-by: rehn, pliden
|
2018-02-19 09:46:10 +01:00 |
|
Marcus Larsson
|
8cf755c120
|
8176298: Log tags in -Xlog:help not sorted
Reviewed-by: ecaspole, gtriantafill, stuefe
|
2018-02-19 09:16:04 +01:00 |
|
Jesper Wilhelmsson
|
aa9cf33c1e
|
Merge
|
2018-02-19 04:50:50 +01:00 |
|
Mandy Chung
|
4bb064c62d
|
8198249: Remove deprecated Runtime::runFinalizersOnExit and System::runFinalizersOnExit
Reviewed-by: dholmes, alanb, smarks
|
2018-02-23 12:10:56 -08:00 |
|
Sharath Ballal
|
a76221f5a7
|
8196930: [Testbug] serviceability/sa/ClhsdbFindPC.java fails to find expected output
Reviewed-by: dholmes, cjplummer
|
2018-02-16 10:10:14 +05:30 |
|
Ioi Lam
|
a74437edc9
|
8179249: Improve process output analysis in CDS tests
Added new API TestCommon.run(...).assertNormalExit(...), etc
Reviewed-by: mseledtsov
|
2018-02-14 07:08:25 -08:00 |
|
Zhengyu Gu
|
f47021e2ab
|
8193373: Cleanup ElfFile and family
Cleanup elf decoder and added test
Reviewed-by: minqi, coleenp
|
2018-02-14 17:20:59 -05:00 |
|
Calvin Cheung
|
26712bcb1b
|
8196920: VerifierTest_1A.java and VerifierTest_1B.java fail: assert(receiver_klass->is_subtype_of(static_receiver_klass)) failed: actual receiver must be subclass of static receiver klass
Add an unverifiable method to the test class
Reviewed-by: dholmes, iklam
|
2018-02-14 10:32:19 -08:00 |
|
Jesper Wilhelmsson
|
51ab999e0e
|
Merge
|
2018-02-13 23:38:34 +01:00 |
|
Roland Westrelin
|
4f8c5b6949
|
8197563: assert(is_Loop()) crash in PhaseIdealLoop::try_move_store_before_loop()
Don't move store out of the loop if head is not a LoopNode.
Reviewed-by: kvn, thartmann
|
2018-02-13 16:57:01 +01:00 |
|
Jesper Wilhelmsson
|
9beff15bed
|
Merge
|
2018-02-10 09:25:35 +01:00 |
|
Kim Barrett
|
a25a95120e
|
8196083: Avoid locking in OopStorage::release
Defer release list updates to later allocate/delete operations.
Reviewed-by: coleenp, eosterlund
|
2018-02-08 17:23:43 -05:00 |
|
Coleen Phillimore
|
789e827f1a
|
8196806: Deprecate VMThreadHintNoPreempt and CompilerThreadHintNoPreempt
Reviewed-by: dholmes, hseigel
|
2018-02-08 15:21:59 -05:00 |
|
Zhengyu Gu
|
934390b571
|
8196923: [REDO] NMT: Report array class count in NMT summary
Added instance and array class counters in NMT summary report
Reviewed-by: minqi, stuefe, coleenp
|
2018-02-08 13:21:22 -05:00 |
|
Igor Ignatyev
|
8d72dcd040
|
8197113: combine multiple @key tags in jtreg tests
Reviewed-by: hseigel, goetz
|
2018-02-08 08:38:42 -08:00 |
|
Goetz Lindenmaier
|
507c62fc76
|
8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors
Reviewed-by: coleenp, dholmes, mdoerr, njian
|
2018-02-08 09:23:49 +01:00 |
|
Mikhailo Seledtsov
|
eeaf00be4f
|
Merge
|
2018-02-07 13:31:13 -08:00 |
|
Alex Menkov
|
d26069837f
|
8196977: add test for JDK-8161605
Reviewed-by: sspitsyn, mseledtsov
|
2018-02-07 12:55:47 -08:00 |
|
Matthias Baesken
|
b68ed88ffb
|
8196062: Enable docker container related tests for linux ppc64le
Also fix cgroup subsystem recognition
Reviewed-by: goetz, dsamersoff, bobv
|
2018-02-07 16:16:50 +01:00 |
|
Vladimir Kozlov
|
0e1817736c
|
8196726: compiler/inlining/InlineAccessors.java test failed
Reviewed-by: thartmann
|
2018-02-06 09:35:05 -08:00 |
|
Lance Andersen
|
987c3a2d87
|
8190378: Removal of CORBA and Java EE modules
Reviewed-by: rriggs, alanb, mchung, erikj, goetz
|
2018-02-10 07:06:16 -05:00 |
|
Jesper Wilhelmsson
|
dd416bbf33
|
8196924: [BACKOUT] NMT: Report array class count in NMT summary
Reviewed-by: dholmes
|
2018-02-07 03:43:29 +01:00 |
|
Zhengyu Gu
|
41ace19206
|
8193184: NMT: Report array class count in NMT summary
Report array class and instance class count in NMT summary report
Reviewed-by: coleenp, minqi
|
2018-02-06 08:24:36 -05:00 |
|
Vladimir Kozlov
|
ba9f9457dd
|
8196726: compiler/inlining/InlineAccessors.java test failed
Reviewed-by: thartmann
|
2018-02-06 09:35:05 -08:00 |
|
Jesper Wilhelmsson
|
d7dd9d1027
|
Merge
|
2018-02-05 23:12:03 +01:00 |
|
Jesper Wilhelmsson
|
44ab590f44
|
Merge
|
2018-02-05 23:12:03 +01:00 |
|
Daniel Stewart
|
6f98c021d1
|
8196521: [Testbug] serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output
Reviewed-by: dholmes, sballal
|
2018-02-06 14:11:47 +05:30 |
|
Daniel Stewart
|
753e4ed499
|
8196361: JTReg failure: serviceability/sa/ClhsdbInspect.java
Modified test search strings to those guaranteed to exist in the passing cases.
Reviewed-by: dholmes, jgeorge
|
2018-02-06 11:43:13 +05:30 |
|
David Holmes
|
b7c0ee5812
|
8196657: [Testbug] TestOptionsWithRanges will fail for newly obsoleted flags that have not yet been removed
Reviewed-by: kbarrett, tschatzl
|
2018-02-05 06:42:42 -05:00 |
|
Tobias Hartmann
|
9eb320a418
|
8195731: [Graal] runtime/SharedArchiveFile/serviceability/transformRelatedClasses/TransformSuperSubTwoPckgs.java intermittently fails with Graal JIT
Print detailed error if class transformation fails. Exclude tests from Graal testing.
Reviewed-by: kvn, dholmes, sspitsyn
|
2018-02-05 08:08:01 +01:00 |
|
Tobias Hartmann
|
38e8a07f05
|
8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode
Exclude test from Graal testing.
Reviewed-by: kvn, epavlova
|
2018-02-05 07:14:24 +01:00 |
|
David Holmes
|
1c318a676e
|
8196550: [Testbug] runtime/appcds/MultiReleaseJars.java fails on JDK 11
Reviewed-by: alanb, iklam, ccheung
|
2018-02-04 21:00:19 -05:00 |
|
Lana Steuck
|
94aa298a46
|
Merge
|
2018-02-02 02:55:00 +00:00 |
|
David Holmes
|
085c643eec
|
8196534: [Testbug] serviceability/dcmd/jvmti/*DcmdTest tests can't tolerate unrelated warnings
Reviewed-by: sspitsyn
|
2018-02-01 21:03:37 -05:00 |
|
Lana Steuck
|
414e05f6d7
|
Merge
|
2018-02-02 01:52:03 +00:00 |
|
Paul Sandoz
|
5dc2184391
|
8196583: Update jib and test jtreg version to 4.2 b12
Reviewed-by: mchung, lfoltan
|
2018-02-01 11:24:39 -08:00 |
|
Calvin Cheung
|
ea5f35759b
|
8196124: [testbug] runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java passes despite of error
Create another archive with whitebox.jar in the -Xbootclasspath/a; check output from TestCommon.execCommon().
Reviewed-by: iklam, mseledtsov
|
2018-02-01 10:55:27 -08:00 |
|
Roland Westrelin
|
d244b3ccd1
|
8196296: Lucene test crashes C2 compilation
Prevent merging of back to back ifs if one is a counted loop end.
Reviewed-by: kvn, thartmann
|
2018-01-30 09:08:44 +01:00 |
|
Christian Tornqvist
|
4d25aec1b4
|
8196197: Enable the make system to calculate concurrency for JDK tests
Reviewed-by: erikj, tbell
|
2018-01-29 08:19:37 -05:00 |
|
Erik Helin
|
73388668cd
|
8195158: Concurrent System.gc() is "upgraded" to stop-the-world System.gc()
Reviewed-by: sjohanss, eosterlund
|
2018-01-17 19:05:58 +01:00 |
|
Jesper Wilhelmsson
|
fc1b01b9a2
|
Merge
|
2018-01-13 02:56:22 +01:00 |
|
Lana Steuck
|
8f528fba93
|
Merge
|
2018-01-18 18:58:46 +00:00 |
|
Lana Steuck
|
aad1a3592c
|
Merge
|
2018-01-16 22:24:20 +00:00 |
|
Roland Westrelin
|
2067aa56eb
|
8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK
Should not change loop limit check of outer loop.
Reviewed-by: thartmann
|
2018-01-15 09:19:53 +01:00 |
|
Roland Westrelin
|
bf92da2c82
|
8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop
Modified assert which is too strong.
Reviewed-by: thartmann
|
2018-01-15 09:17:25 +01:00 |
|
Daniel Stewart
|
99cb8d9af1
|
8194762: JTReg failure of "runtime/NMT/PrintNMTStatistics.java"
Reviewed-by: dholmes, zgu
|
2018-01-11 20:25:13 -05:00 |
|
Thomas Schatzl
|
3be36b20e4
|
8180280: [TESTBUG] Test for JDK-8180048
Add test at is executed only at higher tiers to allow more time for execution.
Reviewed-by: kbarrett, eosterlund
|
2018-01-11 11:05:17 +01:00 |
|