Changeset: abe7181cbe8a
Author:xdono
Date: 2008-06-10 10:22 -0700
URL: http://hg.openjdk.java.net/jdk7/jsn/hotspot/rev/abe7181cbe8a
Added tag jdk7-b28 for changeset c14dab40ed9b
! .hgtags
Changeset: c70a245cad3a
Author:dcubed
Date: 2008-05-09 08:55 -0700
URL: http://hg.openjdk.java.net/jdk7/jsn/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/jsn/hotspot/rev/6ab92ec09f70
Merge
Changeset: 09c2ba680204
Author:kvn
Date: 2008-05-15 22:40 -0700
URL: http://hg.openjdk.java.net/jdk7/jsn/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/jsn/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/jsn/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/jsn/hotspot/rev/a3e5744fafda
Merge
Changeset: a49545cab84a
Author:ohair
Date: 2008-05-27 09:47 -0700
URL: http://hg.openjdk.java.net/jdk7/jsn/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
Changeset: af059c49e677
Author:ohair
Date: 2008-05-28 10:16 -0700
URL: http://hg.openjdk.java.net/jdk7/jsn/hotspot/rev/af059c49e677
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
Summary: Allows for jprt submit -release option to select jdk version and
proper build targets.
Reviewed-by: jcoomes
! make/jprt.properties
Changeset: 23a06eca8e83
Author:jmasa
Date: 2008-05-27 11:46 -0700
URL: http://hg.openjdk.java.net/jdk7/jsn/hotspot/rev/23a06eca8e83
6706662: Remove workaround introduced in fix for 6624782
Summary: Remove workaround compiler options for instanceKlass.cpp and
objArrayKlass.cpp.
Reviewed-by: ysr, jcoomes
! make/solaris/makefiles/amd64.make
Changeset: 27f13876aef3
Author:iveresov
Date: 2008-05-30 03:53 -0700
URL: http://hg.openjdk.java.net/jdk7/jsn/hotspot/rev/27f13876aef3
Merge
Changeset: 8aa010f60e0f
Author:rasbold
Date: 2008-05-20