hg: jdk9/hs/hotspot: 3 new changesets

jon.masamitsu at oracle.com jon.masamitsu at oracle.com
Fri May 30 17:04:00 UTC 2014


Changeset: 68e6defdb086
Author:    tschatzl
Date:      2014-05-26 09:31 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/68e6defdb086

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 at redhat.com>

! src/share/vm/runtime/arguments.cpp

Changeset: abd312cd8cc2
Author:    iignatyev
Date:      2014-05-26 19:21 +0400
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/abd312cd8cc2

8040250: The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME
Reviewed-by: jmasa, iignatyev
Contributed-by: dmitry.fazunenko at oracle.com

! test/gc/parallelScavenge/TestDynShrinkHeap.java

Changeset: f2fd0ad01e7d
Author:    jmasa
Date:      2014-05-29 13:01 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f2fd0ad01e7d

Merge




More information about the jdk9-all-changes mailing list