jwilhelm [Tue, 15 Apr 2014 18:09:53 +0200] rev 24097
8037925: CMM Testing: an allocated humongous object at the end of the heap should not prevents shrinking the heap
Summary: New test added.
Reviewed-by: ehelin, tschatzl, jwilhelm
Contributed-by: andrey.x.zakharov@oracle.com
ehelin [Mon, 14 Apr 2014 10:08:10 +0200] rev 24096
Merge
jwilhelm [Fri, 11 Apr 2014 18:28:39 +0200] rev 24095
8037924: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC
Summary: New test implemented
Reviewed-by: ehelin, tschatzl
Contributed-by: andrey.x.zakharov@oracle.com
pliden [Fri, 11 Apr 2014 12:29:24 +0200] rev 24094
8039147: Cleanup SuspendibleThreadSet
Reviewed-by: brutisso, tschatzl, mgerdin
pliden [Fri, 11 Apr 2014 11:00:12 +0200] rev 24093
8037112: gc/g1/TestHumongousAllocInitialMark.java caused SIGSEGV
Reviewed-by: brutisso, mgerdin
stefank [Wed, 09 Apr 2014 13:54:32 +0200] rev 24092
8039743: Use correct format specifier to print size_t values and pointers in the GC code
Reviewed-by: jmasa, sjohanss
Contributed-by: stefan.karlsson@oracle.com, mikael.vidstedt@oracle.com
bharadwaj [Thu, 24 Apr 2014 17:20:29 -0400] rev 24091
Merge
kvn [Tue, 22 Apr 2014 17:45:56 -0700] rev 24090
8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(!had_error) failed: bad dominance
Summary: add missing is_mem() check when we collect load nodes in SuperWord::co_locate_pack().
Reviewed-by: iveresov
bharadwaj [Fri, 18 Apr 2014 14:30:58 -0400] rev 24089
Merge
roland [Fri, 18 Apr 2014 14:25:21 +0200] rev 24088
8039975: SIGSEGV in MethodData::next_data(ProfileData*)
Summary: profiling code in interpreter broken when argument profiling is off.
Reviewed-by: iveresov, kvn
dcubed [Fri, 18 Apr 2014 10:55:41 -0700] rev 24087
Merge
hseigel [Fri, 18 Apr 2014 08:51:34 -0400] rev 24086
8040018: Remove bad assert in ClassFileParser.cpp
Summary: Remove assert that prevent throwing valid exception
Reviewed-by: coleenp, lfoltan