jdk/hotspot/src/share/vm/memory
Erik Helin e88724d567 Merge
2014-03-14 13:27:18 +01:00
..
allocation.cpp Merge 2014-01-28 12:25:34 -08:00
allocation.hpp Merge 2014-02-19 12:08:49 -08:00
allocation.inline.hpp 8021954: VM SIGSEGV during classloading on MacOS; hs_err_pid file produced 2013-08-29 18:56:29 -04:00
barrierSet.cpp 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass 2011-04-05 14:12:31 -07:00
barrierSet.hpp Merge 2014-02-19 12:08:49 -08:00
barrierSet.inline.hpp 8029396: PPC64 (part 212): Several memory ordering fixes in C-code 2013-12-02 10:26:14 +01:00
binaryTreeDictionary.cpp 8034171: Remove use of template template parameters from binaryTreeDictionary 2014-02-11 09:34:50 +01:00
binaryTreeDictionary.hpp 8034171: Remove use of template template parameters from binaryTreeDictionary 2014-02-11 09:34:50 +01:00
blockOffsetTable.cpp 8025856: Fix typos in the GC code 2014-01-23 14:47:23 +01:00
blockOffsetTable.hpp 8025856: Fix typos in the GC code 2014-01-23 14:47:23 +01:00
blockOffsetTable.inline.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
cardTableModRefBS.cpp Merge 2014-02-19 12:08:49 -08:00
cardTableModRefBS.hpp 8029396: PPC64 (part 212): Several memory ordering fixes in C-code 2013-12-02 10:26:14 +01:00
cardTableRS.cpp 8025856: Fix typos in the GC code 2014-01-23 14:47:23 +01:00
cardTableRS.hpp 8031776: Remove the unnecessary enum GenRemSet::Name 2014-01-20 17:15:55 +01:00
collectorPolicy.cpp 8035057: NewSize ergonomics wrong when setting small or unaligned size on command line 2014-02-21 09:48:52 +01:00
collectorPolicy.hpp 8033426: Scale initial NewSize using NewRatio if not set on command line 2014-02-05 11:05:13 +01:00
defNewGeneration.cpp 8034761: Remove the do_code_roots parameter from process_strong_roots 2014-02-13 17:44:39 +01:00
defNewGeneration.hpp 8030177: G1: Enable TLAB resizing 2014-01-27 13:14:53 +01:00
defNewGeneration.inline.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
filemap.cpp 8033990: Add message to verbose output to indicate when JVM was unable to use shared archive (with -Xshare:auto) 2014-03-05 12:31:09 -05:00
filemap.hpp 8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces 2013-10-07 15:51:08 +02:00
freeBlockDictionary.cpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
freeBlockDictionary.hpp 7045397: NPG: Add freelists to class loader arenas 2012-09-18 23:35:42 -07:00
freeList.cpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
freeList.hpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
gcLocker.cpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
gcLocker.hpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
gcLocker.inline.hpp 7144318: GCLocker assert failure: assert(_needs_gc || SafepointSynchronize::is_at_safepoint( 2012-02-16 11:33:49 -08:00
genCollectedHeap.cpp 8034761: Remove the do_code_roots parameter from process_strong_roots 2014-02-13 17:44:39 +01:00
genCollectedHeap.hpp 8034761: Remove the do_code_roots parameter from process_strong_roots 2014-02-13 17:44:39 +01:00
generation.cpp 8028128: Add a type safe alternative for working with counter based data 2013-11-23 12:25:13 +01:00
generation.hpp 8030177: G1: Enable TLAB resizing 2014-01-27 13:14:53 +01:00
generation.inline.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
generationSpec.cpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
generationSpec.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
genMarkSweep.cpp 8034764: Use process_strong_roots to adjust the StringTable 2014-02-14 09:29:56 +01:00
genMarkSweep.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
genOopClosures.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
genOopClosures.inline.hpp 8031776: Remove the unnecessary enum GenRemSet::Name 2014-01-20 17:15:55 +01:00
genRemSet.cpp 8031776: Remove the unnecessary enum GenRemSet::Name 2014-01-20 17:15:55 +01:00
genRemSet.hpp 8025856: Fix typos in the GC code 2014-01-23 14:47:23 +01:00
genRemSet.inline.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
heap.cpp 8029799: vm/mlvm/anonloader/stress/oome prints warning: CodeHeap: # of free blocks > 10000 2014-03-07 07:42:40 +01:00
heap.hpp 8029799: vm/mlvm/anonloader/stress/oome prints warning: CodeHeap: # of free blocks > 10000 2014-03-07 07:42:40 +01:00
heapInspection.cpp 8016325: JVM hangs verifying system dictionary 2013-06-24 18:55:46 -04:00
heapInspection.hpp 8025856: Fix typos in the GC code 2014-01-23 14:47:23 +01:00
iterator.cpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
iterator.hpp 8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do 2014-02-21 10:01:20 +01:00
memRegion.cpp 8021954: VM SIGSEGV during classloading on MacOS; hs_err_pid file produced 2013-08-29 18:56:29 -04:00
memRegion.hpp 8021954: VM SIGSEGV during classloading on MacOS; hs_err_pid file produced 2013-08-29 18:56:29 -04:00
metachunk.cpp 8026392: Metachunks and Metablocks are using a too large alignment 2013-10-15 14:32:20 +02:00
metachunk.hpp 8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains 2014-01-07 13:26:56 -05:00
metadataFactory.hpp 8024667: VM crashes with "assert(method() != NULL) failed: must have set method" 2013-10-12 15:39:16 -04:00
metaspace.cpp 8034171: Remove use of template template parameters from binaryTreeDictionary 2014-02-11 09:34:50 +01:00
metaspace.hpp Merge 2014-01-28 12:25:34 -08:00
metaspaceCounters.cpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
metaspaceCounters.hpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
metaspaceShared.cpp 8025856: Fix typos in the GC code 2014-01-23 14:47:23 +01:00
metaspaceShared.hpp 7189254: Change makefiles for more flexibility to override defaults 2012-10-10 14:35:58 -04:00
modRefBarrierSet.hpp Merge 2014-02-19 12:08:49 -08:00
oopFactory.cpp 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass 2012-09-29 06:40:00 -04:00
oopFactory.hpp 8005849: JEP 167: Event-Based JVM Tracing 2013-06-10 11:30:51 +02:00
padded.hpp 8022880: False sharing between PSPromotionManager instances 2013-05-31 14:32:44 +02:00
padded.inline.hpp 8022880: False sharing between PSPromotionManager instances 2013-05-31 14:32:44 +02:00
referencePolicy.cpp 7098282: G1: assert(interval >= 0) failed: Sanity check, referencePolicy.cpp: 76 2011-10-12 10:25:51 -07:00
referencePolicy.hpp 7197424: update copyright year to match last edit in jdk8 hotspot repository 2012-10-09 10:09:34 -07:00
referenceProcessor.cpp 8031703: Missing post-barrier in ReferenceProcessor 2014-02-06 14:12:43 +01:00
referenceProcessor.hpp 8031703: Missing post-barrier in ReferenceProcessor 2014-02-06 14:12:43 +01:00
referenceProcessorStats.hpp 8017323: JDK8 b95 source with GPL header errors 2013-06-26 11:25:42 -07:00
referenceType.hpp 8005849: JEP 167: Event-Based JVM Tracing 2013-06-10 11:30:51 +02:00
resourceArea.cpp 8003935: Simplify the needed includes for using Thread::current() 2012-11-27 14:20:21 +01:00
resourceArea.hpp 8025856: Fix typos in the GC code 2014-01-23 14:47:23 +01:00
sharedHeap.cpp 8034764: Use process_strong_roots to adjust the StringTable 2014-02-14 09:29:56 +01:00
sharedHeap.hpp 8034764: Use process_strong_roots to adjust the StringTable 2014-02-14 09:29:56 +01:00
space.cpp 8025856: Fix typos in the GC code 2014-01-23 14:47:23 +01:00
space.hpp Merge 2014-02-19 12:08:49 -08:00
space.inline.hpp 7197424: update copyright year to match last edit in jdk8 hotspot repository 2012-10-09 10:09:34 -07:00
specialized_oop_closures.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
specialized_oop_closures.hpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
tenuredGeneration.cpp 8025856: Fix typos in the GC code 2014-01-23 14:47:23 +01:00
tenuredGeneration.hpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
threadLocalAllocBuffer.cpp 8030177: G1: Enable TLAB resizing 2014-01-27 13:14:53 +01:00
threadLocalAllocBuffer.hpp 8030177: G1: Enable TLAB resizing 2014-01-27 13:14:53 +01:00
threadLocalAllocBuffer.inline.hpp 7003125: precompiled.hpp is included when precompiled headers are not used 2010-12-01 15:04:06 +01:00
universe.cpp Merge 2014-02-19 12:08:49 -08:00
universe.hpp 8016839: JSR292: AME instead of IAE when calling a method 2013-11-26 18:16:04 -05:00
universe.inline.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
watermark.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00