Tobias Hartmann
|
eda7916ce8
|
8199624: [Graal] Blocking jvmci compilations time out
Handle blocking jvmci compilations that time out.
Reviewed-by: kvn, dnsimon
|
2018-03-21 08:18:54 +01:00 |
|
Zhengyu Gu
|
d6bd698077
|
8199752: NMT: Memory allocated by Unsafe.allocateMemory should be tagged as mtOther
Tag memory allocation from Usafe.allocateMemory as external memory allocation
Reviewed-by: coleenp, stuefe
|
2018-03-19 08:31:57 -04:00 |
|
Ioi Lam
|
f48c339805
|
8198796: Create test case for CDS + condy
Reviewed-by: mseledtsov, lfoltan, jiangli
|
2018-03-13 15:13:20 -07:00 |
|
Daniel Stewart
|
07ad3d2f91
|
8199425: JTReg failure: runtime/stringtable/StringTableVerifyTest.java
Adding required -XX:+UnlockDiagnosticVMOptions flag to StringTableVerifyTest.java
Reviewed-by: coleenp, kvn
|
2018-03-09 23:03:28 -05:00 |
|
Andrew Haley
|
f48f7c36d5
|
8197429: Increased stack guard causes segfaults on x86-32
Reviewed-by: dholmes
|
2018-02-16 09:43:26 +00:00 |
|
Goetz Lindenmaier
|
469e350dab
|
8199532: [TESTBUG] AbstractMethodErrorTest.java test failed with -Xcomp
Reviewed-by: kvn
|
2018-03-13 21:55:41 +01:00 |
|
Calvin Cheung
|
214248fe11
|
8196626: [Graal] runtime/appcds/UseAppCDS.java crashes with "VM thread using lock Heap_lock (not allowed to block on)"
Print a message and abort CDS dumping when the allocation of metaspace has failed
Reviewed-by: iklam, mseledtsov
|
2018-03-09 13:36:39 -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 |
|
Ioi Lam
|
bc202d97bd
|
8191585: VM anonymous classes created during CDS dump time cause crash
Reviewed-by: hseigel, mseledtsov, ccheung
|
2018-03-06 22:08:30 -08:00 |
|
Coleen Phillimore
|
31cf80c688
|
8199137: StringInternSync test crashes in exit verification
Java_lang_String::equals(oop, oop) was buggy.
Reviewed-by: eosterlund, dholmes
|
2018-03-06 18:12:15 -05:00 |
|
Coleen Phillimore
|
4c3e072611
|
8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
Move dependency creation and cleaned up logging
Reviewed-by: hseigel, jiangli
|
2018-03-06 17:15:16 -05:00 |
|
Dmitry Samersoff
|
87372c6236
|
8196590: Enable docker container related tests for linux AARCH64
Add test bits required for aarch64
Reviewed-by: mseledtsov, mbaesken, sspitsyn
|
2018-03-03 10:15:23 +00:00 |
|
Ioi Lam
|
4c0a72bf60
|
8196121: runtime/appcds/ClassLoaderTest.java fails silently
Reviewed-by: mseledtsov, jiangli, ccheung
|
2018-03-04 22:24:06 -08:00 |
|
Calvin Cheung
|
efcc8d2558
|
8193434: [GRAAL] Graal classes are not loaded with -Xshare:dump
Allow loading of non-boot classes during CDS dumping but only add boot classes to the archive
Reviewed-by: kvn, iklam, jiangli
|
2018-03-02 17:33:59 -08:00 |
|
Jiangli Zhou
|
f987dec395
|
8194759: Support caching class mirror objects
Support archiving mirror objects for shared classes in 'open' archive java heap region.
Reviewed-by: coleenp, iklam, mseledtsov, tschatzl
|
2018-03-02 17:25:55 -05:00 |
|
Coleen Phillimore
|
a2818d9625
|
8191421: Deprecate PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
Reviewed-by: dholmes, hseigel
|
2018-02-28 14:20:24 -05:00 |
|
Robbin Ehn
|
5287d9a366
|
8197408: Bad pointer comparison and small cleanup in os_linux.cpp
Reviewed-by: bobv, stuefe
|
2018-02-27 14:15:30 +01:00 |
|
Ioi Lam
|
d050bedee8
|
8195065: runtime/appcds/ProhibitedPackage.java intermittent failure
Reviewed-by: mseledtsov
|
2018-02-24 22:42:37 -08:00 |
|
Leonid Mesnik
|
2471caab08
|
8197901: Crash during GC when logging level is debug
Reviewed-by: dholmes, coleenp
|
2018-02-23 13:55:49 -08:00 |
|
Bob Vandette
|
c1359ec107
|
8197589: Update CPU count algorithm when both cpu shares and quotas are used
Reviewed-by: dholmes, mseledtsov
|
2018-02-23 10:17:35 -05:00 |
|
Harold Seigel
|
7d1735efbb
|
8184289: Obsolete -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal options
Add comments, fix a small issue with the boot loader, and add an assert.
Reviewed-by: coleenp, alanb, acorn, dholmes
|
2018-02-21 11:18:52 -05:00 |
|
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 |
|
Ioi Lam
|
96eb1f1fdd
|
8191375: Add high-level jtreg VMProps to filter out CDS tests
Added vm.cds.archived.java.heap
Reviewed-by: mseledtsov, jiangli, ccheung, gtriantafill
|
2018-02-15 11:39:42 -08:00 |
|
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 |
|
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
|
d7dd9d1027
|
Merge
|
2018-02-05 23:12:03 +01:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Daniel Stewart
|
99cb8d9af1
|
8194762: JTReg failure of "runtime/NMT/PrintNMTStatistics.java"
Reviewed-by: dholmes, zgu
|
2018-01-11 20:25:13 -05:00 |
|
Lois Foltan
|
1da7dc6296
|
8186211: Negative tests for CONSTANT_Dynamic
Additional negative tests for poorly formed CONSTANT_Dynamic_info constant pool structures.
Reviewed-by: hseigel, psandoz
|
2018-02-12 14:28:04 -05:00 |
|
Matthias Baesken
|
9465174f72
|
8197412: Enable docker container related tests for linux s390x
Reviewed-by: goetz, dsamersoff
|
2018-02-09 10:18:19 +01: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 |
|
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 |
|
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 |
|
Jesper Wilhelmsson
|
44ab590f44
|
Merge
|
2018-02-05 23:12:03 +01: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 |
|
Jesper Wilhelmsson
|
fb8bca78ee
|
Merge
|
2018-01-05 22:02:20 +01:00 |
|
Lana Steuck
|
c8c8cd7238
|
Merge
|
2018-01-04 04:22:28 +00:00 |
|
David Holmes
|
d32979d771
|
8194071: [Testbug] Update VMDeprecatedOptions test for obsolete/expired options
Reviewed-by: hseigel
|
2017-12-22 15:23:34 -05:00 |
|
Ioi Lam
|
36c68615bc
|
8193664: AppCDS tests should use -XX:+UnlockCommercialFeatures when running with commercial JDK
Reviewed-by: jiangli, mseledtsov, dholmes
|
2018-01-11 16:40:10 -08:00 |
|