cl [Thu, 26 Jul 2012 16:48:07 -0700] rev 13279
Added tag jdk8-b49 for changeset f66321de53db
duke [Wed, 05 Jul 2017 18:17:39 +0200] rev 13278
Added tag jdk8-b49 for changeset cecd7026f30c
duke [Wed, 05 Jul 2017 18:17:39 +0200] rev 13277
Merge
duke [Wed, 05 Jul 2017 18:17:35 +0200] rev 13276
Merge
lana [Tue, 24 Jul 2012 11:05:52 -0700] rev 13275
Merge
lana [Mon, 16 Jul 2012 17:05:13 -0700] rev 13274
Merge
mcimadamore [Fri, 13 Jul 2012 12:58:50 +0100] rev 13273
7181578: javac reports uninitialized variable with nested try...finally blocks
Summary: regression introduced in refactoring of Flow.java
Reviewed-by: jjg
cl [Mon, 23 Jul 2012 12:38:49 -0700] rev 13272
Added tag jdk8-b48 for changeset 9d19a5f8d2ad
duke [Wed, 05 Jul 2017 18:17:29 +0200] rev 13271
Merge
cl [Mon, 23 Jul 2012 12:38:24 -0700] rev 13270
Added tag jdk8-b48 for changeset 2bd7c6c12449
duke [Wed, 05 Jul 2017 18:17:25 +0200] rev 13269
Merge
lana [Tue, 24 Jul 2012 11:05:30 -0700] rev 13268
Merge
lana [Mon, 16 Jul 2012 17:02:36 -0700] rev 13267
Merge
joehw [Thu, 12 Jul 2012 21:06:52 -0700] rev 13266
7183760: DocumentBuilder.parse(String uri) is not IPv6 enabled
Summary: removing the hack of using escapeNonUSAscii. this is the same patch as 7166896 for 7u8.
Reviewed-by: psandoz, lancea
cl [Mon, 23 Jul 2012 12:38:21 -0700] rev 13265
Added tag jdk8-b48 for changeset ff4cbdd893ef
duke [Wed, 05 Jul 2017 18:17:20 +0200] rev 13264
Merge
cl [Mon, 23 Jul 2012 12:38:01 -0700] rev 13263
Added tag jdk8-b48 for changeset 7a93e19ba08f
duke [Wed, 05 Jul 2017 18:17:16 +0200] rev 13262
Merge
lana [Tue, 24 Jul 2012 11:06:38 -0700] rev 13261
Merge
lana [Wed, 18 Jul 2012 16:09:35 -0700] rev 13260
Merge
michaelm [Wed, 18 Jul 2012 18:46:17 +0100] rev 13259
7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name
Reviewed-by: khazra, chegar
dmocek [Wed, 18 Jul 2012 10:04:45 -0700] rev 13258
7184943: fix failing test com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java
7184946: fix failing test com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java
Reviewed-by: smarks
sherman [Tue, 17 Jul 2012 19:57:31 -0700] rev 13257
7183053: Optimize DoubleByte charset for String.getBytes()/new String(byte[])
Summary: DoubleByte implements sun/nio.cs/ArrayDe/Encoder interface
Reviewed-by: alanb
dmocek [Tue, 17 Jul 2012 11:01:44 -0700] rev 13256
7142596: RMI JPRT tests are failing
Summary: Changed RMI tests to use random port numbers for the RMI Registry and RMID so the tests can be run concurrently without test failures due to tests using the same port numbers.
Reviewed-by: smarks, alanb
Contributed-by: olivier.lagneau@oracle.com
lana [Mon, 16 Jul 2012 22:05:16 -0700] rev 13255
Merge
lana [Mon, 16 Jul 2012 17:04:32 -0700] rev 13254
Merge
weijun [Tue, 17 Jul 2012 11:57:37 +0800] rev 13253
7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified
Reviewed-by: mullan
weijun [Tue, 17 Jul 2012 11:28:16 +0800] rev 13252
7183203: ShortRSAKeynnn.sh tests intermittent failure
Reviewed-by: xuelei
khazra [Mon, 16 Jul 2012 16:30:11 -0700] rev 13251
7177045: Rework the TestProviderLeak.java regression test, it is too fragile to low memory errors.
Summary: Increase Xmx to 20 MB and add mechanisms to eat up most of the JVM free memory.
Reviewed-by: wetmore
Contributed-by: dan.xu@oracle.com
vinnie [Mon, 16 Jul 2012 22:38:49 +0100] rev 13250
6880559: Enable PKCS11 64-bit windows builds
Reviewed-by: valeriep
ksrini [Sat, 14 Jul 2012 18:00:42 -0700] rev 13249
7184145: (pack200) pack200 --repack throws NullPointerException when JAR file specified without path
Reviewed-by: alanb, sherman
khazra [Fri, 13 Jul 2012 16:02:26 -0700] rev 13248
7160252: (prefs) NodeAddedEvent was not delivered when new node add when new Node
Summary: Change native code to convey to Java code whether a new node was added
Reviewed-by: alanb, chegar
weijun [Wed, 11 Jul 2012 17:10:34 +0800] rev 13247
6966259: Make PrincipalName and Realm immutable
Reviewed-by: xuelei
robm [Mon, 09 Jul 2012 22:26:08 +0100] rev 13246
7179305: (fs) Method name sun.nio.fs.UnixPath.getPathForExecptionMessage is misspelled
Reviewed-by: dholmes, chegar
zhouyx [Fri, 06 Jul 2012 10:36:19 +0800] rev 13245
7181353: Update error message to distinguish native OOM and java OOM in net
Reviewed-by: chegar
smarks [Thu, 05 Jul 2012 15:13:45 -0700] rev 13244
7123972: test/java/lang/annotation/loaderLeak/Main.java fails intermittently
Reviewed-by: dholmes, smarks
Contributed-by: Eric Wang <yiming.wang@oracle.com>
smarks [Thu, 05 Jul 2012 15:12:10 -0700] rev 13243
6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently
Reviewed-by: dholmes, smarks
Contributed-by: Eric Wang <yiming.wang@oracle.com>
lana [Wed, 18 Jul 2012 16:07:45 -0700] rev 13242
Merge
alexsch [Wed, 18 Jul 2012 18:25:49 +0400] rev 13241
7182902: [macosx] Test api/java_awt/GraphicsDevice/indexTGF.html#SetDisplayMode fails on Mac OS X 10.7
Reviewed-by: bae, kizune
bagiras [Tue, 17 Jul 2012 12:59:57 +0400] rev 13240
7177040: Deadlock between PostEventQueue.noEvents, EventQueue.isDispatchThread and SwingUtilities.invokeLater
Reviewed-by: anthony, ant
lana [Mon, 16 Jul 2012 14:49:27 -0700] rev 13239
Merge
serb [Mon, 16 Jul 2012 14:04:03 +0400] rev 13238
7170657: [macosx] There seems to be no keyboard/mouse action to select non-contiguous items in List
Reviewed-by: rupashka
serb [Mon, 16 Jul 2012 14:00:36 +0400] rev 13237
7181438: [OGL] Incorrect alpha used, during blit from SW to the texture.
Reviewed-by: prr, campbell
ptisnovs [Thu, 12 Jul 2012 16:54:47 +0200] rev 13236
7022041: TitleBorder Null Pointer Exception
Summary: Added check if getTitleFont() and getTitleColor() don't return null
Reviewed-by: alexsch
anthony [Fri, 06 Jul 2012 14:20:27 +0400] rev 13235
7177173: [macosx] JFrame.setExtendedState(JFrame.MAXIMIZED_BOTH) not working as expected in JDK 7
Summary: Avoid unnecessary changes to the extended state
Reviewed-by: art, serb
serb [Wed, 04 Jul 2012 15:36:48 +0400] rev 13234
7124513: [macosx] Support NSTexturedBackgroundWindowMask/different titlebar styles to create unified toolbar
Reviewed-by: anthony, art
serb [Wed, 04 Jul 2012 14:38:14 +0400] rev 13233
7124244: [macosx] Shaped windows support
Reviewed-by: anthony, art
prr [Tue, 17 Jul 2012 16:35:49 -0700] rev 13232
7183251: Netbeans editor renders text wrong on JDK 7u6 build 17
Reviewed-by: igor, jgodinez
lana [Mon, 16 Jul 2012 16:49:29 -0700] rev 13231
Merge
prr [Thu, 12 Jul 2012 16:24:56 -0700] rev 13230
7183458: Metrics of space character in algorithmically emboldened font have changed in JDK 7.
Reviewed-by: igor, jgodinez
cl [Mon, 23 Jul 2012 12:38:34 -0700] rev 13229
Added tag jdk8-b48 for changeset b070f2471114
duke [Wed, 05 Jul 2017 18:17:04 +0200] rev 13228
Merge
cl [Mon, 23 Jul 2012 12:38:08 -0700] rev 13227
Added tag jdk8-b48 for changeset 16ab57e58669
lana [Tue, 24 Jul 2012 11:05:27 -0700] rev 13226
Merge
lana [Wed, 18 Jul 2012 16:08:20 -0700] rev 13225
Merge
lana [Mon, 16 Jul 2012 17:01:41 -0700] rev 13224
Merge
vinnie [Mon, 16 Jul 2012 22:41:04 +0100] rev 13223
6880559: Enable PKCS11 64-bit windows builds
Reviewed-by: valeriep
cl [Mon, 23 Jul 2012 12:37:58 -0700] rev 13222
Added tag jdk8-b48 for changeset 60b5f491c654
duke [Wed, 05 Jul 2017 18:16:53 +0200] rev 13221
Added tag jdk8-b48 for changeset 086271e35b0a
duke [Wed, 05 Jul 2017 18:16:52 +0200] rev 13220
Merge