hg: jdk7/hotspot/hotspot: 8 new changesets
daniel.daugherty at sun.com
daniel.daugherty at sun.com
Wed May 28 15:45:05 PDT 2008
Changeset: 24706b95d959
Author: xdono
Date: 2008-04-24 12:12 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/24706b95d959
Added tag jdk7-b26 for changeset ad0b851458ff
! .hgtags
Changeset: c70a245cad3a
Author: dcubed
Date: 2008-05-09 08:55 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/c70a245cad3a
6670684: 4/5 SA command universe did not print out CMS space information
Summary: Forward port of Yumin's fix for 6670684 from HSX-11; Yumin verified the port was correct.
Reviewed-by: dcubed
! agent/make/Makefile
! agent/src/share/classes/sun/jvm/hotspot/HSDB.java
! agent/src/share/classes/sun/jvm/hotspot/SALauncherLoader.java
! agent/src/share/classes/sun/jvm/hotspot/bugspot/Main.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/SAJDIClassLoader.java
+ agent/src/share/classes/sun/jvm/hotspot/memory/BinaryTreeDictionary.java
! agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java
! agent/src/share/classes/sun/jvm/hotspot/memory/DefNewGeneration.java
+ agent/src/share/classes/sun/jvm/hotspot/memory/FreeList.java
+ agent/src/share/classes/sun/jvm/hotspot/memory/LinearAllocBlock.java
! agent/src/share/classes/sun/jvm/hotspot/ui/AnnotatedMemoryPanel.java
! agent/src/share/classes/sun/jvm/hotspot/ui/CommandProcessorPanel.java
! agent/src/share/classes/sun/jvm/hotspot/ui/DebuggerConsolePanel.java
! agent/src/share/classes/sun/jvm/hotspot/ui/HighPrecisionJScrollBar.java
! agent/src/share/classes/sun/jvm/hotspot/ui/JFrameWrapper.java
! agent/src/share/classes/sun/jvm/hotspot/ui/treetable/JTreeTable.java
! src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.hpp
! src/share/vm/gc_implementation/concurrentMarkSweep/freeList.hpp
! src/share/vm/gc_implementation/concurrentMarkSweep/vmStructs_cms.hpp
! src/share/vm/runtime/vmStructs.cpp
Changeset: 6ab92ec09f70
Author: dcubed
Date: 2008-05-09 09:11 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/6ab92ec09f70
Merge
Changeset: 09c2ba680204
Author: kvn
Date: 2008-05-15 22:40 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/09c2ba680204
6700102: c2 assertion "counter_changed,"failed dependencies, but counter didn't change")" with AggressiveOpts
Summary: Bytecode Escape Analyzer does not have the check for the case described in 6389127.
Reviewed-by: never
! src/share/vm/ci/bcEscapeAnalyzer.cpp
Changeset: 723be81c1212
Author: kvn
Date: 2008-05-15 22:43 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/723be81c1212
6701887: JDK7 server VM in endless loop in Node::dominates
Summary: The method Node::dominates loops in the dead code which does not have a Region node.
Reviewed-by: jrose, never
! src/share/vm/opto/c2_globals.hpp
! src/share/vm/opto/memnode.cpp
! src/share/vm/opto/node.cpp
Changeset: 5bba3366a9a2
Author: dcubed
Date: 2008-05-16 13:42 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/5bba3366a9a2
Merge
! agent/src/share/classes/sun/jvm/hotspot/HSDB.java
! src/share/vm/runtime/vmStructs.cpp
Changeset: a3e5744fafda
Author: dcubed
Date: 2008-05-20 09:47 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/a3e5744fafda
Merge
Changeset: a49545cab84a
Author: ohair
Date: 2008-05-27 09:47 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/a49545cab84a
6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles)
Summary: Allows for building with SS12, no longer requires SS11, warns if not SS11 for now. Once SS12 is validated and performance measurements look ok, SS12 will be the validated compiler.
Reviewed-by: sspitsyn, ikrylov
! make/jprt.config
! make/solaris/makefiles/debug.make
! make/solaris/makefiles/dtrace.make
! make/solaris/makefiles/fastdebug.make
! make/solaris/makefiles/jvmg.make
! make/solaris/makefiles/optimized.make
! make/solaris/makefiles/product.make
! make/solaris/makefiles/sparc.make
! make/solaris/makefiles/sparcWorks.make
! make/solaris/makefiles/sparcv9.make
More information about the jdk7-changes
mailing list