hg: jdk7/hotspot-comp/hotspot: 10 new changesets
john.r.rose at oracle.com
john.r.rose at oracle.com
Sat Apr 16 05:14:45 PDT 2011
Changeset: 677234770800
Author: dsamersoff
Date: 2011-03-30 19:38 +0400
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/677234770800
7017193: Small memory leak in get_stack_bounds os::create_stack_guard_pages
Summary: getline() returns -1 but still allocate memory for str
Reviewed-by: dcubed, coleenp
! src/os/linux/vm/os_linux.cpp
! src/share/vm/runtime/os.cpp
! src/share/vm/runtime/os.hpp
Changeset: b025bffd6c2c
Author: dholmes
Date: 2011-03-31 06:54 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/b025bffd6c2c
7032775: Include Shark code in the build again
Reviewed-by: ohair
Contributed-by: gbenson at redhat.com, ahughes at redhat.com
! make/linux/makefiles/vm.make
Changeset: 37be97a58393
Author: andrew
Date: 2011-04-01 15:15 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/37be97a58393
7010849: 5/5 Extraneous javac source/target options when building sa-jdi
Summary: Make code changes necessary to get rid of the '-source 1.4 -target 1.4' options.
Reviewed-by: dholmes, dcubed
! agent/src/share/classes/sun/jvm/hotspot/HelloWorld.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/ByteValueImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/CharValueImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/ConnectorImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/DoubleValueImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/FieldImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/FloatValueImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/IntegerValueImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/LocalVariableImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/LocationImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/LongValueImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/MethodImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/ReferenceTypeImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/ShortValueImpl.java
! agent/src/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java
! make/linux/makefiles/sa.make
! make/solaris/makefiles/sa.make
! make/windows/makefiles/sa.make
Changeset: 7144a1d6e0a9
Author: kamg
Date: 2011-03-31 08:08 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/7144a1d6e0a9
7030388: JCK test failed to reject invalid class check01304m10n.
Summary: Restrict fix for 7020118 to only when checking exception handlers
Reviewed-by: dcubed, dholmes
! src/share/vm/classfile/stackMapFrame.cpp
! src/share/vm/classfile/stackMapFrame.hpp
! src/share/vm/classfile/stackMapTable.cpp
Changeset: 11427f216063
Author: dholmes
Date: 2011-04-04 18:15 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/11427f216063
7009276: Add -XX:+IgnoreUnrecognizedVMOptions to several tests
Reviewed-by: kvn
! test/compiler/6795161/Test.java
Changeset: 1dac0f3af89f
Author: ohair
Date: 2011-04-07 20:26 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/1dac0f3af89f
7019210: Fix misc references to /bugreport websites
Reviewed-by: skannan
! src/share/vm/runtime/arguments.cpp
Changeset: c49c3947b98a
Author: brutisso
Date: 2011-04-11 11:12 +0200
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/c49c3947b98a
7034625: Product builds in Visual Studio projects should produce full symbol information
Summary: Add the /debug flag to the linker command in Visual Studio
Reviewed-by: mgronlun, poonam, hosterda
! src/share/tools/ProjectCreator/WinGammaPlatformVC10.java
Changeset: 6a615eae2f34
Author: dholmes
Date: 2011-04-12 02:53 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/6a615eae2f34
7034585: Adjust fillInStackTrace filtering to assist 6998871
Summary: Allow for one or more fillInStackTrace frames to be skipped
Reviewed-by: mchung, kvn
! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/classfile/vmSymbols.hpp
Changeset: 3449f5e02cc4
Author: coleenp
Date: 2011-04-12 14:18 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/3449f5e02cc4
Merge
! make/linux/makefiles/vm.make
! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/classfile/stackMapFrame.cpp
! src/share/vm/classfile/stackMapFrame.hpp
! src/share/vm/classfile/stackMapTable.cpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/runtime/arguments.cpp
Changeset: 97e8046e2562
Author: jrose
Date: 2011-04-15 08:29 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/97e8046e2562
Merge
More information about the hotspot-compiler-dev
mailing list