hg: jdk8/tl/jdk: 2 new changesets (original) (raw)
martinrb at google.com martinrb at google.com
Tue Mar 26 20:41:30 UTC 2013
- Previous message: hg: jdk8/tl/jdk: 2 new changesets
- Next message: RFR: JDK-8007297: [pack200] allow opcodes with InterfaceMethodRefs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Changeset: 3b56ef8e1ce1 Author: martin Date: 2013-03-26 13:34 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3b56ef8e1ce1
8007905: To add a system property to create zip file without using ZIP64 end table when entry count > 64k Summary: Provide a system property to inhibit ZIP64 mode for >64k entries Reviewed-by: alanb, sherman
! src/share/classes/java/util/zip/ZipOutputStream.java
- test/java/util/zip/EntryCount64k.java
Changeset: 266b43683a2c Author: martin Date: 2013-03-26 13:36 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/266b43683a2c
8010316: Improve handling of char sequences containing surrogates Summary: Fix and optimize codePointAt, codePointBefore and similar methods Reviewed-by: sherman, okutsu, ulfzibis, kizune
! src/share/classes/java/lang/AbstractStringBuilder.java ! src/share/classes/java/lang/Character.java ! test/java/lang/StringBuilder/Supplementary.java
- Previous message: hg: jdk8/tl/jdk: 2 new changesets
- Next message: RFR: JDK-8007297: [pack200] allow opcodes with InterfaceMethodRefs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]