hg: hsx/hotspot-rt/hotspot: 7169102: 7165060 merge lost changes to make/windows/makefiles/defs.make

2012-05-15 Thread daniel . daugherty
Changeset: 9793f47cdebc Author:dcubed Date: 2012-05-15 15:16 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/9793f47cdebc 7169102: 7165060 merge lost changes to make/windows/makefiles/defs.make Reviewed-by: sspitsyn, acorn ! make/windows/makefiles/defs.make

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

2012-05-15 Thread daniel . daugherty
Changeset: 7d4e6dabc6bf Author:dcubed Date: 2012-05-15 10:52 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/7d4e6dabc6bf 7165060: dtrace tests fail with FDS debug info files Summary: Work around 'gobjcopy --add-gnu-debuglink' failure by adding a temporary tool tha

hg: jdk8/tl/jdk: 7164636: (prefs) Cleanup src/macosx/classes/java/util/prefs

2012-05-15 Thread kurchi . subhra . hazra
Changeset: 9a18e318f95a Author:khazra Date: 2012-05-15 11:51 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9a18e318f95a 7164636: (prefs) Cleanup src/macosx/classes/java/util/prefs Summary: Remove rawtype usages and other code cleanup Reviewed-by: chegar, briangoetz ! src/ma

code review for FDS and dtrace work around (7165060)

2012-05-15 Thread Daniel D. Daugherty
Greetings, This is a code review request for a work around for a Full Debug Symbols and DTrace work around on Solaris. The gobjcopy utility on Solaris 10 corrupts the SUNW_dof section of libjvm.so. I've created a minimal tool that adds the ".gnu_debuglink" section to libjvm.so without corrupting

hg: jdk8/tl/jdk: 7164191: properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario

2012-05-15 Thread dmitriy . samersoff
Changeset: df33f5f750ec Author:dsamersoff Date: 2012-05-15 16:46 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/df33f5f750ec 7164191: properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario Reviewed-by: dholmes, sla Contributed-by: Deven Y