Wed, 21 Aug 2019 18:42:30 -0400 |
kbarrett |
8227054: ServiceThread needs to know about all OopStorage objects
|
file |
diff |
annotate
|
Thu, 18 Jul 2019 07:06:33 -0400 |
coleenp |
8227766: CheckUnhandledOops is broken in MemAllocator
|
file |
diff |
annotate
|
Mon, 24 Jun 2019 16:51:23 -0400 |
coleenp |
8214822: Move ConcurrentHashTable VALUE parameter to CONFIG
|
file |
diff |
annotate
|
Tue, 11 Jun 2019 07:31:47 -0400 |
coleenp |
8224847: gc/stress/TestReclaimStringsLeaksMemory.java fails with reserved greater than expected
|
file |
diff |
annotate
|
Mon, 20 May 2019 10:06:07 -0400 |
coleenp |
8221967: InternTest.java timed out
|
file |
diff |
annotate
|
Fri, 17 May 2019 08:29:55 -0700 |
ccheung |
8207812: Implement Dynamic CDS Archive
|
file |
diff |
annotate
|
Thu, 16 May 2019 07:09:17 -0400 |
coleenp |
8223956: Make SymbolTable and StringTable AllStatic
|
file |
diff |
annotate
|
Thu, 09 May 2019 14:26:03 +0200 |
stefank |
8223136: Move compressed oops functions to CompressedOops class
|
file |
diff |
annotate
|
Wed, 08 May 2019 11:11:50 -0500 |
gziemski |
8185525: Add JFR event for DictionarySizes
|
file |
diff |
annotate
|
Thu, 25 Apr 2019 10:56:31 -0400 |
coleenp |
8222811: Consolidate MutexLockerEx and MutexLocker
|
file |
diff |
annotate
|
Wed, 10 Apr 2019 12:05:50 +0200 |
redestad |
8221836: Avoid recalculating String.hash when zero
|
file |
diff |
annotate
|
Tue, 02 Apr 2019 11:37:11 +0200 |
redestad |
8221724: Enable archiving of Strings with hash 0
|
file |
diff |
annotate
|
Sat, 30 Mar 2019 08:26:20 -0700 |
iklam |
8221698: Remove redundant includes from popular header files
|
file |
diff |
annotate
|
Sat, 16 Feb 2019 21:15:33 +0100 |
shade |
8216049: stringTable::intern creates redundant String when looking up existing one
|
file |
diff |
annotate
|
Thu, 31 Jan 2019 10:29:53 -0500 |
coleenp |
8213753: SymbolTable is double walked during class unloading and clean up table timing in do_unloading
|
file |
diff |
annotate
|
Tue, 29 Jan 2019 11:30:17 +0100 |
tschatzl |
8213229: Investigate treating StringTable as weak in young collections
|
file |
diff |
annotate
|
Mon, 10 Dec 2018 11:59:55 -0600 |
gziemski |
8209387: Follow ups to JDK-8195100 Use a low latency hashtable for SymbolTable
|
file |
diff |
annotate
|
Wed, 28 Nov 2018 11:06:27 +0100 |
rehn |
8213791: StringTable: Use get and insert
|
file |
diff |
annotate
|
Wed, 14 Nov 2018 07:50:37 +0100 |
rehn |
8213574: Deadlock in string table expansion when dumping lots of CDS classes
|
file |
diff |
annotate
|
Sat, 03 Nov 2018 15:40:19 -0400 |
jiangli |
8212995: Placing the Integer.IntegerCache and cached Integer objects in the closed archive heap region.
|
file |
diff |
annotate
|
Tue, 09 Oct 2018 15:58:07 -0400 |
jiangli |
8206009: Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp
|
file |
diff |
annotate
|
Mon, 08 Oct 2018 16:29:10 -0700 |
iklam |
8210388: Use hash table to store archived subgraph_info records
|
file |
diff |
annotate
|
Tue, 18 Sep 2018 21:47:14 -0700 |
iklam |
8210875: Refactor CompactHashtable
|
file |
diff |
annotate
|
Tue, 18 Sep 2018 21:46:17 -0700 |
iklam |
8210864: Reduce the use of metaspaceShared.hpp
|
file |
diff |
annotate
|
Mon, 27 Aug 2018 17:20:29 -0400 |
zgu |
8209852: Counters in StringCleaningTask should be type of size_t
|
file |
diff |
annotate
|
Tue, 14 Aug 2018 18:42:14 -0500 |
gziemski |
8195100: Use a low latency hashtable for SymbolTable
|
file |
diff |
annotate
|
Wed, 08 Aug 2018 15:31:07 +0200 |
tschatzl |
8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
|
file |
diff |
annotate
|
Sun, 08 Jul 2018 12:43:05 -0400 |
jiangli |
8202035: Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module.
|
file |
diff |
annotate
|
Wed, 27 Jun 2018 12:46:15 +0200 |
rehn |
8205583: Crash in ConcurrentHashTable do_bulk_delete_locked_for
|
file |
diff |
annotate
|
Mon, 18 Jun 2018 16:13:21 +0200 |
rehn |
8204857: ConcurrentHashTable: Fix parallel processing
|
file |
diff |
annotate
|
Thu, 14 Jun 2018 07:26:27 +0200 |
rehn |
8204613: StringTable: Calculates wrong number of uncleaned items.
|
file |
diff |
annotate
|
Thu, 07 Jun 2018 14:11:56 +0200 |
rehn |
8195097: Make it possible to process StringTable outside safepoint
|
file |
diff |
annotate
|
Wed, 23 May 2018 09:43:41 +0200 |
stefank |
8203490: StringTable::dump lacks a load barrier
|
file |
diff |
annotate
|
Mon, 07 May 2018 14:57:25 +0200 |
stefank |
8202647: Add deduplicate_string function to CollectedHeap
|
file |
diff |
annotate
|
Fri, 04 May 2018 11:41:35 +0200 |
stefank |
8200729: Conditional compilation of GCs
|
file |
diff |
annotate
|
Tue, 10 Apr 2018 12:21:05 +0200 |
stefank |
8201244: Clean out unnecessary includes of heap headers
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 18:54:12 +0100 |
stefank |
8200106: Move NoSafepointVerifier out from gcLocker.hpp
|
file |
diff |
annotate
|
Wed, 14 Mar 2018 12:12:00 +0100 |
simonis |
8199472: Fix non-PCH build after JDK-8199319
|
file |
diff |
annotate
|
Fri, 02 Mar 2018 17:25:55 -0500 |
jiangli |
8194759: Support caching class mirror objects.
|
file |
diff |
annotate
|
Thu, 22 Feb 2018 10:39:42 +0100 |
eosterlund |
8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
|
file |
diff |
annotate
|
Mon, 08 Jan 2018 16:21:23 +0100 |
eosterlund |
8192003: Refactor weak references in StringTable to use the Access API
|
file |
diff |
annotate
|
Tue, 12 Sep 2017 19:03:39 +0200 |
erikj |
8187443: Forest Consolidation: Move files to unified layout
|
file |
diff |
annotate
| base
|