Roman Kennke
|
44ec501a41
|
8305895: Implement JEP 450: Compact Object Headers (Experimental)
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Hamlin Li <mli@openjdk.org>
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: coleenp, stefank, stuefe, phh, ihse, lmesnik, tschatzl, matsaave, rcastanedalo, vpaprotski, yzheng, egahlin
|
2024-11-08 17:21:39 +00:00 |
|
Coleen Phillimore
|
120a9357b3
|
8342561: Metaspace for generated reflection classes is no longer needed
Reviewed-by: shade, stuefe
|
2024-10-28 13:48:23 +00:00 |
|
Thomas Stuefe
|
daf26178be
|
8338929: Make Metaspace::deallocate space-aware
Reviewed-by: coleenp, adinn
|
2024-08-27 15:46:10 +00:00 |
|
Thomas Stuefe
|
b0efd77402
|
8314653: Metaspace: remove allocation guard feature
Reviewed-by: azafari, dholmes
|
2024-07-04 12:42:47 +00:00 |
|
Thomas Stuefe
|
9e566d76d1
|
8327971: Multiple ASAN errors reported for metaspace
8327988: When running ASAN, disable dangerous NMT test
Reviewed-by: jsjolen, rkennke
|
2024-03-27 08:36:40 +00:00 |
|
Coleen Phillimore
|
c1281e6b45
|
8324678: Replace NULL with nullptr in HotSpot gtests
Reviewed-by: kbarrett, dholmes, jwaters
|
2024-01-29 17:12:13 +00:00 |
|
Thomas Stuefe
|
c6c69b579c
|
8314654: Metaspace: move locking out of MetaspaceArena
Reviewed-by: adinn, jsjolen
|
2023-10-05 06:02:02 +00:00 |
|
Thomas Stuefe
|
de0e46c2f6
|
8303815: Improve Metaspace test speed
Reviewed-by: stefank, dholmes
|
2023-08-24 05:38:43 +00:00 |
|
Coleen Phillimore
|
752121114f
|
8314265: Fix -Wconversion warnings in miscellaneous runtime code
Reviewed-by: stuefe, dholmes, chagedorn
|
2023-08-18 12:06:02 +00:00 |
|
Thomas Stuefe
|
891c3f4cca
|
8307356: Metaspace: simplify BinList handling
Reviewed-by: rkennke, coleenp
|
2023-08-18 05:51:05 +00:00 |
|
Justin King
|
ddcb369cea
|
8303605: Memory leaks in Metaspace gtests
Reviewed-by: stuefe, dholmes
|
2023-03-08 15:38:39 +00:00 |
|
Thomas Stuefe
|
519229db3c
|
8302385: Remove MetaspaceReclaimPolicy=none
Reviewed-by: iklam, dholmes
|
2023-02-16 07:01:10 +00:00 |
|
Justin King
|
3646c4e944
|
8301171 : Rename sanitizers/address.h to sanitizers/address.hpp
Reviewed-by: kbarrett
|
2023-02-06 07:24:09 +00:00 |
|
Thomas Stuefe
|
2292ce137c
|
8294677: chunklevel::MAX_CHUNK_WORD_SIZE too small for some applications
Reviewed-by: simonis, phh
|
2023-01-24 06:35:26 +00:00 |
|
Justin King
|
5331a3ef73
|
8298908: Instrument Metaspace for ASan
Reviewed-by: stuefe, ihse, iklam
|
2023-01-21 08:57:14 +00:00 |
|
Stefan Karlsson
|
df6cf1e41d
|
8296886: Fix various include sort order issues
Reviewed-by: kbarrett, dholmes, stuefe
|
2022-11-24 15:06:19 +00:00 |
|
Thomas Stuefe
|
569de453c3
|
8289620: gtest/MetaspaceUtilsGtests.java failed with unexpected stats values
Reviewed-by: coleenp
|
2022-07-07 05:30:10 +00:00 |
|
Thomas Stuefe
|
e89b2c040c
|
8276086: Increase size of metaspace mappings
Reviewed-by: goetz, mdoerr
|
2021-10-29 09:44:48 +00:00 |
|
Thomas Stuefe
|
157e1d5073
|
8275856: Remove MetaspaceHandleDeallocations debug switch
Reviewed-by: coleenp, iklam
|
2021-10-29 04:26:56 +00:00 |
|
Thomas Stuefe
|
c9e65f8ef9
|
8275440: Remove VirtualSpaceList::is_full()
Reviewed-by: coleenp
|
2021-10-29 03:48:45 +00:00 |
|
Thomas Stuefe
|
83c3771929
|
8273881: Metaspace: test repeated deallocations
Reviewed-by: dholmes, shade
|
2021-10-11 15:48:10 +00:00 |
|
Coleen Phillimore
|
6364719cd1
|
8274004: Change 'nonleaf' rank name
8273956: Add checking for rank values
Reviewed-by: dholmes, pchilanomate
|
2021-10-08 12:23:19 +00:00 |
|
Coleen Phillimore
|
111d5e1a93
|
8273915: Create 'nosafepoint' rank
Reviewed-by: dholmes, iklam
|
2021-09-21 11:37:49 +00:00 |
|
Thomas Stuefe
|
6642d2eb8b
|
8273783: Simplify Metaspace arena guard handling
Reviewed-by: coleenp, lucy
|
2021-09-21 06:27:32 +00:00 |
|
Coleen Phillimore
|
98b9d98032
|
8272797: Mutex with rank safepoint_check_never imply allow_vm_block
Reviewed-by: dholmes, pchilanomate
|
2021-08-30 14:47:24 +00:00 |
|
Coleen Phillimore
|
2ef6871118
|
8272447: Remove 'native' ranked Mutex
Reviewed-by: stuefe, pchilanomate
|
2021-08-25 13:25:34 +00:00 |
|
Thomas Stuefe
|
554caf33a0
|
8251392: Consolidate Metaspace Statistics
Reviewed-by: coleenp, zgu
|
2021-05-18 06:35:17 +00:00 |
|
Jie Fu
|
a22ad03b25
|
8264983: Add gtest for JDK-8264008
Reviewed-by: stuefe
|
2021-04-20 22:49:01 +00:00 |
|
Ioi Lam
|
0f8be6e433
|
8261868: Reduce inclusion of metaspace.hpp
Reviewed-by: stuefe, ccheung
|
2021-02-25 04:31:12 +00:00 |
|
Thomas Stuefe
|
b7b391b2ac
|
8260625: Rename MetaspaceExpand_lock
Reviewed-by: shade
|
2021-01-29 15:33:00 +00:00 |
|
Coleen Phillimore
|
c37eabe73b
|
8252148: vmError::controlled_crash should be #ifdef ASSERT and move tests to gtest
Reviewed-by: iklam, stuefe
|
2020-12-15 20:48:18 +00:00 |
|
Thomas Stuefe
|
fa75ad695c
|
8256725: Metaspace: better blocktree and binlist asserts
Reviewed-by: shade, rrich, lkorinth
|
2020-11-23 18:50:09 +00:00 |
|
Thomas Stuefe
|
02adaa5854
|
8255885: Metaspace: freelist commit counter is not updated when purging
Reviewed-by: coleenp, iklam
|
2020-11-20 06:52:21 +00:00 |
|
Thomas Stuefe
|
7ba6a6bf00
|
8251158: Implementation of JEP 387: Elastic Metaspace
Reviewed-by: lkorinth, coleenp, iklam, rrich
|
2020-10-20 06:48:09 +00:00 |
|