From ahughes at redhat.com Sat Mar 5 16:07:06 2011 From: ahughes at redhat.com (ahughes at redhat.com) Date: Sun, 06 Mar 2011 00:07:06 +0000 Subject: hg: icedtea/jdk7/jdk: 2 new changesets Message-ID: <20110306000726.A226C47DC3@hg.openjdk.java.net> Changeset: 2e6a0148e8f0 Author: andrew Date: 2011-03-01 13:45 +0000 URL: http://hg.openjdk.java.net/icedtea/jdk7/jdk/rev/2e6a0148e8f0 Remove duplicate AlgorithmChecker checks that don't compile following 6792180 ! src/share/classes/sun/security/provider/certpath/OCSPResponse.java Changeset: e251bf6cbfb4 Author: andrew Date: 2011-03-06 00:06 +0000 URL: http://hg.openjdk.java.net/icedtea/jdk7/jdk/rev/e251bf6cbfb4 Remove fragments no longer needed following 6792180. ! src/share/classes/sun/security/provider/certpath/OCSPChecker.java From ahughes at redhat.com Mon Mar 14 10:34:39 2011 From: ahughes at redhat.com (ahughes at redhat.com) Date: Mon, 14 Mar 2011 17:34:39 +0000 Subject: hg: icedtea/jdk7/hotspot: 4964490: Generify HotSpot JDI implementation Message-ID: <20110314173442.7233F47141@hg.openjdk.java.net> Changeset: e452443363a7 Author: andrew Date: 2011-03-14 17:34 +0000 URL: http://hg.openjdk.java.net/icedtea/jdk7/hotspot/rev/e452443363a7 4964490: Generify HotSpot JDI implementation Summary: Fix errors produced by removing -source/-target 1.4 from SA build. ! 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 From ahughes at redhat.com Tue Mar 29 06:24:02 2011 From: ahughes at redhat.com (ahughes at redhat.com) Date: Tue, 29 Mar 2011 13:24:02 +0000 Subject: hg: icedtea/jdk7: Allow user to set STATIC_CXX. Message-ID: <20110329132402.D837747572@hg.openjdk.java.net> Changeset: 714f89350919 Author: andrew Date: 2011-03-29 14:22 +0100 URL: http://hg.openjdk.java.net/icedtea/jdk7/rev/714f89350919 Allow user to set STATIC_CXX. ! make/Defs-internal.gmk From ahughes at redhat.com Tue Mar 29 06:24:38 2011 From: ahughes at redhat.com (ahughes at redhat.com) Date: Tue, 29 Mar 2011 13:24:38 +0000 Subject: hg: icedtea/jdk7/hotspot: Allow user to set STATIC_CXX Message-ID: <20110329132446.00BF047573@hg.openjdk.java.net> Changeset: 011f8af78ea1 Author: andrew Date: 2011-03-29 14:22 +0100 URL: http://hg.openjdk.java.net/icedtea/jdk7/hotspot/rev/011f8af78ea1 Allow user to set STATIC_CXX ! make/linux/makefiles/vm.make From ahughes at redhat.com Tue Mar 29 06:24:54 2011 From: ahughes at redhat.com (ahughes at redhat.com) Date: Tue, 29 Mar 2011 13:24:54 +0000 Subject: hg: icedtea/jdk7/jdk: Allow user to set STATIC_CXX Message-ID: <20110329132538.3117E47574@hg.openjdk.java.net> Changeset: 3b8e4a1215bb Author: andrew Date: 2011-03-29 14:22 +0100 URL: http://hg.openjdk.java.net/icedtea/jdk7/jdk/rev/3b8e4a1215bb Allow user to set STATIC_CXX ! make/common/shared/Compiler-gcc.gmk