Mon, 05 Jan 2009 11:28:43 -0800 6632886: Font.createFont can be persuaded to leak temporary files
prr [Mon, 05 Jan 2009 11:28:43 -0800] rev 2606
6632886: Font.createFont can be persuaded to leak temporary files 6522586: Enforce limits on Font creation 6652929: Font.createFont(int,File) trusts File.getPath Reviewed-by: igor
Tue, 30 Dec 2008 10:42:45 +0800 6717680: LdapCtx does not close the connection if initialization fails
weijun [Tue, 30 Dec 2008 10:42:45 +0800] rev 2605
6717680: LdapCtx does not close the connection if initialization fails Reviewed-by: vinnie, xuelei
Wed, 24 Dec 2008 15:48:59 -0800 6652463: MediaSize constructors allow to redefine the mapping of standard MediaSizeName values
prr [Wed, 24 Dec 2008 15:48:59 -0800] rev 2604
6652463: MediaSize constructors allow to redefine the mapping of standard MediaSizeName values Reviewed-by: igor, jgodinez
Wed, 03 Dec 2008 13:34:50 +0300 6766136: corrupted gif image may cause crash in java splashscreen library.
bae [Wed, 03 Dec 2008 13:34:50 +0300] rev 2603
6766136: corrupted gif image may cause crash in java splashscreen library. Reviewed-by: prr, art
Fri, 17 Oct 2008 09:43:30 -0700 6755943: Java JAR Pack200 Decompression should enforce stricter header checks
ksrini [Fri, 17 Oct 2008 09:43:30 -0700] rev 2602
6755943: Java JAR Pack200 Decompression should enforce stricter header checks Summary: Fixes a core dump when fed with a faulty pack file and related malicious take over Reviewed-by: jrose
Thu, 09 Oct 2008 21:12:56 +0100 6721753: File.createTempFile produces guessable file names
alanb [Thu, 09 Oct 2008 21:12:56 +0100] rev 2601
6721753: File.createTempFile produces guessable file names Reviewed-by: sherman
Thu, 02 Oct 2008 20:37:43 +0400 6726779: ConvolveOp on USHORT raster can cause the JVM crash.
bae [Thu, 02 Oct 2008 20:37:43 +0400] rev 2600
6726779: ConvolveOp on USHORT raster can cause the JVM crash. Reviewed-by: igor, prr
Thu, 02 Oct 2008 16:49:33 +0900 6734167: Calendar.readObject allows elevation of privileges
okutsu [Thu, 02 Oct 2008 16:49:33 +0900] rev 2599
6734167: Calendar.readObject allows elevation of privileges Reviewed-by: peytoia
Thu, 04 Sep 2008 09:43:32 -0700 6733959: Insufficient checks for "Main-Class" manifest entry in JAR files
ksrini [Thu, 04 Sep 2008 09:43:32 -0700] rev 2598
6733959: Insufficient checks for "Main-Class" manifest entry in JAR files Summary: Fixes a buffer overrun problem with a very long Main-Class attribute. Reviewed-by: darcy
Wed, 01 Oct 2008 10:01:45 +0800 6588160: jaas krb5 client leaks OS-level UDP sockets (all platforms)
weijun [Wed, 01 Oct 2008 10:01:45 +0800] rev 2597
6588160: jaas krb5 client leaks OS-level UDP sockets (all platforms) Reviewed-by: jccollet, chegar
Fri, 22 Aug 2008 18:48:00 -0700 6497740: Limit the size of RSA public keys
wetmore [Fri, 22 Aug 2008 18:48:00 -0700] rev 2596
6497740: Limit the size of RSA public keys Reviewed-by: andreas, valeriep, vinnie
Fri, 17 Apr 2009 09:38:24 +0100 Merge
alanb [Fri, 17 Apr 2009 09:38:24 +0100] rev 2595
Merge
Wed, 15 Apr 2009 16:16:35 +0100 6543863: (fc) FileLock.release can deadlock with FileChannel.close
alanb [Wed, 15 Apr 2009 16:16:35 +0100] rev 2594
6543863: (fc) FileLock.release can deadlock with FileChannel.close 6429910: (fc) FileChannel.lock() IOException: Bad file number, not AsynchronousCloseException 6814948: (fc) test/java/nio/channels/AsynchronousFileChannel/Lock.java failed intermittently 6822643: (fc) AsynchronousFileChannel.close does not invalidate FileLocks Reviewed-by: sherman
Wed, 15 Apr 2009 14:53:34 +0100 6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
alanb [Wed, 15 Apr 2009 14:53:34 +0100] rev 2593
6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer Reviewed-by: sherman, iris
Thu, 16 Apr 2009 21:00:42 -0700 4244499: ZipEntry() does not convert filenames from Unicode to platform
sherman [Thu, 16 Apr 2009 21:00:42 -0700] rev 2592
4244499: ZipEntry() does not convert filenames from Unicode to platform 4532049: IllegalArgumentException in ZipInputStream while reading unicode file 5030283: Incorrect implementation of UTF-8 in zip package 4700978: ZipFile can't treat Japanese name in a zipfile properly 4980042: Cannot use Surrogates in zip file metadata like filenames 4820807: java.util.zip.ZipInputStream cannot extract files with Chinese chars in name Summary: Add new constructors for zip classes to support non-UTF-8 encoded names/comments in ZIP file Reviewed-by: alanb, martin
Thu, 16 Apr 2009 11:16:40 +0800 6830658: Changeset ec64fd74aa69 breaks the fastdebug build in NativeCreds.c
weijun [Thu, 16 Apr 2009 11:16:40 +0800] rev 2591
6830658: Changeset ec64fd74aa69 breaks the fastdebug build in NativeCreds.c Reviewed-by: tbell
Mon, 13 Apr 2009 18:20:51 -0700 6829098: Regression test java/security/Security/ClassLoaderDeadlock/Deadlock2.java error - missing ";"
valeriep [Mon, 13 Apr 2009 18:20:51 -0700] rev 2590
6829098: Regression test java/security/Security/ClassLoaderDeadlock/Deadlock2.java error - missing ";" Summary: Added back the missing ";" Reviewed-by: weijun
Sun, 12 Apr 2009 20:21:43 -0700 6827153: Miscellaneous typos in javadoc
martin [Sun, 12 Apr 2009 20:21:43 -0700] rev 2589
6827153: Miscellaneous typos in javadoc Reviewed-by: alanb
Fri, 10 Apr 2009 11:21:31 +0800 6587676: Krb5LoginModule failure if useTicketCache=true on Vista
weijun [Fri, 10 Apr 2009 11:21:31 +0800] rev 2588
6587676: Krb5LoginModule failure if useTicketCache=true on Vista Reviewed-by: valeriep
Thu, 09 Apr 2009 15:32:55 +0800 6714845: Quotes in Kerberos configuration file are included in the values
weijun [Thu, 09 Apr 2009 15:32:55 +0800] rev 2587
6714845: Quotes in Kerberos configuration file are included in the values Reviewed-by: xuelei
Wed, 08 Apr 2009 10:40:56 -0700 6827921: ByteToCharBig5.java should use nio data tables instead of its own copy
sherman [Wed, 08 Apr 2009 10:40:56 -0700] rev 2586
6827921: ByteToCharBig5.java should use nio data tables instead of its own copy Summary: To use the data tables from sun.nio.cs.ext.Big5 Reviewed-by: alanb
Wed, 08 Apr 2009 09:21:06 -0700 6827871: Cleanup leftover code in CharToByteJohab.java
sherman [Wed, 08 Apr 2009 09:21:06 -0700] rev 2585
6827871: Cleanup leftover code in CharToByteJohab.java Summary: Removed the leftover data tables Reviewed-by: alanb
Wed, 08 Apr 2009 13:54:34 +0800 4811968: ASN.1 (X509Certificate) implementations don't handle large OID components
weijun [Wed, 08 Apr 2009 13:54:34 +0800] rev 2584
4811968: ASN.1 (X509Certificate) implementations don't handle large OID components Reviewed-by: xuelei
Thu, 23 Apr 2009 15:55:01 -0700 Added tag jdk7-b56 for changeset 825f6628794a
xdono [Thu, 23 Apr 2009 15:55:01 -0700] rev 2583
Added tag jdk7-b56 for changeset 825f6628794a
Wed, 05 Jul 2017 16:51:49 +0200 Merge
duke [Wed, 05 Jul 2017 16:51:49 +0200] rev 2582
Merge
Wed, 29 Apr 2009 13:27:51 -0700 6834202: Bump the HS16 build number to 02
jcoomes [Wed, 29 Apr 2009 13:27:51 -0700] rev 2581
6834202: Bump the HS16 build number to 02 Reviewed-by: jmasa
Wed, 29 Apr 2009 13:22:09 -0700 Merge
jcoomes [Wed, 29 Apr 2009 13:22:09 -0700] rev 2580
Merge
Mon, 27 Apr 2009 12:55:28 -0700 Merge
kvn [Mon, 27 Apr 2009 12:55:28 -0700] rev 2579
Merge
Mon, 27 Apr 2009 12:45:14 -0700 6834142: method->print_codes(): Error: ShouldNotReachHere()
kvn [Mon, 27 Apr 2009 12:45:14 -0700] rev 2578
6834142: method->print_codes(): Error: ShouldNotReachHere() Summary: Restore the call to Bytecodes::java_code() in BytecodePrinter::print_attributes(). Reviewed-by: jrose
Fri, 24 Apr 2009 18:45:14 -0700 Merge
never [Fri, 24 Apr 2009 18:45:14 -0700] rev 2577
Merge
Fri, 24 Apr 2009 15:08:30 -0700 6833573: C2 sparc: assert(c < 64 && (c & 1) == 0,"bad double float register")
never [Fri, 24 Apr 2009 15:08:30 -0700] rev 2576
6833573: C2 sparc: assert(c < 64 && (c & 1) == 0,"bad double float register") Reviewed-by: twisti
Fri, 24 Apr 2009 09:14:39 -0700 6833951: Extra ":" Causes Testcase in CR 6589834 "Parse Exception: Invalid tag: summary:"
cfang [Fri, 24 Apr 2009 09:14:39 -0700] rev 2575
6833951: Extra ":" Causes Testcase in CR 6589834 "Parse Exception: Invalid tag: summary:" Summary: Remove the colon Reviewed-by: never
Thu, 23 Apr 2009 14:04:24 -0700 6589834: deoptimization problem with -XX:+DeoptimizeALot
cfang [Thu, 23 Apr 2009 14:04:24 -0700] rev 2574
6589834: deoptimization problem with -XX:+DeoptimizeALot Summary: Relocate the stack pointer adjustment to where uncommon_trap is actually inserted for new_array. Reviewed-by: kvn, jrose
Wed, 22 Apr 2009 17:03:18 -0700 6709742: find_base_for_derived's use of Ideal NULL is unsafe causing crashes during register allocation
kvn [Wed, 22 Apr 2009 17:03:18 -0700] rev 2573
6709742: find_base_for_derived's use of Ideal NULL is unsafe causing crashes during register allocation Summary: Create a mach node corresponding to ideal node ConP #NULL specifically for derived pointers. Reviewed-by: never
Wed, 22 Apr 2009 06:09:24 -0700 Merge
twisti [Wed, 22 Apr 2009 06:09:24 -0700] rev 2572
Merge
Tue, 21 Apr 2009 11:16:30 -0700 6822110: Add AddressLiteral class on SPARC
twisti [Tue, 21 Apr 2009 11:16:30 -0700] rev 2571
6822110: Add AddressLiteral class on SPARC Summary: The Address class on SPARC currently handles both, addresses and address literals, what makes the Address class more complicated than it has to be. Reviewed-by: never, kvn
Tue, 21 Apr 2009 23:21:04 -0700 6655646: dynamic languages need dynamically linked call sites
jrose [Tue, 21 Apr 2009 23:21:04 -0700] rev 2570
6655646: dynamic languages need dynamically linked call sites Summary: invokedynamic instruction (JSR 292 RI) Reviewed-by: twisti, never
Mon, 20 Apr 2009 14:48:03 -0700 Merge
never [Mon, 20 Apr 2009 14:48:03 -0700] rev 2569
Merge
Fri, 17 Apr 2009 09:38:32 -0700 6831323: Use v8plus as minimum required hardware for current Hotspot sources
kvn [Fri, 17 Apr 2009 09:38:32 -0700] rev 2568
6831323: Use v8plus as minimum required hardware for current Hotspot sources Summary: Use -xarch=v8plus as default for 32-bits VM on sparc. Reviewed-by: never, twisti
Thu, 16 Apr 2009 21:25:29 -0700 6741757: minor ctw improvements
never [Thu, 16 Apr 2009 21:25:29 -0700] rev 2567
6741757: minor ctw improvements Reviewed-by: kvn
Thu, 16 Apr 2009 15:50:32 -0700 6828024: verification of fixed interval usage is too weak
never [Thu, 16 Apr 2009 15:50:32 -0700] rev 2566
6828024: verification of fixed interval usage is too weak Reviewed-by: kvn
Thu, 16 Apr 2009 10:40:42 -0700 6449385: JCK test dup2_x200106m1 fails with Segmentation Fault on x86
never [Thu, 16 Apr 2009 10:40:42 -0700] rev 2565
6449385: JCK test dup2_x200106m1 fails with Segmentation Fault on x86 Reviewed-by: kvn
Wed, 15 Apr 2009 09:53:54 -0700 6684007: PrintAssembly plugin not available for linux or windows
never [Wed, 15 Apr 2009 09:53:54 -0700] rev 2564
6684007: PrintAssembly plugin not available for linux or windows Reviewed-by: rasbold, jrose, twisti
Wed, 22 Apr 2009 19:30:54 -0700 6833316: jprt.properties not setting values for 6u14 release flag
trims [Wed, 22 Apr 2009 19:30:54 -0700] rev 2563
6833316: jprt.properties not setting values for 6u14 release flag Summary: Fix jprt.properties to do 6u14 tests right Reviewed-by: ohair
Wed, 22 Apr 2009 11:47:26 -0700 Merge
xlu [Wed, 22 Apr 2009 11:47:26 -0700] rev 2562
Merge
Tue, 21 Apr 2009 16:12:51 -0400 6830069: UseLargePages is broken on Win64
coleenp [Tue, 21 Apr 2009 16:12:51 -0400] rev 2561
6830069: UseLargePages is broken on Win64 Summary: Making VirtualAlloc/VirtualProtect two calls for PAGE_EXECUTE_READWRITE doesn't work for MEM_LARGE_PAGES. Reviewed-by: xlu, kvn, jcoomes
Thu, 23 Apr 2009 15:54:48 -0700 Added tag jdk7-b56 for changeset 5bef15d9d54a
xdono [Thu, 23 Apr 2009 15:54:48 -0700] rev 2560
Added tag jdk7-b56 for changeset 5bef15d9d54a
Wed, 29 Apr 2009 00:24:58 -0700 Merge
yan [Wed, 29 Apr 2009 00:24:58 -0700] rev 2559
Merge
Tue, 28 Apr 2009 13:31:15 -0700 Merge
yan [Tue, 28 Apr 2009 13:31:15 -0700] rev 2558
Merge
Sat, 25 Apr 2009 21:34:45 +0400 6591875: Nimbus Swing Look and Feel
peterz [Sat, 25 Apr 2009 21:34:45 +0400] rev 2557
6591875: Nimbus Swing Look and Feel Reviewed-by: jasper, ohair
Mon, 27 Apr 2009 20:15:44 -0700 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair [Mon, 27 Apr 2009 20:15:44 -0700] rev 2556
6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9) Reviewed-by: tbell
Thu, 23 Apr 2009 15:54:44 -0700 Added tag jdk7-b56 for changeset eafb72a35bee
xdono [Thu, 23 Apr 2009 15:54:44 -0700] rev 2555
Added tag jdk7-b56 for changeset eafb72a35bee
Wed, 05 Jul 2017 16:51:36 +0200 Added tag jdk7-b56 for changeset a8134c4ee2cf
duke [Wed, 05 Jul 2017 16:51:36 +0200] rev 2554
Added tag jdk7-b56 for changeset a8134c4ee2cf
Wed, 05 Jul 2017 16:51:35 +0200 Merge jdk7-b56
duke [Wed, 05 Jul 2017 16:51:35 +0200] rev 2553
Merge
Wed, 05 Jul 2017 16:51:32 +0200 Merge
duke [Wed, 05 Jul 2017 16:51:32 +0200] rev 2552
Merge
Thu, 16 Apr 2009 11:23:02 -0700 Added tag jdk7-b55 for changeset ff2e2ca5634e
xdono [Thu, 16 Apr 2009 11:23:02 -0700] rev 2551
Added tag jdk7-b55 for changeset ff2e2ca5634e
Wed, 05 Jul 2017 16:51:30 +0200 Merge
duke [Wed, 05 Jul 2017 16:51:30 +0200] rev 2550
Merge
Thu, 16 Apr 2009 11:22:46 -0700 Added tag jdk7-b55 for changeset 720827f5391b
xdono [Thu, 16 Apr 2009 11:22:46 -0700] rev 2549
Added tag jdk7-b55 for changeset 720827f5391b
Wed, 05 Jul 2017 16:51:28 +0200 Merge
duke [Wed, 05 Jul 2017 16:51:28 +0200] rev 2548
Merge
Thu, 16 Apr 2009 11:22:45 -0700 Added tag jdk7-b55 for changeset 0734512b1faf
xdono [Thu, 16 Apr 2009 11:22:45 -0700] rev 2547
Added tag jdk7-b55 for changeset 0734512b1faf
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip