Wed, 05 Jul 2017 20:00:08 +0200 Added tag jdk9-b30 for changeset b2287cac7813
duke [Wed, 05 Jul 2017 20:00:08 +0200] rev 26396
Added tag jdk9-b30 for changeset b2287cac7813
Wed, 05 Jul 2017 20:00:07 +0200 Merge jdk9-b30
duke [Wed, 05 Jul 2017 20:00:07 +0200] rev 26395
Merge
Wed, 05 Jul 2017 20:00:03 +0200 Merge
duke [Wed, 05 Jul 2017 20:00:03 +0200] rev 26394
Merge
Thu, 04 Sep 2014 14:45:48 -0700 Merge
lana [Thu, 04 Sep 2014 14:45:48 -0700] rev 26393
Merge
Thu, 04 Sep 2014 08:49:20 +0200 8047675: tools/javac/defaultMethods/Assertions.java fails if run with -enableassertions (-ea)
jlahoda [Thu, 04 Sep 2014 08:49:20 +0200] rev 26392
8047675: tools/javac/defaultMethods/Assertions.java fails if run with -enableassertions (-ea) Summary: Using ToolBox to start new Java processes, to avoid passing default VM options to the newly started process. Reviewed-by: jjg
Thu, 04 Sep 2014 08:48:29 +0200 8054563: Update RunCodingRules.java for source code reorg
jlahoda [Thu, 04 Sep 2014 08:48:29 +0200] rev 26391
8054563: Update RunCodingRules.java for source code reorg Summary: Tests RunCodingRules and MessageInfo fixed to work in the new source code structure. Reviewed-by: jjg
Wed, 03 Sep 2014 14:19:39 -0700 8038414: Constant pool's strings are not escaped properly
jjg [Wed, 03 Sep 2014 14:19:39 -0700] rev 26390
8038414: Constant pool's strings are not escaped properly Reviewed-by: jjg, mcimadamore, ksrini
Wed, 03 Sep 2014 14:06:25 -0700 8034861: Incorrect format and indentation of InnerClasses section
jjg [Wed, 03 Sep 2014 14:06:25 -0700] rev 26389
8034861: Incorrect format and indentation of InnerClasses section Reviewed-by: jjg, ksrini, mcimadamore, lagergren
Wed, 03 Sep 2014 19:22:16 +0400 8044597: Request to update tools/javap/T4501661.java to add test for package option
kizune [Wed, 03 Sep 2014 19:22:16 +0400] rev 26388
8044597: Request to update tools/javap/T4501661.java to add test for package option Reviewed-by: jjg
Mon, 01 Sep 2014 17:41:01 +0100 8057005: IntelliJ should allow import for nested classes
mcimadamore [Mon, 01 Sep 2014 17:41:01 +0100] rev 26387
8057005: IntelliJ should allow import for nested classes Summary: Minor tweaks to langtools intellij project Reviewed-by: jfranck
Fri, 29 Aug 2014 14:08:49 -0700 8056288: Missing bug id in test/com/sun/javadoc/testOrdering/TestOrdering.java
sogoel [Fri, 29 Aug 2014 14:08:49 -0700] rev 26386
8056288: Missing bug id in test/com/sun/javadoc/testOrdering/TestOrdering.java Reviewed-by: ksrini
Thu, 04 Sep 2014 13:26:40 -0700 Added tag jdk9-b29 for changeset 639910c83675
katleman [Thu, 04 Sep 2014 13:26:40 -0700] rev 26385
Added tag jdk9-b29 for changeset 639910c83675
Wed, 05 Jul 2017 19:59:57 +0200 Merge
duke [Wed, 05 Jul 2017 19:59:57 +0200] rev 26384
Merge
Thu, 04 Sep 2014 13:26:38 -0700 Added tag jdk9-b29 for changeset 08af5d44cadd
katleman [Thu, 04 Sep 2014 13:26:38 -0700] rev 26383
Added tag jdk9-b29 for changeset 08af5d44cadd
Wed, 05 Jul 2017 19:59:54 +0200 Merge
duke [Wed, 05 Jul 2017 19:59:54 +0200] rev 26382
Merge
Thu, 04 Sep 2014 13:26:26 -0700 Added tag jdk9-b29 for changeset f402435374ad
katleman [Thu, 04 Sep 2014 13:26:26 -0700] rev 26381
Added tag jdk9-b29 for changeset f402435374ad
Wed, 05 Jul 2017 19:59:50 +0200 Merge
duke [Wed, 05 Jul 2017 19:59:50 +0200] rev 26380
Merge
Thu, 04 Sep 2014 14:45:42 -0700 Merge
lana [Thu, 04 Sep 2014 14:45:42 -0700] rev 26379
Merge
Thu, 04 Sep 2014 18:57:14 +0200 8056129: AtomicInteger is treated as primitive number with optimistic compilation
attila [Thu, 04 Sep 2014 18:57:14 +0200] rev 26378
8056129: AtomicInteger is treated as primitive number with optimistic compilation Reviewed-by: jlaskey, lagergren
Thu, 04 Sep 2014 15:37:14 +0200 8051889: Implement block scoping in symbol assignment and scope computation
hannesw [Thu, 04 Sep 2014 15:37:14 +0200] rev 26377
8051889: Implement block scoping in symbol assignment and scope computation Reviewed-by: attila, lagergren
Thu, 04 Sep 2014 14:42:30 +0200 8057551: Let the -d flag dump _all_ generated classes to disk and work outside --compile-only mode
lagergren [Thu, 04 Sep 2014 14:42:30 +0200] rev 26376
8057551: Let the -d flag dump _all_ generated classes to disk and work outside --compile-only mode Reviewed-by: attila, jlaskey
Thu, 04 Sep 2014 10:52:42 +0200 8057019: Various problems with extra arguments to applies
lagergren [Thu, 04 Sep 2014 10:52:42 +0200] rev 26375
8057019: Various problems with extra arguments to applies Reviewed-by: attila, hannesw, jlaskey
Wed, 03 Sep 2014 14:33:34 +0200 8056913: Limit the size of type info cache on disk
attila [Wed, 03 Sep 2014 14:33:34 +0200] rev 26374
8056913: Limit the size of type info cache on disk Reviewed-by: jlaskey, lagergren
Mon, 01 Sep 2014 17:34:37 +0400 8054343: Nashorn: Some tests fails on windows with AccessControlException
yan [Mon, 01 Sep 2014 17:34:37 +0400] rev 26373
8054343: Nashorn: Some tests fails on windows with AccessControlException Reviewed-by: lagergren, sundar Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
Thu, 04 Sep 2014 13:26:40 -0700 Added tag jdk9-b29 for changeset 14591ffc0c61
katleman [Thu, 04 Sep 2014 13:26:40 -0700] rev 26372
Added tag jdk9-b29 for changeset 14591ffc0c61
Wed, 05 Jul 2017 19:59:46 +0200 Merge
duke [Wed, 05 Jul 2017 19:59:46 +0200] rev 26371
Merge
Thu, 04 Sep 2014 13:26:25 -0700 Added tag jdk9-b29 for changeset ca9aa0749e5d
katleman [Thu, 04 Sep 2014 13:26:25 -0700] rev 26370
Added tag jdk9-b29 for changeset ca9aa0749e5d
Wed, 05 Jul 2017 19:59:42 +0200 Merge
duke [Wed, 05 Jul 2017 19:59:42 +0200] rev 26369
Merge
Thu, 04 Sep 2014 14:47:04 -0700 Merge
lana [Thu, 04 Sep 2014 14:47:04 -0700] rev 26368
Merge
Thu, 04 Sep 2014 12:23:01 -0400 8055776: Add tests to exercise SQLPermissions for DriverManager & SyncFactory
lancea [Thu, 04 Sep 2014 12:23:01 -0400] rev 26367
8055776: Add tests to exercise SQLPermissions for DriverManager & SyncFactory Reviewed-by: rriggs
Thu, 04 Sep 2014 00:32:43 -0700 8055222: ISO 4217 Amendment #159
yhuang [Thu, 04 Sep 2014 00:32:43 -0700] rev 26366
8055222: ISO 4217 Amendment #159 Reviewed-by: naoto
Wed, 03 Sep 2014 17:08:58 +0200 8057134: sun/management/jmxremote/startstop/JMXStartStopTest.java failing intermittently
jbachorik [Wed, 03 Sep 2014 17:08:58 +0200] rev 26365
8057134: sun/management/jmxremote/startstop/JMXStartStopTest.java failing intermittently Reviewed-by: sla, dfuchs
Wed, 03 Sep 2014 16:05:41 +0200 8057150: Add more diagnostics to JMXStartStopTest
jbachorik [Wed, 03 Sep 2014 16:05:41 +0200] rev 26364
8057150: Add more diagnostics to JMXStartStopTest Reviewed-by: sla, dfuchs
Wed, 03 Sep 2014 06:57:40 +0000 8048621: Implement basic keystore tests
xuelei [Wed, 03 Sep 2014 06:57:40 +0000] rev 26363
8048621: Implement basic keystore tests Reviewed-by: xuelei Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
Wed, 03 Sep 2014 02:11:16 +0000 8048362: Tests for doPrivileged with accomplice
xuelei [Wed, 03 Sep 2014 02:11:16 +0000] rev 26362
8048362: Tests for doPrivileged with accomplice Reviewed-by: vinnie Contributed-by: Raghu Nair <raghu.k.nair@oracle.com>
Tue, 02 Sep 2014 22:23:04 +0100 8057076: Correct exception message in CertAndKeyGen.java
coffeys [Tue, 02 Sep 2014 22:23:04 +0100] rev 26361
8057076: Correct exception message in CertAndKeyGen.java Reviewed-by: mullan
Tue, 02 Sep 2014 14:11:38 -0700 8038436: Re-examine the mechanism to determine available localedata and cldrdata
naoto [Tue, 02 Sep 2014 14:11:38 -0700] rev 26360
8038436: Re-examine the mechanism to determine available localedata and cldrdata Reviewed-by: alanb, mchung, okutsu
Tue, 02 Sep 2014 11:21:29 -0700 Merge
prr [Tue, 02 Sep 2014 11:21:29 -0700] rev 26359
Merge
Mon, 25 Aug 2014 10:43:59 -0700 Merge
prr [Mon, 25 Aug 2014 10:43:59 -0700] rev 26358
Merge
Fri, 22 Aug 2014 11:02:00 -0700 8039271: CMM profile files (cmm/*) should not be in ${java.home}/lib
prr [Fri, 22 Aug 2014 11:02:00 -0700] rev 26357
8039271: CMM profile files (cmm/*) should not be in ${java.home}/lib Reviewed-by: bae, mchung, erikj
Fri, 22 Aug 2014 10:33:05 -0700 Merge
prr [Fri, 22 Aug 2014 10:33:05 -0700] rev 26356
Merge
Thu, 21 Aug 2014 18:48:12 +0400 8054801: Memory leak in jdk/src/windows/native/sun/windows/awt_InputMethod.cpp
serb [Thu, 21 Aug 2014 18:48:12 +0400] rev 26355
8054801: Memory leak in jdk/src/windows/native/sun/windows/awt_InputMethod.cpp Reviewed-by: alexsch, prr
Tue, 19 Aug 2014 14:38:25 -0700 8055201: JNI exception pending in jdk/src/solaris/native/sun/awt/CUPSfuncs.c
prr [Tue, 19 Aug 2014 14:38:25 -0700] rev 26354
8055201: JNI exception pending in jdk/src/solaris/native/sun/awt/CUPSfuncs.c Reviewed-by: bae, serb
Tue, 19 Aug 2014 11:03:55 -0700 Merge
ddehaven [Tue, 19 Aug 2014 11:03:55 -0700] rev 26353
Merge
Mon, 18 Aug 2014 09:51:52 -0700 8055254: Address source incompatability of JSlider generification
darcy [Mon, 18 Aug 2014 09:51:52 -0700] rev 26352
8055254: Address source incompatability of JSlider generification Reviewed-by: anthony, serb
Fri, 15 Aug 2014 11:33:13 -0700 8054360: Refine generification of javax.swing
darcy [Fri, 15 Aug 2014 11:33:13 -0700] rev 26351
8054360: Refine generification of javax.swing Reviewed-by: anthony, alexsch, dlsmith
Fri, 15 Aug 2014 13:02:46 +0400 8054878: javadoc issues in javax.imageio
yan [Fri, 15 Aug 2014 13:02:46 +0400] rev 26350
8054878: javadoc issues in javax.imageio Summary: Fix javadoc missing @exception issues in javax.imageio Reviewed-by: prr Contributed-by: prhinduja@gmail.com
Thu, 14 Aug 2014 18:43:45 +0400 8042199: The build of J2DBench via makefile is broken after the JDK-8005402
serb [Thu, 14 Aug 2014 18:43:45 +0400] rev 26349
8042199: The build of J2DBench via makefile is broken after the JDK-8005402 Reviewed-by: flar, bae
Thu, 14 Aug 2014 14:19:58 +0100 8046887: JNI exception pending in jdk/src/solaris/native/sun/awt: awt_DrawingSurface.c, awt_GraphicsEnv.c, awt_InputMethod.c, sun_awt_X11_GtkFileDialogPeer.c
serb [Thu, 14 Aug 2014 14:19:58 +0100] rev 26348
8046887: JNI exception pending in jdk/src/solaris/native/sun/awt: awt_DrawingSurface.c, awt_GraphicsEnv.c, awt_InputMethod.c, sun_awt_X11_GtkFileDialogPeer.c Reviewed-by: azvegint, prr
Wed, 13 Aug 2014 21:45:53 +0400 8054800: JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp
serb [Wed, 13 Aug 2014 21:45:53 +0400] rev 26347
8054800: JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp Reviewed-by: azvegint, prr
Wed, 13 Aug 2014 13:27:43 +0400 8046007: Java app receives javax.print.PrintException: Printer is not accepting job
aivanov [Wed, 13 Aug 2014 13:27:43 +0400] rev 26346
8046007: Java app receives javax.print.PrintException: Printer is not accepting job Reviewed-by: prr, bae
Tue, 12 Aug 2014 19:02:51 +0400 8042835: Remove mnemonic character from open, save and open directory JFileChooser's buttons
mcherkas [Tue, 12 Aug 2014 19:02:51 +0400] rev 26345
8042835: Remove mnemonic character from open, save and open directory JFileChooser's buttons Reviewed-by: alexp, alexsch Contributed-by: artem.malinko@oracle.com
Tue, 12 Aug 2014 18:26:30 +0400 8053657: [TEST_BUG] move some 5 tests related to undecorated Frame/JFrame to JDK
yan [Tue, 12 Aug 2014 18:26:30 +0400] rev 26344
8053657: [TEST_BUG] move some 5 tests related to undecorated Frame/JFrame to JDK Reviewed-by: serb
Tue, 12 Aug 2014 14:38:38 +0400 8046894: JNI exception pending in jdk/src/solaris/native/sun/awt/X11Color.c
serb [Tue, 12 Aug 2014 14:38:38 +0400] rev 26343
8046894: JNI exception pending in jdk/src/solaris/native/sun/awt/X11Color.c Reviewed-by: azvegint, prr
Tue, 12 Aug 2014 14:22:05 +0400 8049065: [JLightweightFrame] Support DnD for SwingNode
anthony [Tue, 12 Aug 2014 14:22:05 +0400] rev 26342
8049065: [JLightweightFrame] Support DnD for SwingNode Summary: Delegate DnD operations to LightweightContent when appropriate Reviewed-by: ant, pchelko
Mon, 11 Aug 2014 10:42:51 +0400 6708093: Redundant unused native method declaration in LCMS.java
yan [Mon, 11 Aug 2014 10:42:51 +0400] rev 26341
6708093: Redundant unused native method declaration in LCMS.java Reviewed-by: bae, prr Contributed-by: prhinduja@gmail.com
Mon, 11 Aug 2014 10:39:17 +0400 6975892: Javadoc typo in javax.print.attribute.standard.DialogTypeSelection
yan [Mon, 11 Aug 2014 10:39:17 +0400] rev 26340
6975892: Javadoc typo in javax.print.attribute.standard.DialogTypeSelection Summary: Fix typos in javax.print.attribute.standard.DialogTypeSelection Reviewed-by: prr Contributed-by: anisha.nagarajan1@gmail.com
Mon, 11 Aug 2014 10:32:21 +0400 8043693: A typo in the javadoc for javax.imageio.ImageReader
yan [Mon, 11 Aug 2014 10:32:21 +0400] rev 26339
8043693: A typo in the javadoc for javax.imageio.ImageReader Summary: Correct a typo in the javadoc for javax.imageio.ImageReader Reviewed-by: prr Contributed-by: prhinduja@gmail.com
Tue, 02 Sep 2014 11:05:41 +0200 8056994: sun/tools/jstatd/TestJstatdPortAndServer.java and sun/tools/jstatd/TestJstatdServer.java miss correct check of RMI server availability
ykantser [Tue, 02 Sep 2014 11:05:41 +0200] rev 26338
8056994: sun/tools/jstatd/TestJstatdPortAndServer.java and sun/tools/jstatd/TestJstatdServer.java miss correct check of RMI server availability Reviewed-by: jbachorik, dsamersoff
Tue, 02 Sep 2014 05:48:55 +0000 8049429: Tests for java client server communications with various TLS/SSL combinations.
xuelei [Tue, 02 Sep 2014 05:48:55 +0000] rev 26337
8049429: Tests for java client server communications with various TLS/SSL combinations. Reviewed-by: xuelei Contributed-by: Raghu Nair <raghu.k.nair@oracle.com>
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip