src/hotspot/share/memory/universe.cpp
Wed, 02 Oct 2019 16:55:08 -0700 ccheung 8231606: _method_ordering is not set during CDS dynamic dump time
Wed, 18 Sep 2019 07:46:02 +0200 stuefe Merge stuefe-new-metaspace-branch
Tue, 17 Sep 2019 09:51:02 +0200 pliden 8230841: Remove oopDesc::equals()
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()
Wed, 21 Aug 2019 18:42:30 -0400 kbarrett 8227054: ServiceThread needs to know about all OopStorage objects
Tue, 06 Aug 2019 10:48:21 +0200 stefank 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
Sun, 20 May 2018 22:18:11 +0200 shade Merge epsilon-gc-branch
Fri, 04 May 2018 19:16:56 +0200 shade Merge epsilon-gc-branch
Thu, 03 May 2018 09:43:47 +0200 shade Merge epsilon-gc-branch
Thu, 26 Apr 2018 17:59:02 +0200 shade Merge epsilon-gc-branch
Mon, 23 Apr 2018 12:32:25 +0200 shade Merge epsilon-gc-branch
Thu, 19 Apr 2018 14:17:54 +0200 shade Merge epsilon-gc-branch
Wed, 18 Apr 2018 09:46:53 +0200 shade Merge epsilon-gc-branch
Fri, 13 Apr 2018 10:31:49 +0200 shade Merge epsilon-gc-branch
Tue, 10 Apr 2018 11:14:50 +0200 shade Merge epsilon-gc-branch
Mon, 26 Mar 2018 09:56:36 +0200 shade Merge epsilon-gc-branch
Mon, 12 Mar 2018 12:22:21 +0100 shade Merge epsilon-gc-branch
Thu, 07 Dec 2017 13:05:31 +0100 shade Merge epsilon-gc-branch
Thu, 30 Nov 2017 17:13:33 +0100 shade Merge epsilon-gc-branch
Mon, 06 Nov 2017 18:53:38 +0100 shade Initial import of Epsilon sources from jdk10/sandbox epsilon-gc-branch
Fri, 17 May 2019 08:29:55 -0700 ccheung 8207812: Implement Dynamic CDS Archive
Tue, 14 May 2019 11:29:18 -0400 coleenp 8223657: Remove unused THREAD argument from SymbolTable functions
Thu, 09 May 2019 14:28:30 +0200 stefank 8223624: Cleanup includes of universe.hpp
Thu, 09 May 2019 14:26:03 +0200 stefank 8223136: Move compressed oops functions to CompressedOops class
Mon, 15 Apr 2019 11:47:46 +0200 stefank 8198505: Remove CollectorPolicy and its subclasses
Thu, 25 Apr 2019 10:56:31 -0400 coleenp 8222811: Consolidate MutexLockerEx and MutexLocker
Wed, 17 Apr 2019 07:41:09 +0200 stefank 8222558: Rework ResolvedMethodTable verification
Tue, 26 Feb 2019 08:01:20 -0500 coleenp 8181171: Deleting method for RedefineClasses breaks ResolvedMethodName
Tue, 29 Jan 2019 14:43:05 +0100 redestad 8217921: Runtime dead code removal
Tue, 04 Dec 2018 18:55:06 +0100 neliasso 8214773: Replace use of thread unsafe strtok
Thu, 06 Dec 2018 15:44:40 +0100 tschatzl 8214850: Rename vm_operations.?pp files to vmOperations.?pp files
Fri, 30 Nov 2018 15:29:19 +0100 eosterlund 8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
Tue, 06 Nov 2018 16:04:50 -0800 dlong 8212605: Pure-Java implementation of AccessController.doPrivileged
Thu, 01 Nov 2018 14:57:26 +0100 eosterlund 8212681: Refactor IC locking to use a fine grained CompiledICLocker
Wed, 31 Oct 2018 14:38:14 -0400 coleenp 8213211: [BACKOUT] Allow Klass::_subklass and _next_sibling to have unloaded classes
Mon, 29 Oct 2018 10:21:34 -0400 coleenp 8212958: Allow Klass::_subklass and _next_sibling to have unloaded classes
Tue, 09 Oct 2018 15:58:07 -0400 jiangli 8206009: Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp
Fri, 05 Oct 2018 20:03:14 +0200 dnsimon 8208686: [AOT] JVMTI ResourceExhausted event repeated for same allocation
Fri, 28 Sep 2018 16:07:39 -0400 coleenp 8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
Fri, 07 Sep 2018 15:18:14 -0400 jiangli 8209971: TestOptionsWithRanges.java crashes in CDS mode with G1UpdateBufferSize=1.
Fri, 31 Aug 2018 07:03:46 -0400 coleenp 8210155: Lock ClassLoaderDataGraph
Tue, 28 Aug 2018 18:17:01 -0400 coleenp 8209958: Clean up duplicate basic array type statics in Universe
Sat, 25 Aug 2018 11:10:21 -0400 coleenp 8209821: Make JVMTI GetClassLoaderClasses not walk CLDG
Tue, 14 Aug 2018 09:59:37 -0700 iklam 8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
Tue, 07 Aug 2018 15:45:07 -0700 iklam 8208999: Some use of Klass* should be replaced by InstanceKlass*
Thu, 26 Apr 2018 13:40:58 -0700 iklam 8197954: Remove unnecessary intermediary APIs from AppCDS implementation
Fri, 04 May 2018 11:41:35 +0200 stefank 8200729: Conditional compilation of GCs
Wed, 02 May 2018 09:26:10 -0700 ccheung 8200466: Revisit the setting of _transitive_interfaces in InstanceKlass
Thu, 26 Apr 2018 11:19:05 -0500 gziemski 8202150: [REDO] Split globals.hpp to factor out the Flag class
Mon, 23 Apr 2018 14:51:16 -0500 gziemski 8202151: [BACKOUT] Split globals.hpp to factor out the Flag class
Mon, 23 Apr 2018 10:59:39 -0500 gziemski 8081519: Split globals.hpp to factor out the Flag class
Fri, 20 Apr 2018 14:30:57 -0700 kvn 8201850: [AOT] vm crash when run test compiler/aot/fingerprint/SelfChangedCDS.java
Wed, 18 Apr 2018 18:43:04 -0400 coleenp 8201556: Disallow reading oops in ClassLoaderData if unloading
Tue, 10 Apr 2018 10:06:42 -0400 coleenp 8198313: Wrap holder object for ClassLoaderData in a WeakHandle
Tue, 03 Apr 2018 13:15:27 +0200 rkennke 8199781: Don't use naked == for comparing oops
Wed, 28 Mar 2018 11:38:47 +0200 pliden 8199925: Break out GC selection logic from GCArguments to GCConfig
Mon, 26 Mar 2018 12:44:39 +0200 pliden 8199850: Move parsing of VerifyGCType to G1
Fri, 23 Mar 2018 18:54:12 +0100 stefank 8200106: Move NoSafepointVerifier out from gcLocker.hpp
Tue, 20 Mar 2018 22:54:02 +0800 smonteith 8193266: AArch64: TestOptionsWithRanges.java SIGSEGV
less more (0) -60 tip