Mon, 26 May 2014 19:21:01 +0400 8040250: The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME
iignatyev [Mon, 26 May 2014 19:21:01 +0400] rev 24667
8040250: The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME Reviewed-by: jmasa, iignatyev Contributed-by: dmitry.fazunenko@oracle.com
Mon, 26 May 2014 09:31:43 +0200 8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx
tschatzl [Mon, 26 May 2014 09:31:43 +0200] rev 24666
8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx Summary: The mismatch in declaration and definition has been encountered when compiling on a platform where the sizes are different. Change the method definition to match the declaration. Reviewed-by: tschatzl, sjohanss Contributed-by: Dan Horak <dhorak@redhat.com>
Tue, 27 May 2014 08:44:23 -0700 8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
minqi [Tue, 27 May 2014 08:44:23 -0700] rev 24665
8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize Summary: In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. Reviewed-by: dholmes, iklam, jiangli, coleenp Contributed-by: yumin.qi@oracle.com
Fri, 23 May 2014 21:34:49 +0000 Merge
coleenp [Fri, 23 May 2014 21:34:49 +0000] rev 24664
Merge
Fri, 23 May 2014 16:54:01 -0400 8043925: Fix typo in verifier.cpp
coleenp [Fri, 23 May 2014 16:54:01 -0400] rev 24663
8043925: Fix typo in verifier.cpp Summary: Fix lookupswitch Reviewed-by: sla, coleenp Contributed-by: ygaevsky@azulsystems.com
Fri, 23 May 2014 16:43:47 -0400 Merge
coleenp [Fri, 23 May 2014 16:43:47 -0400] rev 24662
Merge
Thu, 22 May 2014 13:22:09 -0700 8042155: [TESTBUG] Tests for stack guard pages have to be cleaned up
dsamersoff [Thu, 22 May 2014 13:22:09 -0700] rev 24661
8042155: [TESTBUG] Tests for stack guard pages have to be cleaned up Summary: Tests for 6929067 and 8009062 should be composed to single test that provide better testing for stack guard pages behaviour Reviewed-by: coleenp, dcubed, dsimms
Thu, 22 May 2014 11:36:23 -0400 8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
lfoltan [Thu, 22 May 2014 11:36:23 -0400] rev 24660
8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013 Summary: Factor out definitions of copysignA and scalbnA into new file sharedRuntimeMath.hpp Reviewed-by: dholmes, coleenp, kvn
Thu, 22 May 2014 09:12:29 +0200 8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method
allwin [Thu, 22 May 2014 09:12:29 +0200] rev 24659
8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method Reviewed-by: dholmes, sspitsyn
Wed, 21 May 2014 14:36:18 -0400 8042727: nsk/jdb/unwatch/unwatch001 crash in InstanceKlass::methods_do(void (*)(Method*))
coleenp [Wed, 21 May 2014 14:36:18 -0400] rev 24658
8042727: nsk/jdb/unwatch/unwatch001 crash in InstanceKlass::methods_do(void (*)(Method*)) Summary: Only walk methods in instanceklass if the class is loaded Reviewed-by: dholmes, fparain
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip