hg: hsx/hotspot-rt/hotspot: 2 new changesets

2013-05-01 Thread vladimir . danushevsky
Changeset: b4081e9714ec Author:vladidan Date: 2013-04-30 17:36 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/b4081e9714ec 8013398: Adjust number of stack guard pages on systems with large memory page size Summary: Auto adjust number of stack guard pages on system

hg: jdk8/tl/jdk: 8005545: Add System property to identify ARCH specific details such as ARM hard-float binaries

2013-02-27 Thread vladimir . danushevsky
Changeset: 093fdf8937bd Author:vladidan Date: 2013-02-22 17:12 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/093fdf8937bd 8005545: Add System property to identify ARCH specific details such as ARM hard-float binaries Summary: Adding sun.os.abi Java Property support Reviewed

hg: hsx/hotspot-rt/hotspot: 12 new changesets

2011-12-27 Thread vladimir . danushevsky
Changeset: 3c648b9ad052 Author:stefank Date: 2011-12-14 12:15 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/3c648b9ad052 7121373: Clean up CollectedHeap::is_in Summary: Fixed G1CollectedHeap::is_in, added tests, cleaned up comments and made Space::is_in pure virt

hg: hsx/hotspot-rt/hotspot: 8 new changesets

2011-12-19 Thread vladimir . danushevsky
Changeset: 6d7d0790074d Author:jmasa Date: 2011-12-09 19:28 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/6d7d0790074d 7119584: UseParallelGC barrier task can be overwritten. Summary: Provoke a GC for a metadata allocation failure. Reviewed-by: johnc, iveresov !

hg: hsx/hotspot-rt/hotspot: 20 new changesets

2011-12-12 Thread vladimir . danushevsky
Changeset: e8fdaf4a66cb Author:kvn Date: 2011-11-10 20:17 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/e8fdaf4a66cb 7110586: C2 generates incorrect results Summary: Exact limit of empty loop calculated incorrectly. Reviewed-by: iveresov, never ! src/share/vm/opt

hg: hsx/hotspot-rt/hotspot: 19 new changesets

2011-12-06 Thread vladimir . danushevsky
Changeset: da4182086289 Author:jcoomes Date: 2011-11-18 17:39 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/da4182086289 7113503: Bump the hs23 build number to 07 Reviewed-by: johnc Contributed-by: alejandro.muri...@oracle.com ! make/hotspot_version Changeset: 1

hg: jdk7/hotspot-rt/hotspot: 3 new changesets

2011-04-22 Thread vladimir . danushevsky
Changeset: 7ec4bb02d5f0 Author:vladidan Date: 2011-04-20 14:07 -0400 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/7ec4bb02d5f0 7035861: linux-armsflt: assert(ni->data() == (int)(x + o)) failed: instructions must match Summary: The change avoids generating relocation

hg: jdk7/hotspot-rt/hotspot: 4 new changesets

2011-04-14 Thread vladimir . danushevsky
Changeset: 6c9cec219ce4 Author:vladidan Date: 2011-04-11 23:02 -0400 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/6c9cec219ce4 7005865: Crash when running with PrintIRWithLIR Summary: the failure is caused by uninitialized bci number Reviewed-by: iveresov ! src/share

hg: jdk7/hotspot-rt/hotspot: 3 new changesets

2011-03-17 Thread vladimir . danushevsky
Changeset: b9684d5ccb52 Author:vladidan Date: 2011-03-10 14:56 -0500 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/b9684d5ccb52 7011490: Wrong computation results in Test6880034 Summary: incorrect handling of c2i deoptimization on little endian architectures Reviewed-b