Patricio Chilano Mateo
|
83bea26df4
|
8300575: JVMTI support when using alternative virtual thread implementation
Reviewed-by: lmesnik, sspitsyn, alanb
|
2023-02-22 15:42:53 +00:00 |
|
Ioi Lam
|
bdcbafb219
|
8296344: Remove dependency on G1 for writing the CDS archive heap
Reviewed-by: ayang, tschatzl, ccheung
|
2023-02-15 05:12:39 +00:00 |
|
Ramkumar Sunderbabu
|
723433dbeb
|
8302117: IgnoreUnrecognizedVMOptions flag causes failure in ArchiveHeapTestClass
Reviewed-by: dholmes
|
2023-02-10 05:58:12 +00:00 |
|
Calvin Cheung
|
53f72edcf6
|
8286510: Tests under dynamicArchive/methodHandles should check for loading of lambda proxy classes
Reviewed-by: iklam
|
2023-02-07 18:48:57 +00:00 |
|
Matias Saavedra Silva
|
77f2d20e96
|
8287873: Add test for using -XX:+AutoCreateSharedArchive with different JDK versions
Reviewed-by: iklam
|
2023-01-20 00:55:28 +00:00 |
|
Calvin Cheung
|
910dffea86
|
8292635: Run ArchivedEnumTest.java in jdk tier testing
Reviewed-by: iklam, dholmes
|
2023-01-19 00:20:13 +00:00 |
|
Ashutosh Mehra
|
d6d6eb4cba
|
8299699: Test runtime/cds/appcds/WrongClasspath.java fails after JDK-8299329
Reviewed-by: iklam, ccheung
|
2023-01-06 19:56:12 +00:00 |
|
Ashutosh Mehra
|
be64bf8cf0
|
8299329: Assertion failure with fastdebug build when trying to use CDS without classpath
Reviewed-by: iklam, ccheung
|
2023-01-05 16:09:28 +00:00 |
|
Matias Saavedra Silva
|
65442a2e26
|
8269736: Optimize CDS PatchEmbeddedPointers::do_bit()
Reviewed-by: ccheung, iklam
|
2022-12-21 15:33:24 +00:00 |
|
Thomas Schatzl
|
a9e6c62ba7
|
8297186: G1 triggers unnecessary full GCs when heap utilization is low
Reviewed-by: kbarrett, sjohanss
|
2022-12-06 10:09:59 +00:00 |
|
Ioi Lam
|
391599bc9d
|
8297313: Refactor APIs for calculating address of CDS archive heap regions
Reviewed-by: matsaave, ccheung
|
2022-12-01 19:59:14 +00:00 |
|
Matias Saavedra Silva
|
a249a52501
|
8296754: AutoCreateSharedArchive in JDK 20 is not compatible with JDK 19
Reviewed-by: ccheung, iklam, erikj
|
2022-11-28 15:26:27 +00:00 |
|
Magnus Ihse Bursie
|
4527dc67be
|
8297041: Remove the last remnants of sjavac
Reviewed-by: cstein, erikj, jjg
|
2022-11-17 09:20:22 +00:00 |
|
Calvin Cheung
|
3eb6d0e2f8
|
8291991: Adjust the "shared class paths mismatch" message if class path logging is enabled
Reviewed-by: iklam, matsaave
|
2022-11-16 15:47:32 +00:00 |
|
Calvin Cheung
|
427f50624f
|
8279366: CDS should allow alternative locations for JAR files in classpath
Reviewed-by: iklam, coleenp
|
2022-10-25 17:52:18 +00:00 |
|
Matias Saavedra Silva
|
fefbddf835
|
8291443: Obsolete the PrintSharedDictionary flag
Reviewed-by: dholmes, iklam
|
2022-10-24 16:08:51 +00:00 |
|
Magnus Ihse Bursie
|
d5a1521fde
|
8295470: Update openjdk.java.net => openjdk.org URLs in test code
Reviewed-by: michaelm, prr, darcy
|
2022-10-20 10:33:18 +00:00 |
|
Ioi Lam
|
3f4964f83d
|
8293291: Simplify relocation of native pointers in archive heap
Reviewed-by: ccheung, coleenp
|
2022-10-19 04:57:56 +00:00 |
|
Ioi Lam
|
90fb9a085b
|
8295102: Always load @lambda-form-invoker lines from default classlist
Reviewed-by: redestad, ccheung
|
2022-10-13 00:01:06 +00:00 |
|
Matias Saavedra Silva
|
3466e99934
|
8294691: dynamicArchive/RelativePath.java is running other test case
Reviewed-by: iklam, ccheung
|
2022-10-07 20:44:35 +00:00 |
|
Matias Saavedra Silva
|
f888aa953c
|
8293061: Combine CDSOptions and AppCDSOptions test utility classes
Reviewed-by: dholmes, iklam, ccheung
|
2022-10-06 15:03:24 +00:00 |
|
Ioi Lam
|
f84386cf6e
|
8293182: Improve testing of CDS archive heap
Reviewed-by: ccheung, coleenp
|
2022-09-07 23:02:35 +00:00 |
|
Coleen Phillimore
|
5934669ca8
|
8292383: Create a SymbolHandle type to use for ResourceHashtable
Reviewed-by: iklam, hseigel
|
2022-09-07 14:50:58 +00:00 |
|
Joe Darcy
|
2d18dda3f2
|
8173605: Remove support for source and target 1.7 option in javac
Reviewed-by: vromero
|
2022-09-01 16:43:50 +00:00 |
|
Ioi Lam
|
27b0f7726b
|
8292318: Memory corruption in remove_dumptime_info
Reviewed-by: coleenp, ccheung
|
2022-08-22 03:43:27 +00:00 |
|
Ioi Lam
|
57aac2ab65
|
8290981: Enable CDS for zero builds
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: erikj, shade, ihse
|
2022-08-19 19:16:33 +00:00 |
|
Christian Stein
|
82dbe29fc8
|
8292633: runtime/cds/appcds/dynamicArchive/CDSStreamTestDriver.java fails to compile
Reviewed-by: dcubed, dholmes
|
2022-08-18 23:29:39 +00:00 |
|
Christian Stein
|
62a7fc60d3
|
8292315: Tests should not rely on specific JAR file names (hotspot)
Reviewed-by: vromero
|
2022-08-18 17:26:14 +00:00 |
|
Calvin Cheung
|
c3d3662e52
|
8292313: 2 runtime/cds/appcds tests fail after JDK-8284313
Reviewed-by: hseigel, iklam
|
2022-08-16 16:26:59 +00:00 |
|
Calvin Cheung
|
22d6d315f2
|
8284313: Improve warning messages when CDS archive fails to load
Reviewed-by: iklam, dholmes
|
2022-08-12 16:39:55 +00:00 |
|
Ioi Lam
|
66f59c2c16
|
8290731: Clean up CDS handling of LambdaForm Species classes
Reviewed-by: ccheung
|
2022-07-21 21:32:30 +00:00 |
|
Thomas Schatzl
|
984cd02dfb
|
8290707: runtime/cds/appcds/dynamicArchive/DynamicLambdaWithUseImplMethodHandle.java fails with "Can't find sun.hotspot.whitebox"
Reviewed-by: dholmes
|
2022-07-20 12:34:55 +00:00 |
|
Jesper Wilhelmsson
|
a3e07d950a
|
Merge
|
2022-07-20 07:39:01 +00:00 |
|
Ioi Lam
|
4dc421caa0
|
8290417: CDS cannot archive lamda proxy with useImplMethodHandle
Reviewed-by: dholmes, ccheung, mchung
|
2022-07-19 04:37:28 +00:00 |
|
Coleen Phillimore
|
0c37008917
|
8275662: remove test/lib/sun/hotspot
Reviewed-by: mseledtsov, sspitsyn, lmesnik
|
2022-07-11 13:07:03 +00:00 |
|
Coleen Phillimore
|
e7795851d2
|
8271707: migrate tests to use jdk.test.whitebox.WhiteBox
Reviewed-by: lmesnik, dholmes
|
2022-07-08 15:55:14 +00:00 |
|
Calvin Cheung
|
c43bdf7165
|
8289257: Some custom loader tests failed due to symbol refcount not decremented
Reviewed-by: iklam, coleenp
|
2022-07-01 16:11:17 +00:00 |
|
Calvin Cheung
|
e322e77e95
|
8288651: CDS test HelloUnload.java should not use literal string as ClassLoader name
Reviewed-by: coleenp, iklam
|
2022-06-27 21:16:02 +00:00 |
|
Ioi Lam
|
68c5957b9e
|
8287869: -XX:+AutoCreateSharedArchive doesn't work when JDK build is switched
Reviewed-by: ccheung, dholmes
|
2022-06-07 23:11:33 +00:00 |
|
Calvin Cheung
|
124ba45fb8
|
8287101: CDS should check for file truncation for all regions
Reviewed-by: iklam, coleenp
|
2022-06-06 21:56:01 +00:00 |
|
KIRIYAMA Takuya
|
c328f8fa2a
|
8287764: runtime/cds/serviceability/ReplaceCriticalClasses failed on localized Windows
Reviewed-by: iklam
|
2022-06-06 21:08:53 +00:00 |
|
Alan Bateman
|
6ff2d89ea1
|
8287496: Alternative virtual thread implementation that maps to OS thread
Reviewed-by: rehn, mchung
|
2022-06-02 09:02:37 +00:00 |
|
Alexey Ivanov
|
e0d361cea9
|
8284191: Replace usages of 'a the' in hotspot and java.base
Reviewed-by: lancea, wetmore, naoto, iris, kevinw, xuelei
|
2022-05-24 11:25:13 +00:00 |
|
Ioi Lam
|
646c8aaeec
|
8286277: CDS VerifyError when calling clone() on object array
Reviewed-by: dholmes, ccheung
|
2022-05-23 16:23:12 +00:00 |
|
Calvin Cheung
|
087bccfe28
|
8286978: SIGBUS in libz during CDS initialization
Reviewed-by: iklam
|
2022-05-20 17:51:47 +00:00 |
|
Calvin Cheung
|
070a0cda31
|
8286551: JDK-8286460 causes tests to fail to compile in Tier2
Reviewed-by: dcubed
|
2022-05-10 20:20:37 +00:00 |
|
Christian Stein
|
52dbfa99fe
|
8286460: Remove dependence on JAR filename in CDS tests
Reviewed-by: ccheung, iklam
|
2022-05-10 18:13:41 +00:00 |
|
Calvin Cheung
|
29ccb8fbb8
|
8285914: AppCDS crash when using shared archive with old class file
Reviewed-by: dholmes, iklam
|
2022-05-09 16:00:57 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Jie Fu
|
7ebc4bce93
|
8286066: assert(k != __null) failed: klass not loaded caused by FillerObject_klass
Reviewed-by: dholmes, tschatzl, iklam
|
2022-05-05 23:16:42 +00:00 |
|
Calvin Cheung
|
9b8270895e
|
8284319: Test runtime/cds/appcds/TestParallelGCWithCDS.java fails in repo-loom
Reviewed-by: iklam
|
2022-04-25 20:50:56 +00:00 |
|
Calvin Cheung
|
1e79ded98a
|
8284889: runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java#custom-cl-zgc timed out
Reviewed-by: iklam
|
2022-04-25 16:54:44 +00:00 |
|
Calvin Cheung
|
73f3e17ea7
|
8213445: jcmd VM.symboltable and VM.stringtable -verbose output contains no shared symbols or strings
Reviewed-by: iklam, dholmes
|
2022-04-21 15:40:29 +00:00 |
|
Andrey Turbanov
|
48c7549806
|
8284853: Fix various 'expected' typo
Reviewed-by: bpb, ihse
|
2022-04-14 18:05:49 +00:00 |
|
Jie Fu
|
10ccfffae1
|
8283352: [CDS] SharedBaseAddress.java fails on x86_32
Reviewed-by: dholmes, iklam, stuefe
|
2022-03-19 07:08:47 +00:00 |
|
Ioi Lam
|
de4f04cb71
|
8253495: CDS generates non-deterministic output
Reviewed-by: erikj, kbarrett, ccheung, ihse
|
2022-03-16 03:12:48 +00:00 |
|
Matteo Baccan
|
ccad39237a
|
8282657: Code cleanup: removing double semicolons at the end of lines
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
|
2022-03-07 21:33:40 +00:00 |
|
Calvin Cheung
|
234c17e8ff
|
8274788: Support archived heap objects in ParallelGC
Reviewed-by: iklam, ayang, tschatzl
|
2022-03-02 16:17:21 +00:00 |
|
Ioi Lam
|
d983d108c5
|
8275731: CDS archived enums objects are recreated at runtime
Reviewed-by: coleenp, ccheung
|
2022-02-28 20:33:18 +00:00 |
|
Ioi Lam
|
1864481df1
|
8279969: NULL return from map_bitmap_region() needs to be checked
Reviewed-by: ccheung, coleenp
|
2022-02-17 06:40:46 +00:00 |
|
Calvin Cheung
|
745f7e7d92
|
8281186: runtime/cds/appcds/DumpingWithNoCoops.java fails
Reviewed-by: minqi, iklam, stuefe
|
2022-02-15 17:18:34 +00:00 |
|
Ioi Lam
|
16f649b9c5
|
8281678: appcds/dynamicArchive/ArchiveConsistency.java fails after JDK-8279997
Reviewed-by: shade, dcubed
|
2022-02-14 18:53:50 +00:00 |
|
Calvin Cheung
|
c5ff6e45de
|
8223077: module path support for dynamic CDS archive
Reviewed-by: iklam, minqi
|
2022-02-11 17:39:20 +00:00 |
|
Yumin Qi
|
e75e8cd708
|
8279997: check_for_dynamic_dump should not exit vm
Reviewed-by: ccheung, iklam
|
2022-02-11 16:42:07 +00:00 |
|
Yumin Qi
|
8e4ef818a9
|
8280767: -XX:ArchiveClassesAtExit does not archive BoundMethodHandle$Species classes
Reviewed-by: iklam, ccheung
|
2022-02-04 19:20:22 +00:00 |
|
Calvin Cheung
|
d95de5c7fe
|
8255495: Support CDS Archived Heap for uncompressed oops
Reviewed-by: iklam, tschatzl
|
2022-02-01 19:33:36 +00:00 |
|
Yumin Qi
|
319b77492f
|
8277101: jcmd VM.cds dynamic_dump should not regenerate holder classes
Reviewed-by: iklam, ccheung
|
2022-01-31 19:27:59 +00:00 |
|
Jie Fu
|
30cd47d421
|
8280499: runtime/cds/appcds/TestDumpClassListSource.java fails on platforms without AppCDS custom class loaders support
Reviewed-by: iklam
|
2022-01-24 04:37:51 +00:00 |
|
Calvin Cheung
|
b9ae77906e
|
8279675: CDS cannot handle non-existent JAR file in bootclassapth
Reviewed-by: iklam, minqi
|
2022-01-21 23:47:09 +00:00 |
|
Yumin Qi
|
d48279b0bf
|
8279009: CDS crashes when the source of an InstanceKlass is NULL
Reviewed-by: iklam, ccheung
|
2022-01-20 17:52:49 +00:00 |
|
Yumin Qi
|
b0496b0df6
|
8279970: two AppCDS tests fail after JDK-8261455
Reviewed-by: ccheung, iklam
|
2022-01-19 03:21:19 +00:00 |
|
Yumin Qi
|
1228b2f1f8
|
8261455: Automatically generate the CDS archive if necessary
Reviewed-by: iklam, ccheung
|
2022-01-13 00:23:05 +00:00 |
|
Ioi Lam
|
09cf5f19d7
|
8278602: CDS dynamic dump may access unloaded classes
Reviewed-by: coleenp, ccheung
|
2022-01-04 04:52:49 +00:00 |
|
Yumin Qi
|
9a478b347e
|
8279022: JCmdTestFileSafety.java should check file time stamp for test result
Reviewed-by: ccheung
|
2021-12-22 16:17:33 +00:00 |
|
Yumin Qi
|
a6903f806a
|
8279018: CRC calculation in CDS should not include _version and _head_size
Reviewed-by: iklam, ccheung
|
2021-12-22 16:14:59 +00:00 |
|
Calvin Cheung
|
8549d8b569
|
8277100: Dynamic dump can inadvertently overwrite default CDS archive
Reviewed-by: iklam, minqi, dholmes
|
2021-12-20 23:04:40 +00:00 |
|
Calvin Cheung
|
0dbe4c5d51
|
8278131: runtime/cds/appcds/dynamicArchive/* tests failing in loom repo
Reviewed-by: iklam, dholmes, minqi
|
2021-12-16 02:32:44 +00:00 |
|
Harold Seigel
|
14f7385a72
|
8277481: Obsolete seldom used CDS flags
Reviewed-by: iklam, ccheung, dholmes
|
2021-12-13 13:35:37 +00:00 |
|
Yumin Qi
|
3e93e0b809
|
8276769: -Xshare:auto should tolerate problems in the CDS archive
Reviewed-by: iklam, ccheung
|
2021-12-08 16:20:39 +00:00 |
|
Calvin Cheung
|
40d726b8aa
|
8278310: Improve logging in CDS DynamicLoaderConstraintsTest.java
Reviewed-by: iklam
|
2021-12-08 16:07:49 +00:00 |
|
Calvin Cheung
|
e4852c6f0a
|
8277998: runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java#custom-cl-zgc failed "assert(ZAddress::is_marked(addr)) failed: Should be marked"
Reviewed-by: iklam, minqi
|
2021-12-08 15:59:37 +00:00 |
|
Jie Fu
|
473ececaf5
|
8278174: runtime/cds/appcds/LambdaWithJavaAgent.java fails with release VMs
Reviewed-by: dholmes
|
2021-12-03 06:00:14 +00:00 |
|
Calvin Cheung
|
d2b16c8985
|
8276126: Dump time class transformation causes heap objects of non-boot classes to be archived
Reviewed-by: iklam, minqi
|
2021-12-02 14:39:27 +00:00 |
|
Ioi Lam
|
db55f9272c
|
8277343: dynamicArchive/SharedArchiveFileOption.java failed: '-XX:+RecordDynamicDumpInfo is unsupported when a dynamic CDS archive is specified in -XX:SharedArchiveFile:' missing
Reviewed-by: hseigel, ccheung
|
2021-11-18 08:49:07 +00:00 |
|
Ioi Lam
|
a77d8ddf11
|
8276787: Improve warning messages for -XX:+RecordDynamicDumpInfo
Reviewed-by: ccheung, stuefe
|
2021-11-16 21:03:33 +00:00 |
|
Calvin Cheung
|
bd92674be5
|
8276184: Exclude lambda proxy class from the CDS archive if its caller class is excluded
Reviewed-by: iklam, dholmes
|
2021-11-16 02:34:36 +00:00 |
|
Ioi Lam
|
8747882e4c
|
8276790: Rename GenericCDSFileMapHeader::_base_archive_path_offset
Reviewed-by: dholmes, ccheung
|
2021-11-09 07:18:06 +00:00 |
|
Ioi Lam
|
884915496f
|
8275846: read_base_archive_name() could read past the end of buffer
Reviewed-by: ccheung, stuefe
|
2021-11-07 21:38:59 +00:00 |
|
Yumin Qi
|
603bba282a
|
8271420: Extend CDS custom loader support to Windows platform
Reviewed-by: iklam, ccheung
|
2021-11-03 23:16:15 +00:00 |
|
Calvin Cheung
|
e5cd2692da
|
8274944: AppCDS dump causes SEGV in VM thread while adjusting lambda proxy class info
Reviewed-by: minqi, dholmes
|
2021-10-26 16:26:57 +00:00 |
|
Calvin Cheung
|
ee64ce9f14
|
8274937: Revert the timeout setting for DynamicLoaderConstraintsTest
Reviewed-by: dcubed, minqi
|
2021-10-15 16:53:00 +00:00 |
|
Fairoz Matte
|
d8f6b6c19a
|
8274718: runtime/cds/appcds/LambdaEagerInit.java fails with -XX:-CompactStrings
Reviewed-by: iklam, ccheung
|
2021-10-13 15:38:36 +00:00 |
|
Coleen Phillimore
|
110e38ded8
|
8274753: ZGC: SEGV in MetaspaceShared::link_shared_classes
8274935: dumptime_table has stale entry
Reviewed-by: eosterlund, iklam
|
2021-10-11 12:11:11 +00:00 |
|
Yumin Qi
|
8de77634c4
|
8273152: Refactor CDS FileMapHeader loading code
Reviewed-by: ccheung, iklam
|
2021-10-07 21:33:32 +00:00 |
|
Jie Fu
|
722d639fad
|
8274838: runtime/cds/appcds/TestSerialGCWithCDS.java fails on Windows
Reviewed-by: iklam, hseigel
|
2021-10-07 12:42:16 +00:00 |
|
Ioi Lam
|
6a573b888d
|
8273508: Support archived heap objects in SerialGC
Reviewed-by: tschatzl, ccheung
|
2021-09-28 06:23:47 +00:00 |
|
Ioi Lam
|
b98290444a
|
8271073: Improve testing with VM option VerifyArchivedFields
Reviewed-by: ccheung, minqi
|
2021-09-16 23:26:55 +00:00 |
|
Ioi Lam
|
922e86f4ff
|
8273522: Rename test property vm.cds.archived.java.heap to vm.cds.write.archived.java.heap
Reviewed-by: minqi, ccheung, mseledtsov
|
2021-09-10 22:45:26 +00:00 |
|
Daniel D. Daugherty
|
ba31eee4fc
|
8273109: runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest times out
Reviewed-by: bpb
|
2021-09-08 18:33:04 +00:00 |
|
Yumin Qi
|
d414a88d88
|
8273240: Dynamic test ArchiveConsistency.java should use CDSArchiveUtils
Reviewed-by: iklam
|
2021-09-03 20:36:48 +00:00 |
|
Jie Fu
|
a9a83b248e
|
8273256: runtime/cds/appcds/TestEpsilonGCWithCDS.java fails due to Unrecognized VM option 'ObjectAlignmentInBytes=64' on x86_32
Reviewed-by: dholmes, iklam
|
2021-09-02 04:10:46 +00:00 |
|
Ioi Lam
|
655ea6d42a
|
8270489: Support archived heap objects in EpsilonGC
Reviewed-by: shade, ccheung
|
2021-09-01 16:50:11 +00:00 |
|
Igor Ignatyev
|
989f39f810
|
8272552: mark hotspot runtime/cds tests which ignore external VM flags
Reviewed-by: mseledtsov, jiefu, dholmes, iklam
|
2021-08-17 03:45:26 +00:00 |
|
Ioi Lam
|
36e2ddad4d
|
8272348: Update CDS tests in anticipation of JDK-8270489
Reviewed-by: ccheung, minqi
|
2021-08-16 03:22:52 +00:00 |
|
Igor Ignatyev
|
bd27bb9cbe
|
8272345: macos doesn't check os::set_boot_path() result
Reviewed-by: dholmes
|
2021-08-12 03:45:44 +00:00 |
|
Igor Ignatyev
|
75a06421e5
|
8272335: runtime/cds/appcds/MoveJDKTest.java doesn't check exit codes
Reviewed-by: iklam
|
2021-08-11 19:38:52 +00:00 |
|
Ioi Lam
|
e7b6f48182
|
8265602: -XX:DumpLoadedClassList should support custom loaders
Reviewed-by: ccheung, minqi
|
2021-08-06 05:58:48 +00:00 |
|
Jesper Wilhelmsson
|
c8add223a1
|
Merge
Reviewed-by: mikael
|
2021-08-03 01:01:25 +00:00 |
|
Yumin Qi
|
84f0231031
|
8271419: Refactor test code for modifying CDS archive contents
Reviewed-by: iklam, ccheung
|
2021-08-02 23:07:43 +00:00 |
|
Igor Ignatyev
|
ada58d13f7
|
8067223: [TESTBUG] Rename Whitebox API package
Reviewed-by: dholmes, kvn
|
2021-08-02 20:44:18 +00:00 |
|
Ioi Lam
|
0790f04d8a
|
8271015: Split cds/SharedBaseAddress.java test into smaller parts
Reviewed-by: ccheung, minqi
|
2021-07-21 19:07:07 +00:00 |
|
Calvin Cheung
|
00195b85ed
|
8265604: Support unlinked classes in dynamic CDS archive
Reviewed-by: minqi, iklam
|
2021-07-20 02:06:42 +00:00 |
|
Yumin Qi
|
a4e5f08fef
|
8267281: Call prepare_for_dynamic_dumping for jcmd dynamic_dump
Reviewed-by: iklam, ccheung
|
2021-07-12 19:03:38 +00:00 |
|
Yumin Qi
|
f741e4ca74
|
8264735: Make dynamic dump repeatable
Reviewed-by: ccheung, iklam
|
2021-07-07 19:41:45 +00:00 |
|
Yumin Qi
|
e8206dbb17
|
8263538: SharedArchiveConsistency.java should test -Xshare:auto as well
Reviewed-by: iklam, ccheung
|
2021-07-06 22:27:13 +00:00 |
|
Patricio Chilano Mateo
|
2fd7943ec1
|
8256425: Obsolete Biased Locking in JDK 18
Reviewed-by: kvn, dholmes, dcubed, rrich
|
2021-06-24 18:54:41 +00:00 |
|
Yumin Qi
|
7c31903dd3
|
8267075: jcmd VM.cds should print directory of the output files
Reviewed-by: ccheung
|
2021-06-24 14:52:47 +00:00 |
|
Ioi Lam
|
bb24fa652a
|
8267189: Remove duplicated unregistered classes from dynamic archive
Reviewed-by: ccheung, minqi
|
2021-06-17 22:19:23 +00:00 |
|
Jesper Wilhelmsson
|
17295b1bb0
|
Merge
Reviewed-by: dcubed
|
2021-06-14 15:55:57 +00:00 |
|
Calvin Cheung
|
01054e6f5a
|
8268470: CDS dynamic dump asserts with JFR RecordingStream
Reviewed-by: minqi, iklam
|
2021-06-11 16:08:18 +00:00 |
|
Calvin Cheung
|
4fd2a14997
|
8267556: Enhance class paths check during runtime
Reviewed-by: minqi, iklam
|
2021-06-10 19:50:44 +00:00 |
|
Calvin Cheung
|
516e60a7ee
|
8268095: CDS MethodHandle tests should add -XX:-VerifyDependencies
Reviewed-by: iklam, minqi
|
2021-06-03 22:56:57 +00:00 |
|
Ioi Lam
|
ecf6112a21
|
8267958: [TESTBUG] cds DynamicLoaderConstraintsTest.java timed out
Reviewed-by: ccheung, jiefu
|
2021-06-02 19:05:42 +00:00 |
|
Jie Fu
|
6ffa3e66db
|
8267754: cds/appcds/loaderConstraints/LoaderConstraintsTest.java fails on x86_32 due to customized class loader is not supported
Reviewed-by: minqi, dholmes, iklam
|
2021-05-26 22:58:45 +00:00 |
|
Ioi Lam
|
209769b5ad
|
8267347: CDS record_linking_constraint asserts with unregistered class
Reviewed-by: minqi, ccheung
|
2021-05-24 21:52:13 +00:00 |
|
Calvin Cheung
|
1c7a1310d9
|
8267350: Archived old interface extends interface with default method causes crash
Reviewed-by: iklam, minqi
|
2021-05-20 21:03:13 +00:00 |
|
Jie Fu
|
3f883e8f0d
|
8267351: runtime/cds/SharedBaseAddress.java fails on x86_32 due to Unrecognized VM option 'UseCompressedOops'
Reviewed-by: dholmes, ccheung
|
2021-05-19 07:17:13 +00:00 |
|
Thomas Stuefe
|
3c010a7c7e
|
8265705: aarch64: KlassDecodeMovk mode broken
Reviewed-by: aph, iklam, ngasson
|
2021-05-17 16:14:22 +00:00 |
|
Yumin Qi
|
2066f497b9
|
8266764: [REDO] JDK-8255493 Support for pre-generated java.lang.invoke classes in CDS dynamic archive
Reviewed-by: ccheung, iklam
|
2021-05-16 02:26:46 +00:00 |
|
Ioi Lam
|
1e0ecd6d56
|
8265605: Cannot call BootLoader::loadClassOrNull before initPhase2
Reviewed-by: alanb, mchung
|
2021-05-14 06:26:41 +00:00 |
|
Harold Seigel
|
e14b026841
|
8243287: Removal of Unsafe::defineAnonymousClass
Reviewed-by: iklam, mchung, alanb, dholmes
|
2021-05-13 12:46:54 +00:00 |
|
Philippe Marschall
|
ab17be2835
|
8252530: Fix inconsistencies in hotspot whitebox
Reviewed-by: dholmes, amenkov
|
2021-05-12 23:14:30 +00:00 |
|
Calvin Cheung
|
25d99e5267
|
8266330: itableMethodEntry::initialize() asserts with archived old classes
Reviewed-by: iklam, minqi
|
2021-05-10 16:24:11 +00:00 |
|
Yumin Qi
|
04fad70437
|
8266765: [BACKOUT] JDK-8255493 Support for pre-generated java.lang.invoke classes in CDS dynamic archive
Reviewed-by: ccheung
|
2021-05-07 23:49:00 +00:00 |
|
Yumin Qi
|
43ad24feb2
|
8265465: jcmd VM.cds should keep already dumped archive when exception happens
Reviewed-by: iklam, ccheung
|
2021-05-07 03:01:32 +00:00 |
|
Yumin Qi
|
8b37d48770
|
8255493: Support for pre-generated java.lang.invoke classes in CDS dynamic archive
Reviewed-by: iklam, ccheung
|
2021-05-04 17:18:43 +00:00 |
|
Ioi Lam
|
2c381e0f8d
|
8262376: ReplaceCriticalClassesForSubgraphs.java fails if --with-build-jdk is used
Reviewed-by: dholmes, minqi, ccheung
|
2021-04-29 23:22:49 +00:00 |
|
Vladimir Kozlov
|
4785e112ae
|
8264806: Remove the experimental JIT compiler
Reviewed-by: iignatyev, erikj
|
2021-04-27 06:23:21 +00:00 |
|
Vladimir Kozlov
|
694acedf18
|
8264805: Remove the experimental Ahead-of-Time Compiler
Reviewed-by: coleenp, erikj, stefank, iignatyev, dholmes, aph, shade, iklam, mchung, iveresov
|
2021-04-27 01:12:18 +00:00 |
|
Yumin Qi
|
20a373a0d0
|
8265393: VM crashes if both -XX:+RecordDynamicDumpInfo and -XX:SharedArchiveFile options are specified
Reviewed-by: iklam, ccheung
|
2021-04-23 21:51:11 +00:00 |
|
Calvin Cheung
|
9499175064
|
8261090: Store old classfiles in static CDS archive
Reviewed-by: iklam, minqi
|
2021-04-22 15:13:29 +00:00 |
|
Erik Gahlin
|
4dcaac1feb
|
8265036: JFR: Remove use of -XX:StartFlightRecording= and -XX:FlightRecorderOptions=
Reviewed-by: cjplummer
|
2021-04-20 15:53:45 +00:00 |
|
Erik Gahlin
|
7c37c022a1
|
8244190: JFR: When starting a JVM with -XX:StartFlightRecording, output is written to stdout
Reviewed-by: mgronlun
|
2021-04-16 17:26:13 +00:00 |
|
Yumin Qi
|
e7cbeba866
|
8259070: Add jcmd option to dump CDS
Reviewed-by: ccheung, iklam, mli
|
2021-04-15 05:21:24 +00:00 |
|
Ioi Lam
|
78d1164ce2
|
8214455: Relocate CDS archived regions to the top of the G1 heap
Reviewed-by: tschatzl, ccheung
|
2021-04-08 00:41:28 +00:00 |
|
Yumin Qi
|
d920f8588c
|
8264540: WhiteBox.metaspaceReserveAlignment should return shared region alignment
Reviewed-by: ccheung, iklam
|
2021-04-05 18:31:12 +00:00 |
|
Yi Yang
|
de495df78d
|
8264413: Data is written to file header even if its CRC32 was calculated
Reviewed-by: ccheung, minqi
|
2021-04-01 02:07:48 +00:00 |
|
Yumin Qi
|
928fa5b5f9
|
8244540: Print more information with -XX:+PrintSharedArchiveAndExit
Reviewed-by: iklam, ccheung
|
2021-03-31 03:10:38 +00:00 |
|
Yi Yang
|
b65219881d
|
8264429: Test runtime/cds/appcds/VerifyWithDefaultArchive.java assumes OpenJDK build
Reviewed-by: dcubed, shade
|
2021-03-30 14:45:55 +00:00 |
|
Yi Yang
|
bcdf4694e0
|
8264337: VM crashed when -XX:+VerifySharedSpaces
Reviewed-by: minqi, ccheung, shade
|
2021-03-30 07:20:10 +00:00 |
|