hotspot/src/share/vm/classfile/symbolTable.cpp
Sun, 21 Aug 2016 20:56:37 -0400 dholmes 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Wed, 06 Apr 2016 21:53:44 -0700 iklam 8150752: Share Class Data
Sun, 17 Apr 2016 19:15:52 -0700 iklam 8150607: Clean up CompactHashtable
Mon, 04 Apr 2016 12:57:48 -0400 jprovino 8132524: Missing includes to resourceArea.hpp
Wed, 23 Mar 2016 09:00:22 -0700 iklam 8152380: Shared symbol table should never use alternate hashcode
Sat, 30 Jan 2016 11:02:29 -0500 coleenp 8145628: hotspot metadata classes shouldn't use HeapWordSize or heap related macros like align_object_size
Thu, 14 Jan 2016 15:45:31 -0500 coleenp 8145940: TempNewSymbol should have correct copy and assignment functions
Thu, 14 Jan 2016 13:26:19 +0100 david 8146690: Make all classes in GC follow the naming convention.
Wed, 02 Dec 2015 18:14:54 -0800 iklam 8143615: compactHashtable.hpp includes .inline.hpp file
Thu, 19 Nov 2015 16:14:45 +0100 brutisso 8143255: Remove debug logging from SymbolTable::unlink() and SymbolTable::possibly_parallel_unlink()
Fri, 06 Nov 2015 11:34:03 +0100 neliasso Merge
Fri, 23 Oct 2015 16:48:38 -0400 coleenp 8140274: methodHandles and constantPoolHandles should be passed as const references
Tue, 03 Nov 2015 09:41:03 +0100 thartmann 8141132: JEP 254: Compact Strings
Fri, 09 Oct 2015 09:42:33 +0200 david 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Wed, 15 Jul 2015 12:24:41 -0700 minqi 8025692: Log what methods are touched at run-time
Fri, 12 Jun 2015 17:29:14 -0400 jiangli 8015086: add interned strings to the shared archive.
Wed, 13 May 2015 15:16:06 +0200 pliden 8079792: GC directory structure cleanup
Fri, 13 Feb 2015 14:37:35 +0100 stefank 8072911: Remove includes of oop.inline.hpp from .hpp files
Wed, 14 Jan 2015 16:35:00 -0500 jiangli 8067982: Some jcmd /gc/heap_dump tests failed: hprof output contains warning or error.
Wed, 17 Dec 2014 23:34:52 -0500 jiangli 8059510: Compact symbol table layout inside shared archive.
Wed, 12 Nov 2014 13:55:59 +0100 stefank 8062808: Turn on the -Wreturn-type warning
Mon, 22 Sep 2014 18:34:35 +0400 shade 8057925: PrintSymbolTableSizeHistogram prints misleading output
Fri, 29 Aug 2014 13:08:01 +0200 mgerdin 8056084: Refactor Hashtable to allow implementations without rehashing support
Thu, 07 Aug 2014 12:18:58 -0700 zgu 8046598: Scalable Native memory tracking development
Wed, 04 Jun 2014 11:56:44 +0200 goetz 8044775: Improve usage of umbrella header atomic.inline.hpp.
Mon, 12 May 2014 09:47:57 -0400 coleenp Merge
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Wed, 07 May 2014 14:16:45 -0500 gziemski 8038654: Separate SymbolTable and StringTable code
Fri, 04 Apr 2014 09:46:10 +0200 stefank 8039244: Don't use UINT32_FORMAT and INT32_FORMAT when printing uints and ints in the GC code
Tue, 18 Mar 2014 19:07:22 +0100 pliden 8029075: String deduplication in G1
Mon, 20 Jan 2014 11:47:07 +0100 tschatzl 8027476: Improve performance of Stringtable unlink
Fri, 27 Sep 2013 10:08:56 -0400 zgu Merge
Thu, 26 Sep 2013 10:25:02 -0400 hseigel 7195622: CheckUnhandledOops has limited usefulness now
Thu, 26 Sep 2013 12:18:21 +0200 tschatzl Merge
Wed, 18 Sep 2013 07:02:10 -0700 dcubed 8019835: Strings interned in different threads equal but does not ==
Fri, 20 Sep 2013 10:53:28 +0200 stefank 8024974: Incorrect use of GC_locker::is_active()
Tue, 18 Jun 2013 12:31:07 -0700 johnc 8015237: Parallelize string table scanning during strong root processing
Mon, 27 May 2013 12:58:42 +0200 stefank 8015422: Large performance hit when the StringTable is walked twice in Parallel Scavenge
Mon, 27 May 2013 12:56:34 +0200 stefank 8015428: Remove unused CDS support from StringTable
Sat, 18 May 2013 20:41:01 -0700 iklam 8014262: PrintStringTableStatistics should include more footprint info
Mon, 29 Apr 2013 16:13:57 -0400 hseigel 8011773: Some tests on Interned String crashed JVM with OOM
Tue, 02 Apr 2013 11:28:33 +0200 mgerdin 8009763: Add WB test for String.intern()
Wed, 13 Mar 2013 15:15:56 -0400 coleenp 8009829: CDS: JDK JPRT test fails crash in Symbol::equals()
Thu, 13 Dec 2012 10:09:49 +0100 brutisso 8004661: Comment and function name java_lang_String::toHash is wrong
Sat, 01 Sep 2012 13:25:18 -0400 coleenp 6964458: Reimplement class meta-data storage to use native memory
Wed, 04 Jul 2012 15:55:45 -0400 coleenp 7181200: JVM new hashing code breaks SA in product mode
Thu, 28 Jun 2012 17:03:16 -0400 zgu 6995781: Native Memory Tracking (Phase 1)
Mon, 25 Jun 2012 21:33:35 -0400 coleenp 7178670: runtime/7158800/BadUtf8.java fails in SymbolTable::rehash_table
Wed, 13 Jun 2012 19:52:59 -0400 coleenp 7158800: Improve storage of symbol tables
Fri, 23 Mar 2012 11:16:05 -0400 coleenp 7150058: Allocate symbols from null boot loader to an arena for NMT
Wed, 11 Jan 2012 17:34:02 -0500 phh 7115199: Add event tracing hooks and Java Flight Recorder infrastructure
Thu, 31 Mar 2011 14:00:41 -0700 never 7032129: Native memory usage grow unexpectedly for vm/oom/*InternedString tests
Tue, 22 Mar 2011 13:36:33 -0700 jcoomes 6962931: move interned strings out of the perm gen
Mon, 07 Mar 2011 16:03:28 -0500 coleenp 7024584: Symbol printouts shouldnt be under PrintGCDetails
Thu, 27 Jan 2011 16:11:27 -0800 coleenp 6990754: Use native memory and reference counting to implement SymbolTable
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Thu, 27 May 2010 19:08:38 -0700 trims 6941466: Oracle rebranding changes for Hotspot repositories
Fri, 20 Mar 2009 23:19:36 -0700 jrose 6814659: separable cleanups and subroutines for 6655638
Fri, 27 Feb 2009 13:27:09 -0800 twisti 6810672: Comment typos
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip