hg: jdk8/build/jdk: 14 new changesets
david.holmes at oracle.com
david.holmes at oracle.com
Mon Feb 18 17:22:52 PST 2013
Changeset: 32549d339437
Author: bpatel
Date: 2013-01-21 00:31 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/32549d339437
8006124: javadoc/doclet should be updated to support profiles
Reviewed-by: jjg, dholmes
! make/docs/Makefile
Changeset: 80afadbf967d
Author: alanb
Date: 2013-01-21 01:46 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/80afadbf967d
8004182: Add support for profiles in javac
Reviewed-by: dholmes
! make/common/Release.gmk
Changeset: 353b88963430
Author: dholmes
Date: 2013-01-21 21:54 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/353b88963430
8006651: build-infra: Import.gmk needs to add support for the minimal VM
Reviewed-by: erikj, ohair
! makefiles/Import.gmk
Changeset: 7096f51288ab
Author: dholmes
Date: 2013-01-21 23:17 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/7096f51288ab
8004265: Add build support for Compact Profiles
Reviewed-by: erikj, ohair
! make/tools/src/build/tools/jarreorder/JarReorder.java
! makefiles/BuildJdk.gmk
! makefiles/CreateJars.gmk
! makefiles/Images.gmk
+ makefiles/ProfileNames.gmk
+ makefiles/Profiles.gmk
Changeset: ccd0aceb1190
Author: alanb
Date: 2013-01-21 23:20 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/ccd0aceb1190
8003255: (profiles) Update JAR file specification to support profiles
Reviewed-by: dholmes, mchung, ksrini
! src/share/classes/java/net/URLClassLoader.java
! src/share/classes/java/util/jar/Attributes.java
+ src/share/classes/java/util/jar/UnsupportedProfileException.java
! src/share/classes/sun/launcher/LauncherHelper.java
! src/share/classes/sun/launcher/resources/launcher.properties
! src/share/classes/sun/misc/URLClassPath.java
! src/share/classes/sun/tools/jar/Main.java
! src/share/classes/sun/tools/jar/resources/jar.properties
+ test/java/net/URLClassLoader/profiles/Basic.java
+ test/java/net/URLClassLoader/profiles/Lib.java
+ test/java/net/URLClassLoader/profiles/basic.sh
+ test/tools/jar/AddAndUpdateProfile.java
+ test/tools/launcher/profiles/Basic.java
+ test/tools/launcher/profiles/Logging.java
+ test/tools/launcher/profiles/Main.java
Changeset: c024147205f6
Author: alanb
Date: 2013-01-21 23:21 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/c024147205f6
8003256: (profiles) Add support for profile identification
Reviewed-by: dholmes, mchung, ksrini
! make/java/version/Makefile
! makefiles/GensrcMisc.gmk
! src/share/classes/sun/misc/Version.java.template
+ test/tools/launcher/profiles/VersionCheck.java
Changeset: 4b3434f5f509
Author: alanb
Date: 2013-01-21 23:23 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/4b3434f5f509
8004931: add/removePropertyChangeListener should not exist in subset Profiles of Java SE
Reviewed-by: dholmes, mchung, ksrini
+ make/tools/src/build/tools/RemoveMethods.java
! makefiles/Tools.gmk
! src/share/classes/java/util/jar/Pack200.java
! src/share/classes/java/util/logging/LogManager.java
+ test/java/util/logging/Reflect.java
+ test/tools/pack200/NoBeans.java
+ test/tools/pack200/Reflect.java
Changeset: d9cfe581c8fe
Author: alanb
Date: 2013-01-21 23:35 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/d9cfe581c8fe
8004502: Compact Profiles contents
Reviewed-by: dholmes, mchung
+ makefiles/profile-includes.txt
+ makefiles/profile-rtjar-includes.txt
+ test/java/lang/SecurityManager/NoAWT.java
+ test/java/security/cert/CertStore/NoLDAP.java
+ test/javax/management/remote/mandatory/connection/NoIIOP.java
+ test/javax/naming/InitialContext/NoApplet.java
+ test/sun/net/www/protocol/http/NoNTLM.java
+ test/sun/security/ssl/sanity/ciphersuites/NoKerberos.java
Changeset: d1b29d290ebd
Author: dholmes
Date: 2013-01-22 19:31 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/d1b29d290ebd
Merge
Changeset: 0918d6d9c18b
Author: dholmes
Date: 2013-01-22 20:04 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/0918d6d9c18b
8006667: Merge issue: Profile attribute need to be examined before custom attributes
Summary: swap profile checking and FXHelper checking
Reviewed-by: alanb
! src/share/classes/sun/launcher/LauncherHelper.java
Changeset: 77668918a388
Author: dholmes
Date: 2013-02-04 18:08 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/77668918a388
Merge
! make/docs/Makefile
! makefiles/CreateJars.gmk
! makefiles/GensrcMisc.gmk
! makefiles/Tools.gmk
! src/share/classes/sun/misc/URLClassPath.java
- test/java/rmi/activation/ActivationSystem/unregisterGroup/CallbackInterface.java
- test/java/rmi/activation/ActivationSystem/unregisterGroup/Callback_Stub.java
- test/java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup_Stub.java
Changeset: f308a689c049
Author: dholmes
Date: 2013-02-17 16:44 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/f308a689c049
Merge
! makefiles/Tools.gmk
- src/macosx/classes/sun/lwawt/macosx/EventDispatchAccess.java
- src/share/classes/java/lang/annotation/ContainedBy.java
- src/share/classes/java/lang/annotation/ContainerFor.java
- src/share/classes/java/time/PeriodParser.java
- src/share/classes/java/time/calendar/ChronoDateImpl.java
- src/share/classes/java/time/calendar/HijrahChrono.java
- src/share/classes/java/time/calendar/HijrahDate.java
- src/share/classes/java/time/calendar/HijrahDeviationReader.java
- src/share/classes/java/time/calendar/HijrahEra.java
- src/share/classes/java/time/calendar/JapaneseChrono.java
- src/share/classes/java/time/calendar/JapaneseDate.java
- src/share/classes/java/time/calendar/JapaneseEra.java
- src/share/classes/java/time/calendar/MinguoChrono.java
- src/share/classes/java/time/calendar/MinguoDate.java
- src/share/classes/java/time/calendar/MinguoEra.java
- src/share/classes/java/time/calendar/Ser.java
- src/share/classes/java/time/calendar/ThaiBuddhistChrono.java
- src/share/classes/java/time/calendar/ThaiBuddhistDate.java
- src/share/classes/java/time/calendar/ThaiBuddhistEra.java
- src/share/classes/java/time/calendar/package-info.java
- src/share/classes/java/time/format/DateTimeFormatters.java
- src/share/classes/java/time/format/DateTimePrintException.java
- src/share/classes/java/time/temporal/Chrono.java
- src/share/classes/java/time/temporal/ChronoLocalDate.java
- src/share/classes/java/time/temporal/ChronoLocalDateTime.java
- src/share/classes/java/time/temporal/ChronoLocalDateTimeImpl.java
- src/share/classes/java/time/temporal/ChronoZonedDateTime.java
- src/share/classes/java/time/temporal/ChronoZonedDateTimeImpl.java
- src/share/classes/java/time/temporal/Era.java
- src/share/classes/java/time/temporal/ISOChrono.java
- src/share/classes/java/time/temporal/ISOEra.java
- src/share/classes/java/time/temporal/ISOFields.java
- src/share/classes/java/time/temporal/MonthDay.java
- src/share/classes/java/time/temporal/OffsetDate.java
- src/share/classes/java/time/temporal/OffsetDateTime.java
- src/share/classes/java/time/temporal/OffsetTime.java
- src/share/classes/java/time/temporal/Ser.java
- src/share/classes/java/time/temporal/SimplePeriod.java
- src/share/classes/java/time/temporal/TemporalAdder.java
- src/share/classes/java/time/temporal/TemporalSubtractor.java
- src/share/classes/java/time/temporal/Year.java
- src/share/classes/java/time/temporal/YearMonth.java
- src/share/classes/sun/util/calendar/TzIDOldMapping.java
- test/java/net/URL/abnormal_http_urls
- test/java/net/URL/ftp_urls
- test/java/net/URL/jar_urls
- test/java/net/URL/normal_http_urls
- test/java/net/URL/runconstructor.sh
- test/java/net/URL/share_file_urls
- test/java/net/URL/win32_file_urls
- test/java/time/META-INF/services/java.time.temporal.Chrono
- test/java/time/tck/java/time/calendar/CopticChrono.java
- test/java/time/tck/java/time/calendar/CopticDate.java
- test/java/time/tck/java/time/calendar/CopticEra.java
- test/java/time/tck/java/time/calendar/TestChronoLocalDate.java
- test/java/time/tck/java/time/calendar/TestChronoLocalDateTime.java
- test/java/time/tck/java/time/calendar/TestHijrahChrono.java
- test/java/time/tck/java/time/calendar/TestJapaneseChrono.java
- test/java/time/tck/java/time/calendar/TestMinguoChrono.java
- test/java/time/tck/java/time/calendar/TestServiceLoader.java
- test/java/time/tck/java/time/calendar/TestThaiBuddhistChrono.java
- test/java/time/tck/java/time/format/TCKDateTimePrintException.java
- test/java/time/tck/java/time/temporal/TCKISOFields.java
- test/java/time/tck/java/time/temporal/TCKMonthDay.java
- test/java/time/tck/java/time/temporal/TCKOffsetDate.java
- test/java/time/tck/java/time/temporal/TCKOffsetDateTime.java
- test/java/time/tck/java/time/temporal/TCKOffsetTime.java
- test/java/time/tck/java/time/temporal/TCKSimplePeriod.java
- test/java/time/tck/java/time/temporal/TCKYear.java
- test/java/time/tck/java/time/temporal/TCKYearMonth.java
- test/java/time/tck/java/time/temporal/TestChrono.java
- test/java/time/tck/java/time/temporal/TestISOChrono.java
- test/java/time/test/java/time/TestPeriodParser.java
- test/java/time/test/java/time/format/TestDateTimeFormatters.java
- test/java/time/test/java/time/format/TestDateTimePrintException.java
- test/java/time/test/java/time/format/TestPadParserDecorator.java
- test/java/time/test/java/time/format/TestZoneIdParser.java
- test/java/time/test/java/time/temporal/TestISOChronoImpl.java
- test/java/time/test/java/time/temporal/TestMonthDay.java
- test/java/time/test/java/time/temporal/TestOffsetDate.java
- test/java/time/test/java/time/temporal/TestOffsetDateTime.java
- test/java/time/test/java/time/temporal/TestOffsetDateTime_instants.java
- test/java/time/test/java/time/temporal/TestOffsetTime.java
- test/java/time/test/java/time/temporal/TestYear.java
- test/java/time/test/java/time/temporal/TestYearMonth.java
- test/sun/net/www/EncDec.doc
- test/sun/net/www/MarkResetTest.java
- test/sun/net/www/MarkResetTest.sh
- test/sun/security/util/Oid/S11N.sh
- test/sun/security/util/Oid/SerialTest.java
Changeset: 16c684b2ab82
Author: alanb
Date: 2013-02-18 08:57 +0000
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/16c684b2ab82
8007436: (profiles) Add JSR-310 to Compact Profiles contents
Reviewed-by: dholmes, erikj
! makefiles/profile-includes.txt
! makefiles/profile-rtjar-includes.txt
Changeset: c24bc91caa67
Author: dholmes
Date: 2013-02-18 15:35 -0500
URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/c24bc91caa67
Merge
! makefiles/Import.gmk
More information about the jdk8-changes
mailing list