aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/gc_interface
AgeCommit message (Expand)Author
2014-10-308061234: ResourceContext.requestAccurateUpdate() is unreliablesjohanss
2014-10-068059466: Force young GC to initiate marking cycle when stat update is requestedsjohanss
2014-09-118058235: identify GCs initiated to update allocation context statsjcoomes
2014-09-108057824: methods to copy allocation context statisticsjcoomes
2014-08-27Mergetschatzl
2014-08-268029524: Remove unsused method CollectedHeap::unsafe_max_alloc()brutisso
2014-08-218055098: WB API should be extended to provide information about size and age ...tschatzl
2014-08-048031323: Optionally align objects copied to survivor spacesjmasa
2014-06-198043607: Add a GC id as a log decoration similar to PrintGCTimeStampsbrutisso
2014-04-118037112: gc/g1/TestHumongousAllocInitialMark.java caused SIGSEGVpliden
2014-05-228037816: Fix for 8036122 breaks build with Xcode5/clangdrchase
2014-04-118039904: dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed...coleenp
2014-04-158028497: SIGSEGV at ClassLoaderData::oops_do(OopClosure*, KlassClosure*, bool)coleenp
2014-03-318038934: Remove prefix allocated_ from methods and variables in Metaspaceehelin
2014-03-268035667: EventMetaspaceSummary doesn't report committed Metaspace memoryehelin
2014-03-218036703: Add trace event with statistics for the metaspace chunk free listsehelin
2014-03-218036696: Add metaspace gc threshold to metaspace summary trace eventehelin
2014-01-278030177: G1: Enable TLAB resizingbrutisso
2013-12-248029233: Update copyright year to match last edit in jdk8 hotspot repository ...mikael
2013-11-018016309: assert(eden_size > 0 && survivor_size > 0) failed: just checkingjwilhelm
2013-10-078024547: MaxMetaspaceSize should limit the committed memory used by the metas...stefank
2013-09-128023476: Metaspace capacity > reservedehelin
2013-08-157145569: G1: optimize nmethods scanningjohnc
2013-07-108013939: Metaspace capacity not availableehelin
2013-06-108005849: JEP 167: Event-Based JVM Tracingsla
2013-04-108011872: Include Bit Map addresses in the hs_err filesstefank
2013-01-048005672: Clean up some changes to GC logging with GCCause'sjmasa
2012-11-29Mergejohnc
2012-11-288003635: NPG: AsynchGetCallTrace broken by Method* virtual callcoleenp
2012-11-278003935: Simplify the needed includes for using Thread::current()stefank
2012-09-077195833: NPG: Rename instanceClassLoaderKlass, instanceRefKlass and instanceM...coleenp
2012-09-016964458: Reimplement class meta-data storage to use native memorycoleenp
2012-06-286995781: Native Memory Tracking (Phase 1)zgu
2012-05-157166894: Add gc cause to GC logging for all collectorsbrutisso
2012-04-164988100: oop_verify_old_oop appears to be deadbrutisso
2012-03-277156764: Remove unused size parameter from some CollectedHeap methodsbrutisso
2012-03-237103665: HeapWord*ParallelScavengeHeap::failed_mem_allocate(unsigned long,boo...brutisso
2012-02-157145537: minor tweaks to LogEventsnever
2012-02-03Mergejcoomes
2012-02-017141200: log some interesting information in ring buffers for crashesnever
2012-01-166976060: G1: humongous object allocations should initiate marking cycles when...brutisso
2012-01-027125503: Compiling collectedHeap.cpp fails with -Werror=int-to-pointer-cast w...stefank
2011-12-147121618: Change type of number of GC workers to unsigned int.jmasa
2011-12-147121373: Clean up CollectedHeap::is_instefank
2011-11-097110190: GCCause::to_string missing case for _adaptive_size_policybrutisso
2011-11-087099849: G1: include heap region information in hs_err filestonyp
2011-10-177098528: crash with java -XX:+ExtendedDTraceProbesnever
2011-09-267081933: Use zeroing elimination optimization for large arraykvn
2011-09-257089790: integrate bsd-port changesnever
2011-09-07Mergeiveresov