Thu, 24 Feb 2011 15:15:56 -0800 Added tag jdk7-b131 for changeset df8969303f96
cl [Thu, 24 Feb 2011 15:15:56 -0800] rev 8414
Added tag jdk7-b131 for changeset df8969303f96
Wed, 05 Jul 2017 17:36:19 +0200 Merge
duke [Wed, 05 Jul 2017 17:36:19 +0200] rev 8413
Merge
Thu, 24 Feb 2011 15:15:46 -0800 Added tag jdk7-b131 for changeset 590b6cc6f974
cl [Thu, 24 Feb 2011 15:15:46 -0800] rev 8412
Added tag jdk7-b131 for changeset 590b6cc6f974
Wed, 05 Jul 2017 17:36:17 +0200 Merge
duke [Wed, 05 Jul 2017 17:36:17 +0200] rev 8411
Merge
Tue, 01 Mar 2011 14:04:59 -0800 Merge
lana [Tue, 01 Mar 2011 14:04:59 -0800] rev 8410
Merge
Thu, 24 Feb 2011 18:04:19 -0800 Merge
lana [Thu, 24 Feb 2011 18:04:19 -0800] rev 8409
Merge
Thu, 24 Feb 2011 15:00:50 -0800 7022228: JPRT failure: RuntimeException in SupportedMedia regression test
jgodinez [Thu, 24 Feb 2011 15:00:50 -0800] rev 8408
7022228: JPRT failure: RuntimeException in SupportedMedia regression test Reviewed-by: igor, prr
Mon, 21 Feb 2011 14:33:58 -0800 Merge
lana [Mon, 21 Feb 2011 14:33:58 -0800] rev 8407
Merge
Mon, 21 Feb 2011 13:37:22 -0800 7001685: Renable EnumSetBash Test
mduigou [Mon, 21 Feb 2011 13:37:22 -0800] rev 8406
7001685: Renable EnumSetBash Test Reviewed-by: alanb, ohair, darcy
Fri, 18 Feb 2011 12:43:14 -0800 7018385: update javax.sql classes to use try-with-resources
smarks [Fri, 18 Feb 2011 12:43:14 -0800] rev 8405
7018385: update javax.sql classes to use try-with-resources Reviewed-by: alanb, lancea, darcy
Fri, 18 Feb 2011 12:07:46 +0530 7018459: javax.script code comments have issues with HTML4 validation and Accessibility compliance
sundar [Fri, 18 Feb 2011 12:07:46 +0530] rev 8404
7018459: javax.script code comments have issues with HTML4 validation and Accessibility compliance Reviewed-by: jjh
Thu, 17 Feb 2011 20:53:26 +0000 Merge
alanb [Thu, 17 Feb 2011 20:53:26 +0000] rev 8403
Merge
Thu, 17 Feb 2011 20:50:22 +0000 6526860: (fc) FileChannel.position returns 0 when FileOutputStream opened in append mode
alanb [Thu, 17 Feb 2011 20:50:22 +0000] rev 8402
6526860: (fc) FileChannel.position returns 0 when FileOutputStream opened in append mode Reviewed-by: forax
Thu, 17 Feb 2011 09:56:38 +0000 7017901: OOME in java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java
chegar [Thu, 17 Feb 2011 09:56:38 +0000] rev 8401
7017901: OOME in java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java Summary: Unbounded queues should be disabled in the test Reviewed-by: alanb
Wed, 16 Feb 2011 18:22:52 -0800 7018392: update URLJarFile.java to use try-with-resources
smarks [Wed, 16 Feb 2011 18:22:52 -0800] rev 8400
7018392: update URLJarFile.java to use try-with-resources Reviewed-by: alanb, chegar, hawtin
Wed, 16 Feb 2011 11:11:31 -0800 6999337: java.exe fails to start if some directory names in path to java binaries contain Russian characters
sherman [Wed, 16 Feb 2011 11:11:31 -0800] rev 8399
6999337: java.exe fails to start if some directory names in path to java binaries contain Russian characters Summary: updated to make sure the system properties are accessable by vm during initialization Reviewed-by: alanb, mchung
Wed, 16 Feb 2011 12:38:13 +0000 6562203: Thread doesn't terminate immediately if it was stopped before start
chegar [Wed, 16 Feb 2011 12:38:13 +0000] rev 8398
6562203: Thread doesn't terminate immediately if it was stopped before start Reviewed-by: dholmes, alanb
Tue, 15 Feb 2011 08:34:33 -0800 Merge
lana [Tue, 15 Feb 2011 08:34:33 -0800] rev 8397
Merge
Tue, 15 Feb 2011 12:11:15 +0800 7018928: test failure: sun/security/krb5/auto/SSL.java
weijun [Tue, 15 Feb 2011 12:11:15 +0800] rev 8396
7018928: test failure: sun/security/krb5/auto/SSL.java Reviewed-by: valeriep
Mon, 14 Feb 2011 13:31:13 -0800 7018897: CertPath validation cannot handle self-signed cert with bad KeyUsage
xuelei [Mon, 14 Feb 2011 13:31:13 -0800] rev 8395
7018897: CertPath validation cannot handle self-signed cert with bad KeyUsage Summary: Remove KeyUsage checking for trust anchors Reviewed-by: mullan
Mon, 14 Feb 2011 11:00:02 -0800 6927486: Hashtable writeObject() may deadlock
mduigou [Mon, 14 Feb 2011 11:00:02 -0800] rev 8394
6927486: Hashtable writeObject() may deadlock Summary: Do not synchronize on self while writing hash table elements Reviewed-by: alanb, mduigou Contributed-by: Neil Richards <neil.richards@ngmr.net>
Mon, 14 Feb 2011 10:48:46 -0800 Merge
mduigou [Mon, 14 Feb 2011 10:48:46 -0800] rev 8393
Merge
Mon, 14 Feb 2011 10:38:51 -0800 6934356: Vector.writeObject() serialization may deadlock
mduigou [Mon, 14 Feb 2011 10:38:51 -0800] rev 8392
6934356: Vector.writeObject() serialization may deadlock Summary: No longer synchronize on self while writing other objects. Reviewed-by: alanb, forax, mduigou, peterjones Contributed-by: Neil Richards <neil.richards@ngmr.net>
Mon, 14 Feb 2011 18:30:53 +0000 7016704: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with new version of find (lnx)
alanb [Mon, 14 Feb 2011 18:30:53 +0000] rev 8391
7016704: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with new version of find (lnx) Reviewed-by: forax
Mon, 14 Feb 2011 09:31:58 -0800 6637230: 2/3 jps doesn't work for application waiting for direct attach
dcubed [Mon, 14 Feb 2011 09:31:58 -0800] rev 8390
6637230: 2/3 jps doesn't work for application waiting for direct attach Summary: Properly handle exceptions thrown when querying a monitored VM. Reviewed-by: dsamersoff, swamyv
Fri, 11 Feb 2011 17:09:35 -0800 6996192: Console.readPassword race: input echo off must be prior to writing prompt
sherman [Fri, 11 Feb 2011 17:09:35 -0800] rev 8389
6996192: Console.readPassword race: input echo off must be prior to writing prompt Summary: To turn off echo before prompt Reviewed-by: alanb
Sat, 12 Feb 2011 07:30:01 +0800 7016698: test sun/security/krb5/runNameEquals.sh failed on Ubuntu
weijun [Sat, 12 Feb 2011 07:30:01 +0800] rev 8388
7016698: test sun/security/krb5/runNameEquals.sh failed on Ubuntu Reviewed-by: valeriep
Sat, 12 Feb 2011 05:09:36 +0800 6742654: Code insertion/replacement attacks against signed jars
weijun [Sat, 12 Feb 2011 05:09:36 +0800] rev 8387
6742654: Code insertion/replacement attacks against signed jars 6911041: JCK api/signaturetest tests fails for Mixed Code PIT builds (b91) for all trains 6921823: JarVerifier csdomain field not initialized 6921839: Update trusted.libraries list Reviewed-by: dgu
Fri, 11 Feb 2011 12:20:45 -0800 7007596: (zipfs) FileSystems.newFileSystem(FileRef...) always employs zipfs regardless the real Path type.
sherman [Fri, 11 Feb 2011 12:20:45 -0800] rev 8386
7007596: (zipfs) FileSystems.newFileSystem(FileRef...) always employs zipfs regardless the real Path type. Summary: updated newFileSystem() to throw UOE exception for non-zip/jar file Reviewed-by: alanb
Fri, 11 Feb 2011 01:45:55 -0800 Merge
ohair [Fri, 11 Feb 2011 01:45:55 -0800] rev 8385
Merge
Thu, 10 Feb 2011 20:48:02 -0800 Merge
ohair [Thu, 10 Feb 2011 20:48:02 -0800] rev 8384
Merge
Fri, 11 Feb 2011 10:38:10 +0530 6604827: JavaDoc for ScriptEngineFactory.getMethodCallSyntax contains an error.
sundar [Fri, 11 Feb 2011 10:38:10 +0530] rev 8383
6604827: JavaDoc for ScriptEngineFactory.getMethodCallSyntax contains an error. Reviewed-by: mchung
Mon, 21 Feb 2011 14:31:07 -0800 Merge
lana [Mon, 21 Feb 2011 14:31:07 -0800] rev 8382
Merge
Fri, 18 Feb 2011 20:09:35 +0300 6997102: Test case has hard code, so that applet thread threw exception
rupashka [Fri, 18 Feb 2011 20:09:35 +0300] rev 8381
6997102: Test case has hard code, so that applet thread threw exception Reviewed-by: alexp
Fri, 18 Feb 2011 19:21:57 +0300 6474153: LookAndFeel.makeKeyBindings(...) doesn't ignore last element in keyBindingList with odd size
alexp [Fri, 18 Feb 2011 19:21:57 +0300] rev 8380
6474153: LookAndFeel.makeKeyBindings(...) doesn't ignore last element in keyBindingList with odd size Reviewed-by: rupashka
Fri, 18 Feb 2011 13:27:29 +0300 7000132: Misplaced description in javax.sound.sampled.AudioSystem.getTargetDataLine
amenkov [Fri, 18 Feb 2011 13:27:29 +0300] rev 8379
7000132: Misplaced description in javax.sound.sampled.AudioSystem.getTargetDataLine Reviewed-by: dav
Fri, 18 Feb 2011 13:21:49 +0300 6801236: test closed/javax/sound/sampled/FileWriter/WaveBigEndian.java fails
amenkov [Fri, 18 Feb 2011 13:21:49 +0300] rev 8378
6801236: test closed/javax/sound/sampled/FileWriter/WaveBigEndian.java fails Reviewed-by: alexp
Fri, 18 Feb 2011 00:16:53 +0300 7016693: javax/swing/JScrollBar/6542335/bug6542335.java failed on Ubuntu
rupashka [Fri, 18 Feb 2011 00:16:53 +0300] rev 8377
7016693: javax/swing/JScrollBar/6542335/bug6542335.java failed on Ubuntu Reviewed-by: alexp
Wed, 16 Feb 2011 18:32:06 +0300 6980124: closed/javax/swing/plaf/synth/SynthPainter/unitTest/UnitTest.java fails
malenkov [Wed, 16 Feb 2011 18:32:06 +0300] rev 8376
6980124: closed/javax/swing/plaf/synth/SynthPainter/unitTest/UnitTest.java fails Reviewed-by: alexp
Wed, 16 Feb 2011 16:51:21 +0900 6936350: API clarification needed on useDaylightTime() for timezones that have defined usage dates
okutsu [Wed, 16 Feb 2011 16:51:21 +0900] rev 8375
6936350: API clarification needed on useDaylightTime() for timezones that have defined usage dates Reviewed-by: peytoia
Tue, 15 Feb 2011 16:40:25 +0300 6956842: BasicTreeUI.getPreferredSize(JComp c) is delegated to getPreferredSize(c, true) not (c, false)
alexp [Tue, 15 Feb 2011 16:40:25 +0300] rev 8374
6956842: BasicTreeUI.getPreferredSize(JComp c) is delegated to getPreferredSize(c, true) not (c, false) Reviewed-by: rupashka
Fri, 11 Feb 2011 12:14:38 -0800 Merge
lana [Fri, 11 Feb 2011 12:14:38 -0800] rev 8373
Merge
Thu, 10 Feb 2011 21:36:18 +0300 6993171: JavaTest/JDK7b114 - no help text is shown for interview questions, JavaTest HANGS UP
alexp [Thu, 10 Feb 2011 21:36:18 +0300] rev 8372
6993171: JavaTest/JDK7b114 - no help text is shown for interview questions, JavaTest HANGS UP Reviewed-by: rupashka
Wed, 09 Feb 2011 18:00:29 +0900 7017800: (tz) Support tzdata2011b
peytoia [Wed, 09 Feb 2011 18:00:29 +0900] rev 8371
7017800: (tz) Support tzdata2011b Reviewed-by: okutsu
Mon, 21 Feb 2011 14:23:42 -0800 Merge
lana [Mon, 21 Feb 2011 14:23:42 -0800] rev 8370
Merge
Wed, 16 Feb 2011 01:12:53 +0300 6994933: java.awt.Desktop feature is "intermittently" supported on Solaris. Really unexpected behavior.
dav [Wed, 16 Feb 2011 01:12:53 +0300] rev 8369
6994933: java.awt.Desktop feature is "intermittently" supported on Solaris. Really unexpected behavior. Reviewed-by: art, dcherepanov
Tue, 15 Feb 2011 15:09:20 +0000 7017581: missing copyright header in test/sun/java2d/pipe/RegionOps.java
andrew [Tue, 15 Feb 2011 15:09:20 +0000] rev 8368
7017581: missing copyright header in test/sun/java2d/pipe/RegionOps.java Reviewed-by: anthony
Fri, 11 Feb 2011 15:51:51 -0800 Merge
lana [Fri, 11 Feb 2011 15:51:51 -0800] rev 8367
Merge
Mon, 21 Feb 2011 14:22:08 -0800 Merge
lana [Mon, 21 Feb 2011 14:22:08 -0800] rev 8366
Merge
Fri, 18 Feb 2011 13:47:07 -0800 6850806: NPE exception throws in PrintServce.getSupportedAttributeValues
jgodinez [Fri, 18 Feb 2011 13:47:07 -0800] rev 8365
6850806: NPE exception throws in PrintServce.getSupportedAttributeValues Reviewed-by: igor, prr
Fri, 18 Feb 2011 12:04:36 -0800 Merge
jgodinez [Fri, 18 Feb 2011 12:04:36 -0800] rev 8364
Merge
Fri, 18 Feb 2011 11:15:40 -0800 6722351: sun.print.Win32PrintService.initMedia() is slow
jgodinez [Fri, 18 Feb 2011 11:15:40 -0800] rev 8363
6722351: sun.print.Win32PrintService.initMedia() is slow Reviewed-by: igor, prr
Fri, 04 Feb 2011 11:48:51 -0800 6995147: Case needs to be update. ServiceDialogTest.java failed as compilation error.
jgodinez [Fri, 04 Feb 2011 11:48:51 -0800] rev 8362
6995147: Case needs to be update. ServiceDialogTest.java failed as compilation error. Reviewed-by: prr
Fri, 04 Feb 2011 11:46:37 -0800 7014796: Regression test java/awt/PrintJob/Text/stringwidth.sh cannot be terminated on Windows.
jgodinez [Fri, 04 Feb 2011 11:46:37 -0800] rev 8361
7014796: Regression test java/awt/PrintJob/Text/stringwidth.sh cannot be terminated on Windows. Reviewed-by: prr
Fri, 18 Feb 2011 09:18:32 -0800 7017637: closed/java/awt/font/StyledMetrics/BoldSpace.java failed : Space char should have 0 advance
prr [Fri, 18 Feb 2011 09:18:32 -0800] rev 8360
7017637: closed/java/awt/font/StyledMetrics/BoldSpace.java failed : Space char should have 0 advance Reviewed-by: igor, jgodinez
Fri, 18 Feb 2011 09:14:07 -0800 6857592: Getting warning while moving or resizing the frame when component.printAll() is called on local JNI
prr [Fri, 18 Feb 2011 09:14:07 -0800] rev 8359
6857592: Getting warning while moving or resizing the frame when component.printAll() is called on local JNI Reviewed-by: bae, flar
Thu, 17 Feb 2011 13:42:26 +0300 7018912: [parfait] potential buffer overruns in imageio jpeg
bae [Thu, 17 Feb 2011 13:42:26 +0300] rev 8358
7018912: [parfait] potential buffer overruns in imageio jpeg Reviewed-by: jgodinez, prr
Wed, 16 Feb 2011 15:58:28 -0800 7019441: No lookup cache for internal composite font creation leads to java heap growth
prr [Wed, 16 Feb 2011 15:58:28 -0800] rev 8357
7019441: No lookup cache for internal composite font creation leads to java heap growth Reviewed-by: igor, jgodinez
Fri, 11 Feb 2011 10:40:24 -0800 7018364: XShmGetImage with image's > drawable's size causes BadMatch
prr [Fri, 11 Feb 2011 10:40:24 -0800] rev 8356
7018364: XShmGetImage with image's > drawable's size causes BadMatch Reviewed-by: art, anthony Contributed-by: linuxhippy@gmail.com
Thu, 10 Feb 2011 13:44:36 +0300 6989774: imageio compiler warnings in native code
bae [Thu, 10 Feb 2011 13:44:36 +0300] rev 8355
6989774: imageio compiler warnings in native code Reviewed-by: igor, prr
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip