Stefan Johansson
|
141cc2f2a3
|
8261527: Record page size used for underlying mapping in ReservedSpace
Reviewed-by: rkennke, iwalulya
|
2021-05-04 09:00:10 +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 |
|
Ioi Lam
|
95f0fd6c4d
|
8265696: Move CDS sources to src/hotspot/shared/cds
Reviewed-by: erikj, dholmes, stuefe
|
2021-04-23 04:13:02 +00:00 |
|
Ioi Lam
|
17202c89d5
|
8264748: Do not include arguments.hpp from compilerDefinitions.hpp
Reviewed-by: gziemski, stefank
|
2021-04-07 05:37:37 +00:00 |
|
Coleen Phillimore
|
40c3249160
|
8264149: BreakpointInfo::set allocates metaspace object in VM thread
Reviewed-by: dholmes, iklam
|
2021-03-31 12:43:03 +00:00 |
|
Ioi Lam
|
41657b15ac
|
8261551: Remove special CDS handling in Metaspace::allocate
Reviewed-by: minqi, dholmes, stuefe
|
2021-03-26 03:37:14 +00:00 |
|
Jie Fu
|
06d46d6c0b
|
8264008: Incorrect metaspace statistics after JEP 387 when UseCompressedClassPointers is off
Reviewed-by: stuefe
|
2021-03-24 09:30:54 +00:00 |
|
Thomas Stuefe
|
189289d9c7
|
8262326: MaxMetaspaceSize does not have to be aligned to metaspace commit alignment
Reviewed-by: coleenp, iklam
|
2021-03-15 17:20:10 +00:00 |
|
Ioi Lam
|
0f8be6e433
|
8261868: Reduce inclusion of metaspace.hpp
Reviewed-by: stuefe, ccheung
|
2021-02-25 04:31:12 +00:00 |
|
Ioi Lam
|
c5ff454481
|
8250989: Consolidate buffer allocation code for CDS static/dynamic dumping
Reviewed-by: ccheung, coleenp
|
2021-02-07 07:10:38 +00:00 |
|
Ioi Lam
|
5cdcce1c1f
|
8260307: Do not include method.hpp in frame.hpp
Reviewed-by: lfoltan, coleenp
|
2021-01-23 06:24:22 +00:00 |
|
Richard Reingruber
|
a6ab9e4740
|
8258576: Try to get zerobased CCS if heap is above 32 and CDS is disabled
Reviewed-by: mdoerr, stuefe
|
2021-01-12 08:35:12 +00:00 |
|
Richard Reingruber
|
4a267f1bc2
|
8244847: Linux/PPC: runtime/CompressedOops/CompressedClassPointers: smallHeapTest fails
Reviewed-by: stuefe, mdoerr
|
2020-12-03 08:50:08 +00:00 |
|
Ioi Lam
|
2f06893a29
|
8252526: Remove excessive inclusion of jvmti.h and jvmtiExport.hpp
Reviewed-by: ihse, kbarrett
|
2020-11-12 01:45:27 +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 |
|
Yasumasa Suenaga
|
038f58d4f0
|
8226236: [TESTBUG] win32: gc/metaspace/TestCapacityUntilGCWrapAround.java fails
Reviewed-by: stuefe
|
2020-10-15 00:21:42 +00:00 |
|
Daniel D. Daugherty
|
cc52358c42
|
8254335: logging/logStream.hpp includes memory/resourceArea.hpp but doesn't need it
Reviewed-by: kbarrett, iklam
|
2020-10-10 13:38:55 +00:00 |
|
Ioi Lam
|
0a1dc50f54
|
8253271: vm_version_x86.hpp should not include globals_extension.hpp
Reviewed-by: dholmes
|
2020-09-17 21:32:22 +00:00 |
|
Ioi Lam
|
a6f41d513e
|
8252151: Remove excessive inclusion of arguments.hpp
Reviewed-by: coleenp, stuefe
|
2020-08-26 14:42:07 -07:00 |
|
Thomas Stuefe
|
5ce3d0d8e5
|
8245707: Increase Metaspace reserve alignment
Reviewed-by: iklam, coleenp
|
2020-06-02 21:04:13 +02:00 |
|
Thomas Stuefe
|
04e6b743db
|
8243392: Remodel CDS/Metaspace storage reservation
Reviewed-by: iklam, coleenp, ngasson, aph
|
2020-05-24 19:25:29 +02:00 |
|
Erik Österlund
|
382e5dc334
|
8241825: Make compressed oops and compressed class pointers independent (x86_64, PPC, S390)
Reviewed-by: coleenp, fparain, stuefe, mdoerr
|
2020-05-13 09:36:12 +00:00 |
|
Mandy Chung
|
7cc1371059
|
8238358: Implementation of JEP 371: Hidden Classes
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: David Holmes <david.holmes@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jamsheed Mohammed C M <jamsheed.c.m@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Reviewed-by: alanb, cjplummer, coleenp, dholmes, dlong, forax, jlahoda, psandoz, plevart, sspitsyn, vromero
|
2020-04-21 06:55:38 -07:00 |
|
Nick Gasson
|
75f2e6433c
|
8236242: Arm32: build broken after 8234794
Reviewed-by: aph
|
2019-12-19 17:18:16 +08:00 |
|
Nick Gasson
|
aea0a57512
|
8234794: AArch64: runtime/memory/ReadFromNoaccessArea.java crashes
Try to map CDS shared space at 4G aligned address on AArch64
Reviewed-by: adinn, aph, jiangli, iklam
|
2019-12-19 09:47:33 +08:00 |
|
Stefan Karlsson
|
161333eeba
|
8234748: Clean up atomic and orderAccess includes
Reviewed-by: dholmes
|
2019-11-26 10:47:46 +01:00 |
|
Stefan Karlsson
|
0ad50c2b5c
|
8234740: Harmonize parameter order in Atomic - cmpxchg
Reviewed-by: rehn, dholmes
|
2019-11-25 12:33:15 +01:00 |
|
Stefan Karlsson
|
213af1161a
|
8234738: Harmonize parameter order in Atomic - sub
Reviewed-by: rehn, dholmes
|
2019-11-25 12:32:07 +01:00 |
|
Stefan Karlsson
|
d45ec50076
|
8234737: Harmonize parameter order in Atomic - add
Reviewed-by: rehn, dholmes
|
2019-11-25 12:31:39 +01:00 |
|
Stefan Karlsson
|
e527ce4b57
|
8234562: Move OrderAccess::release_store*/load_acquire to Atomic
Reviewed-by: rehn, dholmes
|
2019-11-25 12:22:13 +01:00 |
|
Ioi Lam
|
5678f98a9e
|
8231610: Relocate the CDS archive if it cannot be mapped to the requested address
Reviewed-by: jiangli, coleenp, ccheung
|
2019-11-13 16:36:54 -08:00 |
|
Leo Korinth
|
1fc67ab002
|
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
Reviewed-by: kbarrett, tschatzl, erikj, coleenp, dholmes
|
2019-11-13 11:37:29 +01:00 |
|
Erik Österlund
|
f869706f5f
|
8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
Reviewed-by: stefank, coleenp
|
2019-09-05 08:26:49 +02:00 |
|
Thomas Stuefe
|
ba3ba19536
|
8227032: MetaspaceUtils::print_report crashes when called before initialization
Reviewed-by: tschatzl, goetz
|
2019-07-01 16:28:17 +02:00 |
|
Antonios Printezis
|
dacaff48e2
|
8223575: add subspace transitions to gc+metaspace=info log lines
Reviewed-by: stuefe, tschatzl
|
2019-07-03 15:46:48 -04:00 |
|
Thomas Stuefe
|
4598deaf64
|
8227041: runtime/memory/RunUnitTestsConcurrently.java has a memory leak
Reviewed-by: stefank, coleenp
|
2019-07-02 10:28:20 +02:00 |
|
Calvin Cheung
|
f1a897b494
|
8224710: [TESTBUG] dynamicArchive/ExcludedClasses.java test failed in tier6 testing on Windows
Account for the failure in loading of the base archive in CDSTestUtils::isUnableToMap().
Reviewed-by: jiangli, iklam
|
2019-06-12 10:45:46 -07:00 |
|
Stefan Karlsson
|
4914e0ee95
|
8224203: Remove need to specify type when using FLAG_SET macros
Reviewed-by: rehn, pliden, coleenp
|
2019-05-22 13:06:31 +02:00 |
|
Calvin Cheung
|
72dc5721e0
|
8207812: Implement Dynamic CDS Archive
Improve the usability of AppCDS
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Co-authored-by: Jiangli Zhou <jianglizhou@google.com>
Reviewed-by: acorn, jiangli, mseledtsov
|
2019-05-17 08:29:55 -07:00 |
|
Coleen Phillimore
|
2a48a29c33
|
8219459: oopDesc::is_valid() is broken
Use Metaspace::contains() to test address ranges.
Reviewed-by: mdoerr, stuefe, jiangli
|
2019-05-14 08:52:51 -04:00 |
|
Thomas Stuefe
|
f891192100
|
8222015: Small VM.metaspace improvements
Reviewed-by: jiangli, coleenp
|
2019-04-05 11:52:32 +02:00 |
|
Stefan Karlsson
|
5a8ba256df
|
8223136: Move compressed oops functions to CompressedOops class
Reviewed-by: coleenp, lkorinth
|
2019-05-09 14:26:03 +02:00 |
|
Coleen Phillimore
|
fbafef11c0
|
8222811: Consolidate MutexLockerEx and MutexLocker
Make MutexLocker be MutexLockerEx implementation, remove MutexLockerEx calls.
Reviewed-by: dcubed, dholmes, pliden, rehn
|
2019-04-25 10:56:31 -04:00 |
|
Thomas Stuefe
|
be4416fdda
|
8221480: jcmd VM.metaspace shall print limits in basic mode
Reviewed-by: adinn, rehn
|
2019-03-26 16:26:33 +01:00 |
|
Thomas Stuefe
|
fb7bbfac57
|
8218988: Improve metaspace verifications
Reviewed-by: zgu, coleenp
|
2019-02-10 09:10:42 +01:00 |
|
Yasumasa Suenaga
|
e56ecb5e8c
|
8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
Reviewed-by: tschatzl, stuefe
|
2019-02-01 21:43:37 +09:00 |
|
Thomas Stuefe
|
ef3532fc67
|
8218156: "jcmd VM.metaspace basic" misreports free chunk space
Reviewed-by: zgu
|
2019-02-01 10:27:45 +01:00 |
|
Claes Redestad
|
d589fa875d
|
8217921: Runtime dead code removal
Reviewed-by: coleenp, sgehwolf, dholmes
|
2019-01-29 14:43:05 +01:00 |
|
Erik Österlund
|
cb1aebae6e
|
8214522: Last runtime locking issues for concurrent class unloading
Reviewed-by: coleenp, pliden
|
2018-12-05 08:55:42 +01:00 |
|
Coleen Phillimore
|
dce8ff4dba
|
8213751: ClassLoaderDataGraph::cld_do() should sometimes require CLDG_lock
Add version of loaded_cld_do for runtime calls.
Reviewed-by: eosterlund, rehn
|
2018-11-16 07:30:40 -05:00 |
|