hg: jdk7/hotspot-comp/hotspot: 18 new changesets
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Fri Sep 17 03:46:09 PDT 2010
Changeset: 6ee479178066
Author: ikrylov
Date: 2010-08-31 03:14 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/6ee479178066
6979444: add command line option to print command line flags descriptions
Summary: Implementation of a nonproduct boolean flag XX:PrintFlagsWithComments
Reviewed-by: kamg, dholmes, dsamersoff
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/utilities/macros.hpp
Changeset: 1ab9e2cbfa0e
Author: kamg
Date: 2010-09-03 14:47 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/1ab9e2cbfa0e
6870851: Bad frame_chop in StackMapTable crashes JVM
Summary: Must check locals for null when processing chop frame
Reviewed-by: dholmes, dcubed
! src/share/vm/classfile/stackMapTable.cpp
Changeset: 40d7b43b6fe0
Author: kamg
Date: 2010-09-07 11:38 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/40d7b43b6fe0
Merge
! src/share/vm/runtime/arguments.cpp
Changeset: 07551f490c76
Author: kamg
Date: 2010-09-07 11:50 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/07551f490c76
6982851: Add b107 machine classifications to jprt.properties file.
Summary: See synopsis
Reviewed-by: ohair
! make/jprt.properties
Changeset: e44a93947ccb
Author: cl
Date: 2010-08-26 16:16 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/e44a93947ccb
Added tag jdk7-b107 for changeset bf496cbe9b74
! .hgtags
Changeset: 6c43216df135
Author: trims
Date: 2010-08-31 16:48 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/6c43216df135
Merge
! .hgtags
Changeset: 0803c0f69b51
Author: trims
Date: 2010-08-31 17:23 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/0803c0f69b51
Added tag hs19-b06 for changeset 6c43216df135
! .hgtags
Changeset: 40b1534a1dab
Author: trims
Date: 2010-09-08 18:33 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/40b1534a1dab
Merge
Changeset: 93193e632121
Author: trims
Date: 2010-09-08 18:33 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/93193e632121
6983320: Fork HS19 to HS20 - renumber Major and build numbers of JVM
Summary: Update the Major and Build numbers for HS20
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: ea175c1b79ce
Author: dcubed
Date: 2010-09-08 08:34 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/ea175c1b79ce
6561870: 3/3 Long javac compile lines fail due to command line length issues (agent compiles?)
Summary: Use javac's @filename construct to avoid long compile lines
Reviewed-by: ohair, twisti, never
Contributed-by: doko at ubuntu.com
! make/linux/makefiles/sa.make
! make/solaris/makefiles/sa.make
Changeset: 30f67acf635d
Author: thurka
Date: 2010-09-11 08:18 +0200
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/30f67acf635d
6765718: Indicate which thread throwing OOME when generating the heap dump at OOME
Summary: Emit a fake frame that makes it look like the thread is in the OutOfMemoryError zero-parameter constructor
Reviewed-by: dcubed
! src/share/vm/services/heapDumper.cpp
! src/share/vm/services/heapDumper.hpp
! src/share/vm/utilities/debug.cpp
Changeset: 8a8a7a014a12
Author: kamg
Date: 2010-09-13 07:38 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/8a8a7a014a12
Merge
Changeset: 179464550c7d
Author: ysr
Date: 2010-09-10 17:07 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/179464550c7d
6983930: CMS: Various small cleanups ca September 2010
Summary: Fixed comment/documentation typos; converted some guarantee()s to assert()s.
Reviewed-by: jmasa
! src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/freeList.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp
! src/share/vm/runtime/globals.hpp
Changeset: eeade8e89248
Author: ysr
Date: 2010-09-11 11:42 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/eeade8e89248
Merge
! src/share/vm/runtime/globals.hpp
Changeset: 6eddcbe17c83
Author: johnc
Date: 2010-09-13 10:00 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/6eddcbe17c83
6981746: G1: SEGV with -XX:+TraceGen0Time
Summary: Pass correct value for length to NumberSeq constructor. Guard dereferences of "body_summary" pointer with a NULL check.
Reviewed-by: tonyp, ysr
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
Changeset: 432d823638f7
Author: jcoomes
Date: 2010-09-15 10:39 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/432d823638f7
6985022: update make/jprt.properties for new jdk7 tools
Reviewed-by: ohair, kvn
! make/jprt.properties
Changeset: 97fbf5beff7b
Author: johnc
Date: 2010-09-16 13:45 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/97fbf5beff7b
Merge
Changeset: 18c378513575
Author: kvn
Date: 2010-09-16 16:48 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/18c378513575
Merge
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/utilities/macros.hpp
More information about the hotspot-compiler-dev
mailing list