History log of /openjdk9/hotspot/src/share/vm/gc/g1/vmStructs_g1.hpp
Revision Date Author Comments
# 9950:4a2acca4e4f7 14-Jan-2016 jwilhelm

Merge


# 9916:44d8e9fd8244 07-Jan-2016 david

8146399: Refactor the BlockOffsetTable classes.
Reviewed-by: mgerdin, jwilhelm, tschatzl


# 9801:80f8be586fae 18-Dec-2015 twisti

Merge


# 9789:abbdb25d068c 14-Dec-2015 twisti

8134994: use separate VMStructs databases for SA and JVMCI
Reviewed-by: kbarrett


# 9731:0893f459e9b6 11-Dec-2015 david

8144996: Replace the HeapRegionSetCount class with an uint
Reviewed-by: brutisso, jwilhelm


# 9436:1191af6137ed 17-Nov-2015 kbarrett

8143014: Access PtrQueue member offsets through derived classes
Summary: Moved accessors to derived classes and updated callers.
Reviewed-by: tschatzl, jmasa, twisti


# 8877:859d0f2dca76 24-Aug-2015 tschatzl

8067336: Allow that PLAB allocations at the end of regions are flexible
Summary: PLAB allocations may return a buffer that is between minimum size (current allocation) and the desired size. This allows removes a large amount of fragmentation at the end of regions.
Reviewed-by: tbenson, mgerdin


# 8758:36a5ca78e3a8 23-Jul-2015 ehelin

8131319: Move G1Allocator::_summary_bytes_used back to G1CollectedHeap
Summary: G1Allocator::_summary_bytes_used fits better in G1CollectedHeap since we added the archive allocator. Move it back to the original location.
Reviewed-by: mgerdin, tbenson


# 8413:92457dfb91bd 13-May-2015 pliden

8079792: GC directory structure cleanup
Reviewed-by: brutisso, stefank, david