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 |
|
Thomas Stuefe
|
39b1d75f25
|
8277822: Remove debug-only heap overrun checks in os::malloc and friends
Reviewed-by: coleenp, zgu
|
2022-01-19 11:16:00 +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 |
|
Liam Miller-Cushon
|
cfee4512f7
|
8273914: Indy string concat changes order of operations
Reviewed-by: vromero, jlahoda
|
2022-01-11 15:45:15 +00:00 |
|
Harold Seigel
|
c08b2ac34c
|
8225093: Special property jdk.boot.class.path.append should not default to empty string
Reviewed-by: dholmes, sspitsyn, alanb
|
2022-01-11 13:43:13 +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 |
|
Sergey Bylokhov
|
7fea10327e
|
8279134: Fix Amazon copyright in various files
Reviewed-by: xliu, phh
|
2021-12-26 22:10:54 +00:00 |
|
Yi Yang
|
ad1dc9c2ae
|
8278125: Some preallocated OOMEs are missing stack trace
Co-authored-by: dongyun.tdy <dongyun.tdy@alibaba-inc.com>
Reviewed-by: dholmes, coleenp
|
2021-12-23 02:14:52 +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 |
|
Jesper Wilhelmsson
|
e6b28e05c6
|
Merge
|
2021-12-16 00:26:36 +00:00 |
|
Evgeny Astigeevich
|
bcb79fd012
|
8278241: Implement JVM SpinPause on linux-aarch64
Reviewed-by: aph, phh
|
2021-12-15 16:57:30 +00:00 |
|
Jie Fu
|
f48a3e86d0
|
8278758: runtime/BootstrapMethod/BSMCalledTwice.java fails with release VMs after JDK-8262134
Reviewed-by: dcubed
|
2021-12-14 22:50:21 +00:00 |
|
Dean Long
|
32139c1a8a
|
8262134: compiler/uncommontrap/TestDeoptOOM.java failed with "guarantee(false) failed: wrong number of expression stack elements during deopt"
Reviewed-by: kvn, iveresov
|
2021-12-14 03:16:17 +00:00 |
|
Harold Seigel
|
15996e4075
|
8276241: JVM does not flag constant class entries ending in '/'
Reviewed-by: dholmes, lfoltan
|
2021-12-13 13:40:54 +00:00 |
|
Harold Seigel
|
14f7385a72
|
8277481: Obsolete seldom used CDS flags
Reviewed-by: iklam, ccheung, dholmes
|
2021-12-13 13:35:37 +00:00 |
|
Joe Darcy
|
09831e7aa4
|
8273146: Start of release updates for JDK 19
8277511: Add SourceVersion.RELEASE_19
8277513: Add source 19 and target 19 to javac
Reviewed-by: dholmes, alanb, erikj, iris, mikael, ihse
|
2021-12-09 17:01:59 +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 |
|
Zhengyu Gu
|
5a036ace01
|
8277990: NMT: Remove NMT shutdown capability
Reviewed-by: stuefe, shade
|
2021-12-07 17:42:08 +00:00 |
|
Roman Kennke
|
5b81d5eeb4
|
8276901: Implement UseHeavyMonitors consistently
Reviewed-by: coleenp, mdoerr, dcubed
|
2021-12-07 14:41:42 +00:00 |
|
Thomas Stuefe
|
35361270cb
|
8277383: VM.metaspace optionally show chunk freelist details
Reviewed-by: coleenp, shade
|
2021-12-07 14:15:04 +00:00 |
|
Aleksey Shipilev
|
bef5c7a286
|
8278116: runtime/modules/LoadUnloadModuleStress.java has duplicate -Xmx
Reviewed-by: dholmes
|
2021-12-03 07:19:48 +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 |
|
Zhengyu Gu
|
abaa073bcb
|
8277946: NMT: Deprecate and remove VM.native_memory shutdown jcmd command option
Reviewed-by: stuefe, shade, dholmes
|
2021-12-01 13:14:09 +00:00 |
|
Fairoz Matte
|
f0136ec945
|
8275687: runtime/CommandLine/PrintTouchedMethods test shouldn't catch RuntimeException
Reviewed-by: iklam, chagedorn
|
2021-11-25 08:37:31 +00:00 |
|
Daniel D. Daugherty
|
21e302a0f4
|
8270435: UT: MonitorUsedDeflationThresholdTest failed: did not find too_many string in output
Reviewed-by: dholmes
|
2021-11-25 04:27:21 +00:00 |
|
Daniel D. Daugherty
|
e8acac2aba
|
8277350: runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java times out
Reviewed-by: hseigel, dholmes, lmesnik
|
2021-11-23 17:08:31 +00:00 |
|
Thomas Stuefe
|
a3406a1d8a
|
8277092: TestMetaspaceAllocationMT2.java#ndebug-default fails with "RuntimeException: Committed seems high: NNNN expected at most MMMM"
Reviewed-by: coleenp
|
2021-11-19 19:49:57 +00:00 |
|
Harold Seigel
|
36bd4a35fb
|
8277404: Test VMDeprecatedOptions.java failing with Unable to create shared archive file
Reviewed-by: dcubed
|
2021-11-18 20:06:13 +00:00 |
|
Harold Seigel
|
b3a62b4881
|
8276795: Deprecate seldom used CDS flags
Reviewed-by: dholmes, ccheung, iklam
|
2021-11-18 13:18:37 +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 |
|
Harold Seigel
|
55b36c6f3b
|
8276825: hotspot/runtime/SelectionResolution test errors
Reviewed-by: dholmes, shade
|
2021-11-10 13:11:16 +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 |
|
Thomas Stuefe
|
d6d82f52d4
|
8275608: runtime/Metaspace/elastic/TestMetaspaceAllocationMT2 too slow
Reviewed-by: mbaesken, shade
|
2021-10-29 13:54:27 +00:00 |
|
Volker Simonis
|
a343fa8766
|
8275865: Print deoptimization statistics in product builds
Reviewed-by: thartmann, kvn
|
2021-10-28 12:40:30 +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 |
|
Thomas Stuefe
|
3ff085e296
|
8275582: Don't purge metaspace mapping lists
Reviewed-by: coleenp, lkorinth
|
2021-10-26 04:52:01 +00:00 |
|
Igor Ignatyev
|
c94dc2ab60
|
8272854: split runtime/CommandLine/PrintTouchedMethods.java test
Reviewed-by: iklam
|
2021-10-23 03:59:55 +00:00 |
|
David Holmes
|
fab3d6c612
|
8275761: Backout: JDK-8274794 Print all owned locks in hs_err file
Reviewed-by: mikael
|
2021-10-22 04:47:53 +00:00 |
|
Harold Seigel
|
e39bdc9ddb
|
8274714: Incorrect verifier protected access error message
Reviewed-by: dholmes, coleenp
|
2021-10-21 13:50:32 +00:00 |
|