log src/share/vm/memory/metaspace.hpp @ 20804:7848fc12602b

age author description
Tue, 07 Apr 2015 14:58:49 +0200 Gilles Duboscq Merge with jdk8u40-b25
Wed, 01 Oct 2014 16:09:01 +0200 ehelin 8049599: MetaspaceGC::_capacity_until_GC can overflow
Thu, 21 Aug 2014 13:57:51 -0700 iklam 8046070: Class Data Sharing clean up and refactoring
Wed, 15 Oct 2014 16:02:50 +0200 Gilles Duboscq Merge with jdk8u20-b26
Fri, 13 Jun 2014 08:44:11 +0200 ehelin 8042933: assert(capacity_until_gc >= committed_bytes) failed
Thu, 15 May 2014 18:23:26 -0400 coleenp 8038212: Method::is_valid_method() check has performance regression impact for stackwalking
Mon, 31 Mar 2014 17:09:38 +0200 ehelin 8038934: Remove prefix allocated_ from methods and variables in Metaspace
Tue, 25 Mar 2014 17:07:36 -0700 kvn Merge
Fri, 21 Mar 2014 10:31:51 +0100 ehelin 8036703: Add trace event with statistics for the metaspace chunk free lists
Fri, 21 Mar 2014 10:28:07 +0100 ehelin 8036701: Add trace event when a metaspace throws out of memory error
Fri, 21 Mar 2014 10:20:00 +0100 ehelin 8036699: Add trace event when a metaspace allocation fails
Fri, 21 Mar 2014 10:17:47 +0100 ehelin 8036698: Add trace event for updates to metaspace gc threshold
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Tue, 28 Jan 2014 12:25:34 -0800 kvn Merge
Tue, 10 Dec 2013 14:29:43 +0100 goetz 8029888: PPC64: (part 219): adl replacement variable CondRegister
Thu, 21 Nov 2013 19:00:57 -0800 goetz 8028767: PPC64: (part 121): smaller shared changes needed to build C2
Tue, 07 Jan 2014 13:26:56 -0500 coleenp 8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
Fri, 25 Oct 2013 15:19:29 -0400 coleenp 8024927: Nashorn performance regression with CompressedOops
Fri, 25 Oct 2013 11:05:32 -0400 hseigel 8026822: metaspace/flags/maxMetaspaceSize throws OOM of unexpected type.java.lang.OutOfMemoryError: Compressed class space
Tue, 15 Oct 2013 14:28:51 +0200 stefank 8026391: The Metachunk header wastes memory
Mon, 07 Oct 2013 15:51:08 +0200 stefank 8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces
Fri, 27 Sep 2013 10:23:12 +0200 mgerdin 8025279: metaspace/flags/maxMetaspaceSize throws OOM: out of Compressed Klass space
Sat, 21 Sep 2013 10:09:42 +0200 stefank 8025096: Move the ChunkManager instances out of the VirtualSpaceLists
Thu, 12 Sep 2013 10:15:54 +0200 stefank 8024638: Count and expose the amount of committed memory in the metaspaces
Thu, 12 Sep 2013 10:15:30 +0200 ehelin 8023476: Metaspace capacity > reserved
Mon, 12 Aug 2013 17:37:02 +0200 ehelin 8015107: NPG: Use consistent naming for metaspace concepts
Wed, 07 Aug 2013 16:47:32 +0200 ehelin 8014659: NPG: performance counters for compressed klass space
Thu, 15 Aug 2013 20:04:10 -0400 hseigel 8003424: Enable Class Data Sharing for CompressedOops
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Tue, 28 May 2013 16:36:19 -0700 iklam 8014912: Restore PrintSharedSpaces functionality after NPG