src/hotspot/share/memory/metaspace.cpp
Wed, 16 Oct 2019 16:10:24 +0200 stuefe Remove experimental MetaspaceSeparateMicroCLDs feature, since its effect was underwhelming stuefe-new-metaspace-branch
Wed, 25 Sep 2019 12:40:57 +0200 stuefe add experimental option to cluster micro clds. stuefe-new-metaspace-branch
Tue, 10 Sep 2019 14:31:38 +0200 stuefe Remove always-use-class-space feature stuefe-new-metaspace-branch
Tue, 10 Sep 2019 09:24:05 +0200 stuefe Initial changes for new metaspace. Only tested for Linux x64. stuefe-new-metaspace-branch
Thu, 05 Sep 2019 08:26:49 +0200 eosterlund 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
Mon, 08 Jul 2019 22:30:19 +0200 stuefe initial commit stuefe-improved-metaspace
Mon, 01 Jul 2019 16:28:17 +0200 stuefe 8227032: MetaspaceUtils::print_report crashes when called before initialization
Wed, 03 Jul 2019 15:46:48 -0400 tonyp 8223575: add subspace transitions to gc+metaspace=info log lines
Tue, 02 Jul 2019 10:28:20 +0200 stuefe 8227041: runtime/memory/RunUnitTestsConcurrently.java has a memory leak
Wed, 12 Jun 2019 10:45:46 -0700 ccheung 8224710: [TESTBUG] dynamicArchive/ExcludedClasses.java test failed in tier6 testing on Windows
Wed, 22 May 2019 13:06:31 +0200 stefank 8224203: Remove need to specify type when using FLAG_SET macros
Fri, 17 May 2019 08:29:55 -0700 ccheung 8207812: Implement Dynamic CDS Archive
Tue, 14 May 2019 08:52:51 -0400 coleenp 8219459: oopDesc::is_valid() is broken
Fri, 05 Apr 2019 11:52:32 +0200 stuefe 8222015: Small VM.metaspace improvements
Thu, 09 May 2019 14:26:03 +0200 stefank 8223136: Move compressed oops functions to CompressedOops class
Thu, 25 Apr 2019 10:56:31 -0400 coleenp 8222811: Consolidate MutexLockerEx and MutexLocker
Tue, 26 Mar 2019 16:26:33 +0100 stuefe 8221480: jcmd VM.metaspace shall print limits in basic mode
Sun, 10 Feb 2019 09:10:42 +0100 stuefe 8218988: Improve metaspace verifications
Fri, 01 Feb 2019 21:43:37 +0900 ysuenaga 8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
Fri, 01 Feb 2019 10:27:45 +0100 stuefe 8218156: "jcmd VM.metaspace basic" misreports free chunk space
Tue, 29 Jan 2019 14:43:05 +0100 redestad 8217921: Runtime dead code removal
Wed, 05 Dec 2018 08:55:42 +0100 eosterlund 8214522: Last runtime locking issues for concurrent class unloading
Fri, 16 Nov 2018 07:30:40 -0500 coleenp 8213751: ClassLoaderDataGraph::cld_do() should sometimes require CLDG_lock
Thu, 01 Nov 2018 10:59:05 -0700 iklam 8213250: CDS archive creation aborts due to metaspace object allocation failure
Wed, 31 Oct 2018 19:56:51 -0700 iignatyev 8177711: Convert TestVirtualSpaceNode_test to GTest
Thu, 25 Oct 2018 21:40:17 -0700 ccheung 8209598: Clean up how messages are printed when CDS aborts start-up
Thu, 04 Oct 2018 16:39:07 +0200 mdoerr 8210754: print_location is not reliable enough (printing register info)
Fri, 28 Sep 2018 16:07:39 -0400 coleenp 8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
Mon, 20 Aug 2018 08:25:57 -0400 lfoltan 8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation
Wed, 08 Aug 2018 15:31:07 +0200 tschatzl 8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
Wed, 11 Jul 2018 16:11:10 +0200 goetz 8206977: Minor improvements of runtime code.
Wed, 06 Jun 2018 10:45:40 -0400 coleenp 8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
Mon, 04 Jun 2018 10:18:43 -0400 coleenp 8204195: Clean up macroAssembler.inline.hpp and other inline.hpp files included in .hpp files
Mon, 04 Jun 2018 07:12:26 +0200 stuefe 8204164: OOM-only logging in Metaspace
Wed, 30 May 2018 17:30:06 +0200 stuefe 8203219: VM.metaspace jcmd should optionally show loaded classes for loaders
Mon, 28 May 2018 12:10:18 +0200 tschatzl 8203262: Incorrect cmpxchg usage in MetaspaceGC::inc_capacity_until_GC
Mon, 21 May 2018 11:33:59 +0200 stuefe 8176808: Split up metaspace.cpp
Tue, 15 May 2018 19:26:00 -0400 aharlap 8189271: Metaspace::_capacity_until_GC should be size_t
Wed, 09 May 2018 06:51:41 +0200 stuefe 8202634: Metaspace: simplify SpaceManager lists
Mon, 07 May 2018 20:42:36 +0200 stuefe 8185034: Cleanup and consolidate Metaspace coding
Sat, 05 May 2018 12:38:15 -0400 kbarrett 8202672: Build failed in metaspace.cpp with VS2017
Tue, 24 Apr 2018 18:06:32 +0200 stuefe 8201572: Improve Metaspace Statistics
Mon, 30 Apr 2018 15:55:21 +0200 stuefe 8202424: Metaspace: on chunk retirement, use correct lower limit on chunksize when adding blocks to free blocks list
Fri, 20 Apr 2018 09:44:24 +0200 stuefe 8202074: Metaspace: If humongous chunk is added to SpaceManager, previous current chunk may not get retired correctly.
Mon, 23 Apr 2018 16:25:16 +0200 stuefe 8202073: MetaspaceAllocationTest gtest shall lock during space creation
Fri, 06 Apr 2018 11:37:26 +0200 stefank 8200735: Move CMS specific code from binaryTreeDictionary and freeList to CMS files
Thu, 29 Mar 2018 21:48:38 -0700 ccheung 8200078: [Graal] runtime/appcds/GraalWithLimitedMetaspace.java crashes in visit_all_interfaces
Mon, 26 Mar 2018 09:35:20 -0400 coleenp 8198760: Move global lock SpaceManager::_expand_lock to MutexLocker.cpp
Fri, 23 Mar 2018 18:54:12 +0100 stefank 8200106: Move NoSafepointVerifier out from gcLocker.hpp
Mon, 19 Mar 2018 11:38:45 +0100 stuefe 8199667: Unify metaspace list index handling and reinstantiate ChunkManager listindex gtest
Thu, 15 Mar 2018 07:43:07 +0100 stuefe 8199656: Make slow metaspace verifications switchable in debug builds
Thu, 15 Mar 2018 07:20:32 +0100 stuefe 8199432: metaspace: fix wrong comment and condition in SpaceManager::verify()
Thu, 15 Mar 2018 07:15:39 +0100 stuefe 8199431: Split up class Metaspace into a static and a non-static part
Tue, 13 Mar 2018 16:21:45 -0400 zgu 8191924: Adjust DelegatingClassLoader's metadata space sizing algorithm
Sun, 11 Mar 2018 07:11:03 +0100 stuefe 8199430: Rename MetaspaceAux to something more meaningful
Tue, 13 Mar 2018 20:06:34 +0100 stuefe 8199518: test/hotspot/jtreg/runtime/SelectionResolution tests take a lot longer to run with fastdebug after JDK-8198423
Fri, 09 Mar 2018 13:36:39 -0800 ccheung 8196626: [Graal] runtime/appcds/UseAppCDS.java crashes with "VM thread using lock Heap_lock (not allowed to block on)"
Fri, 09 Mar 2018 12:03:20 -0500 coleenp Merge
Tue, 06 Mar 2018 19:24:13 +0100 stuefe 8198423: Improve metaspace chunk allocation
Fri, 09 Mar 2018 10:46:02 -0500 coleenp 8173070: Remove ValueObj class for allocation subclassing for runtime code
less more (0) -60 tip