Thu, 28 Aug 2014 06:32:16 -0700 8031583: warnings from b03 for hotspot/agent/src/os/solaris/proc: JNI exception pending
dsamersoff [Thu, 28 Aug 2014 06:32:16 -0700] rev 26410
8031583: warnings from b03 for hotspot/agent/src/os/solaris/proc: JNI exception pending Summary: Added missed exception checks Reviewed-by: sla, sspitsyn
Thu, 28 Aug 2014 10:28:21 +0200 8055755: Information about loaded dynamic libraries is wrong on MacOSX
sla [Thu, 28 Aug 2014 10:28:21 +0200] rev 26409
8055755: Information about loaded dynamic libraries is wrong on MacOSX Summary: The information about loaded dynamic libraries printed in hs_err_pid files or by running the jcmd VM.dynlib is partly incorrect. The address printed in front of the library file name is wrong. Reviewed-by: sla, gziemski, gtriantafill Contributed-by: fredrik.arvidsson@oracle.com
Wed, 27 Aug 2014 10:42:28 -0700 8056175: Change "8048150: Allow easy configurations for large CDS archives" triggers conversion warning with older GCC
ccheung [Wed, 27 Aug 2014 10:42:28 -0700] rev 26408
8056175: Change "8048150: Allow easy configurations for large CDS archives" triggers conversion warning with older GCC Summary: cast the result of the conversion to uintx Reviewed-by: ccheung, coleenp Contributed-by: volker.simonis@gmail.com
Thu, 11 Sep 2014 09:08:47 -0700 Added tag jdk9-b30 for changeset 9628dff9b9a1
katleman [Thu, 11 Sep 2014 09:08:47 -0700] rev 26407
Added tag jdk9-b30 for changeset 9628dff9b9a1
Thu, 11 Sep 2014 14:27:55 -0700 Merge
lana [Thu, 11 Sep 2014 14:27:55 -0700] rev 26406
Merge
Thu, 11 Sep 2014 10:29:15 +0100 8058117: Missing jdk.deploy.osx from modules.xml
chegar [Thu, 11 Sep 2014 10:29:15 +0100] rev 26405
8058117: Missing jdk.deploy.osx from modules.xml Reviewed-by: alanb, mchung
Wed, 10 Sep 2014 19:36:32 -0700 Merge
lana [Wed, 10 Sep 2014 19:36:32 -0700] rev 26404
Merge
Wed, 10 Sep 2014 17:32:40 -0700 8057627: Add org.w3c.dom.ranges and org.w3c.dom.traversal as exported API in modules.xml
mchung [Wed, 10 Sep 2014 17:32:40 -0700] rev 26403
8057627: Add org.w3c.dom.ranges and org.w3c.dom.traversal as exported API in modules.xml Reviewed-by: alanb
Wed, 10 Sep 2014 12:28:14 -0700 8056195: Add CUSTOM_SUMMARY_AND_WARNINGS_HOOK
mduigou [Wed, 10 Sep 2014 12:28:14 -0700] rev 26402
8056195: Add CUSTOM_SUMMARY_AND_WARNINGS_HOOK Reviewed-by: ihse, erikj
Wed, 10 Sep 2014 16:13:35 +0100 8057813: Alterations to jdk_security3 test target
coffeys [Wed, 10 Sep 2014 16:13:35 +0100] rev 26401
8057813: Alterations to jdk_security3 test target Reviewed-by: mullan, wetmore, xuelei
Tue, 09 Sep 2014 17:42:07 +0100 8057538: Build the freetype library during configure on Windows
simonis [Tue, 09 Sep 2014 17:42:07 +0100] rev 26400
8057538: Build the freetype library during configure on Windows Reviewed-by: erikj, ihse
Tue, 09 Sep 2014 15:12:50 +0200 8057125: The fix for JDK-8027627 was incomplete: Don't hardcode bash anywhere.
ihse [Tue, 09 Sep 2014 15:12:50 +0200] rev 26399
8057125: The fix for JDK-8027627 was incomplete: Don't hardcode bash anywhere. Reviewed-by: erikj
Fri, 05 Sep 2014 12:42:41 +0200 8057537: Serialize reconfigure and fix make clean-foo foo
erikj [Fri, 05 Sep 2014 12:42:41 +0200] rev 26398
8057537: Serialize reconfigure and fix make clean-foo foo Reviewed-by: dholmes, ihse, tbell
Thu, 11 Sep 2014 09:08:38 -0700 Added tag jdk9-b30 for changeset 8d6d3257c748
katleman [Thu, 11 Sep 2014 09:08:38 -0700] rev 26397
Added tag jdk9-b30 for changeset 8d6d3257c748
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>
Mon, 01 Sep 2014 13:33:28 +0200 8056249: Improve CompletableFuture resource usage
dl [Mon, 01 Sep 2014 13:33:28 +0200] rev 26336
8056249: Improve CompletableFuture resource usage Reviewed-by: psandoz, chegar, martin
Fri, 29 Aug 2014 11:59:34 -0700 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
joehw [Fri, 29 Aug 2014 11:59:34 -0700] rev 26335
8037819: Xerces Update: jaxp/validation/XMLSchemaFactory Reviewed-by: lancea
Thu, 04 Sep 2014 13:26:40 -0700 Added tag jdk9-b29 for changeset 317aad3480c8
katleman [Thu, 04 Sep 2014 13:26:40 -0700] rev 26334
Added tag jdk9-b29 for changeset 317aad3480c8
Wed, 05 Jul 2017 19:59:21 +0200 Merge
duke [Wed, 05 Jul 2017 19:59:21 +0200] rev 26333
Merge
Thu, 04 Sep 2014 14:45:08 -0700 Merge
lana [Thu, 04 Sep 2014 14:45:08 -0700] rev 26332
Merge
Fri, 29 Aug 2014 08:14:19 -0700 Merge
jmasa [Fri, 29 Aug 2014 08:14:19 -0700] rev 26331
Merge
Thu, 28 Aug 2014 15:55:05 +0000 Merge
tschatzl [Thu, 28 Aug 2014 15:55:05 +0000] rev 26330
Merge
Thu, 28 Aug 2014 17:06:29 +0200 Merge
tschatzl [Thu, 28 Aug 2014 17:06:29 +0200] rev 26329
Merge
Thu, 28 Aug 2014 18:38:31 +0400 8050464: G1 string deduplication tests hang/timeout and leave running processes consuming all resources
dfazunen [Thu, 28 Aug 2014 18:38:31 +0400] rev 26328
8050464: G1 string deduplication tests hang/timeout and leave running processes consuming all resources Reviewed-by: jmasa
Fri, 29 Aug 2014 08:07:13 -0700 Merge
jmasa [Fri, 29 Aug 2014 08:07:13 -0700] rev 26327
Merge
Thu, 28 Aug 2014 17:05:41 +0200 8054808: Bitmap verification sometimes fails after Full GC aborts concurrent mark.
tschatzl [Thu, 28 Aug 2014 17:05:41 +0200] rev 26326
8054808: Bitmap verification sometimes fails after Full GC aborts concurrent mark. Summary: The verification code that checked whether no bitmap mark had been found re-read HeapRegion::end() after the check on the bitmap. Concurrent humongous object allocation could have changed HeapRegion::end() in the meantime. Fix this by using the actual end of the region instead of HeapRegion::end() for comparison. Reviewed-by: brutisso, jmasa
Thu, 28 Aug 2014 11:25:09 -0700 Merge
jmasa [Thu, 28 Aug 2014 11:25:09 -0700] rev 26325
Merge
Wed, 27 Aug 2014 09:47:06 +0200 8028787: tmtools/jstat/gcoldcapacity/jstat_gcoldcapacity02 fails nsk.share.Failure: OGC < OGCMN in RT_Baseline
sjohanss [Wed, 27 Aug 2014 09:47:06 +0200] rev 26324
8028787: tmtools/jstat/gcoldcapacity/jstat_gcoldcapacity02 fails nsk.share.Failure: OGC < OGCMN in RT_Baseline Summary: Passing the min and max size of the generation into the counter instead of using the space to estimate sizes. Reviewed-by: stefank, tschatzl
Wed, 27 Aug 2014 09:22:22 +0000 Merge
brutisso [Wed, 27 Aug 2014 09:22:22 +0000] rev 26323
Merge
Wed, 27 Aug 2014 10:51:08 +0200 8055816: Remove dead code in g1BlockOffsetTable
brutisso [Wed, 27 Aug 2014 10:51:08 +0200] rev 26322
8055816: Remove dead code in g1BlockOffsetTable Reviewed-by: tschatzl, mgerdin
Wed, 27 Aug 2014 08:59:05 +0200 8056043: Heap does not shrink within the heap after JDK-8038423
tschatzl [Wed, 27 Aug 2014 08:59:05 +0200] rev 26321
8056043: Heap does not shrink within the heap after JDK-8038423 Summary: Enable shrinking within the heap by removing some code added for JDK-8054818. Enable the test case that checks that again too. Reviewed-by: jwilhelm, jmasa
Tue, 26 Aug 2014 14:15:50 +0200 8055919: Remove dead code in G1 concurrent marking code
tschatzl [Tue, 26 Aug 2014 14:15:50 +0200] rev 26320
8055919: Remove dead code in G1 concurrent marking code Reviewed-by: jmasa, jwilhelm
Tue, 26 Aug 2014 14:15:42 +0200 8055953: [TESTBUG] Fix for 8055098 does not contain unit test
tschatzl [Tue, 26 Aug 2014 14:15:42 +0200] rev 26319
8055953: [TESTBUG] Fix for 8055098 does not contain unit test Summary: Add missing unit test. Reviewed-by: tschatzl Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
Thu, 28 Aug 2014 17:45:58 +0000 Merge
jmasa [Thu, 28 Aug 2014 17:45:58 +0000] rev 26318
Merge
Thu, 28 Aug 2014 08:56:52 -0700 Merge
jmasa [Thu, 28 Aug 2014 08:56:52 -0700] rev 26317
Merge
Tue, 26 Aug 2014 09:36:53 +0200 8054819: Rename HeapRegionSeq to HeapRegionManager
tschatzl [Tue, 26 Aug 2014 09:36:53 +0200] rev 26316
8054819: Rename HeapRegionSeq to HeapRegionManager Reviewed-by: jwilhelm, jmasa
Mon, 25 Aug 2014 07:35:36 +0000 Merge
stefank [Mon, 25 Aug 2014 07:35:36 +0000] rev 26315
Merge
Mon, 25 Aug 2014 09:10:13 +0200 8055416: Several vm/gc/heap/summary "After GC" events emitted for the same GC ID
stefank [Mon, 25 Aug 2014 09:10:13 +0200] rev 26314
8055416: Several vm/gc/heap/summary "After GC" events emitted for the same GC ID Reviewed-by: brutisso, ehelin
Mon, 25 Aug 2014 08:27:19 +0200 8055818: Remove PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC from g1BlockOffsetTable.cpp
brutisso [Mon, 25 Aug 2014 08:27:19 +0200] rev 26313
8055818: Remove PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC from g1BlockOffsetTable.cpp Reviewed-by: stefank, mgerdin
Thu, 28 Aug 2014 18:31:05 +0200 Merge
rbackman [Thu, 28 Aug 2014 18:31:05 +0200] rev 26312
Merge
Wed, 27 Aug 2014 17:09:18 +0400 8056072: add jprt_optimized targets
iignatyev [Wed, 27 Aug 2014 17:09:18 +0400] rev 26311
8056072: add jprt_optimized targets Reviewed-by: kvn, roland
Wed, 27 Aug 2014 10:02:58 +0200 8051415: TypeTuple::make_domain() and TypeTuple::make_range() allocate too much memory
zmajo [Wed, 27 Aug 2014 10:02:58 +0200] rev 26310
8051415: TypeTuple::make_domain() and TypeTuple::make_range() allocate too much memory Summary: Change memory allocation in TypeTuple::make_domain() and TypeTuple::make_range() to not allocate memory for TypeFunc::Parms. Reviewed-by: kvn, roland
Mon, 25 Aug 2014 07:44:58 +0000 Merge
thartmann [Mon, 25 Aug 2014 07:44:58 +0000] rev 26309
Merge
Mon, 25 Aug 2014 07:04:09 +0200 8055657: Test compiler/classUnloading/methodUnloading/TestMethodUnloading.java does not work with non-default GC
thartmann [Mon, 25 Aug 2014 07:04:09 +0200] rev 26308
8055657: Test compiler/classUnloading/methodUnloading/TestMethodUnloading.java does not work with non-default GC Summary: Remove the '-XX:+UseParallelGC' parameter from the test because it is conflicting with other GC settings. Reviewed-by: kvn
Mon, 25 Aug 2014 07:08:53 +0200 8055751: TestAnonymousClassUnloading.java needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot
thartmann [Mon, 25 Aug 2014 07:08:53 +0200] rev 26307
8055751: TestAnonymousClassUnloading.java needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot Summary: Copy additional Whitebox class file to JTwork (required by JDK-8011397). Reviewed-by: kvn
Fri, 22 Aug 2014 12:03:49 -0700 8055069: TSX and RTM should be deprecated more strongly until hardware is corrected
kvn [Fri, 22 Aug 2014 12:03:49 -0700] rev 26306
8055069: TSX and RTM should be deprecated more strongly until hardware is corrected Summary: Require to specify UnlockExperimentalVMOptions flag together with UseRTMLocking flag on un-patched systems where CPUID allows it but is unsupported otherwise. Reviewed-by: iveresov, fzhinkin
Tue, 26 Aug 2014 13:07:57 -0700 8041727: [TESTBUG] runtime/jsig/Test8017498.sh fails with Test8017498.sh: 50: [: x/usr/bin/gcc: unexpected operator
ctornqvi [Tue, 26 Aug 2014 13:07:57 -0700] rev 26305
8041727: [TESTBUG] runtime/jsig/Test8017498.sh fails with Test8017498.sh: 50: [: x/usr/bin/gcc: unexpected operator Summary: Fixed shell script issues Reviewed-by: dcubed, gtriantafill
Mon, 25 Aug 2014 00:13:36 -0700 8048150: Allow easy configurations for large CDS archives
ccheung [Mon, 25 Aug 2014 00:13:36 -0700] rev 26304
8048150: Allow easy configurations for large CDS archives Summary: Estimate the size of shared archive based on the number of classes in the classlist file Reviewed-by: iklam, jiangli, minqi, dholmes
Fri, 22 Aug 2014 14:21:41 -0700 8055844: [TESTBUG] test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails on Solaris Sparc due to incorrect page size being used
ctornqvi [Fri, 22 Aug 2014 14:21:41 -0700] rev 26303
8055844: [TESTBUG] test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails on Solaris Sparc due to incorrect page size being used Summary: Use 128KB chunks for virtual memory operations Reviewed-by: zgu, gtriantafill
Fri, 22 Aug 2014 06:28:14 -0700 8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running
gtriantafill [Fri, 22 Aug 2014 06:28:14 -0700] rev 26302
8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running Reviewed-by: ctornqvi, zgu, hseigel
Thu, 21 Aug 2014 14:37:39 -0700 8055684: runtime/NMT/CommandLineEmptyArgument.java fails
gtriantafill [Thu, 21 Aug 2014 14:37:39 -0700] rev 26301
8055684: runtime/NMT/CommandLineEmptyArgument.java fails Reviewed-by: ctornqvi, sla
Fri, 22 Aug 2014 07:38:42 -0700 8055053: [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails
gtriantafill [Fri, 22 Aug 2014 07:38:42 -0700] rev 26300
8055053: [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails Reviewed-by: ctornqvi, zgu
Fri, 22 Aug 2014 06:46:29 -0700 8055052: [TESTBUG] runtime/NMT/JcmdDetailDiff.java fails on Windows when there are no debug symbols available
gtriantafill [Fri, 22 Aug 2014 06:46:29 -0700] rev 26299
8055052: [TESTBUG] runtime/NMT/JcmdDetailDiff.java fails on Windows when there are no debug symbols available Reviewed-by: ctornqvi, hseigel
Fri, 22 Aug 2014 11:23:36 -0700 Merge
dcubed [Fri, 22 Aug 2014 11:23:36 -0700] rev 26298
Merge
Fri, 22 Aug 2014 09:30:57 -0700 8055814: [TESTBUG] runtime/NMT/NMTWithCDS.java fails with product builds due to missing UnlockDiagnosticVMOptions
ctornqvi [Fri, 22 Aug 2014 09:30:57 -0700] rev 26297
8055814: [TESTBUG] runtime/NMT/NMTWithCDS.java fails with product builds due to missing UnlockDiagnosticVMOptions Summary: Passing -XX:+UnlockDiagnosticVMOptions to ProcessBuilder Reviewed-by: zgu, gtriantafill
Fri, 22 Aug 2014 08:13:38 +0200 8055754: filemap.cpp does not compile with clang
sla [Fri, 22 Aug 2014 08:13:38 +0200] rev 26296
8055754: filemap.cpp does not compile with clang Reviewed-by: kvn, iklam, coleenp
Thu, 21 Aug 2014 16:32:36 -0700 8055338: (process) Add instrumentation to help diagnose JDK-6573254
igerasim [Thu, 21 Aug 2014 16:32:36 -0700] rev 26295
8055338: (process) Add instrumentation to help diagnose JDK-6573254 Reviewed-by: dcubed, ohair, iklam, dholmes, sspitsyn, sla
Thu, 21 Aug 2014 01:43:27 +0000 Merge
ctornqvi [Thu, 21 Aug 2014 01:43:27 +0000] rev 26294
Merge
Wed, 20 Aug 2014 14:59:33 -0700 8027480: Build Windows x64 fastdebug builds using /homeparams
ctornqvi [Wed, 20 Aug 2014 14:59:33 -0700] rev 26293
8027480: Build Windows x64 fastdebug builds using /homeparams Summary: Windows x64 fastdebug builds now uses the /homeparams compiler flag Reviewed-by: dcubed, zgu, lfoltan
Wed, 20 Aug 2014 14:59:08 -0700 8055164: [TESTBUG] runtime/CompressedOops/CompressedClassPointers.java fails with OpenJDK build
ctornqvi [Wed, 20 Aug 2014 14:59:08 -0700] rev 26292
8055164: [TESTBUG] runtime/CompressedOops/CompressedClassPointers.java fails with OpenJDK build Summary: Removed explicit check for HotSpot in output Reviewed-by: sla, coleenp, hseigel
Wed, 20 Aug 2014 21:37:50 +0000 Merge
zgu [Wed, 20 Aug 2014 21:37:50 +0000] rev 26291
Merge
Wed, 20 Aug 2014 15:58:45 -0400 8055236: Deadlock during NMT2 shutdown on Windows
zgu [Wed, 20 Aug 2014 15:58:45 -0400] rev 26290
8055236: Deadlock during NMT2 shutdown on Windows Summary: Removed MemTracker::shutdown() call to avoid deadlock Reviewed-by: minqi, ctornqvi
Wed, 20 Aug 2014 08:50:10 -0400 Merge
zgu [Wed, 20 Aug 2014 08:50:10 -0400] rev 26289
Merge
Wed, 20 Aug 2014 08:41:15 -0400 8054546: NMT2 leaks memory
zgu [Wed, 20 Aug 2014 08:41:15 -0400] rev 26288
8054546: NMT2 leaks memory Summary: Fixed memory leak in NMT by baselining memory in c heap instead of an arena. Reviewed-by: coleenp, minqi
Thu, 04 Sep 2014 13:26:26 -0700 Added tag jdk9-b29 for changeset dc0034c79fa4
katleman [Thu, 04 Sep 2014 13:26:26 -0700] rev 26287
Added tag jdk9-b29 for changeset dc0034c79fa4
Thu, 04 Sep 2014 14:44:50 -0700 Merge
lana [Thu, 04 Sep 2014 14:44:50 -0700] rev 26286
Merge
Wed, 03 Sep 2014 14:10:53 +0200 8057132: Build fails if PROFILE is set in the environment
erikj [Wed, 03 Sep 2014 14:10:53 +0200] rev 26285
8057132: Build fails if PROFILE is set in the environment Reviewed-by: ihse, dholmes, fparain
Tue, 02 Sep 2014 11:21:05 -0700 Merge
prr [Tue, 02 Sep 2014 11:21:05 -0700] rev 26284
Merge
Fri, 22 Aug 2014 11:00:44 -0700 8039271: CMM profile files (cmm/*) should not be in ${java.home}/lib
prr [Fri, 22 Aug 2014 11:00:44 -0700] rev 26283
8039271: CMM profile files (cmm/*) should not be in ${java.home}/lib Reviewed-by: bae, mchung, erikj
Mon, 01 Sep 2014 10:39:20 +0200 8027627: Don't hardcode bash path in LOG=trace
ihse [Mon, 01 Sep 2014 10:39:20 +0200] rev 26282
8027627: Don't hardcode bash path in LOG=trace Reviewed-by: erikj, tbell Contributed-by: Dmitry Samersoff <dmitry.samersoff@oracle.com>
Thu, 04 Sep 2014 13:26:23 -0700 Added tag jdk9-b29 for changeset f1c3d5352210
katleman [Thu, 04 Sep 2014 13:26:23 -0700] rev 26281
Added tag jdk9-b29 for changeset f1c3d5352210
Wed, 05 Jul 2017 19:59:05 +0200 Added tag jdk9-b29 for changeset c36c00926937
duke [Wed, 05 Jul 2017 19:59:05 +0200] rev 26280
Added tag jdk9-b29 for changeset c36c00926937
Wed, 05 Jul 2017 19:59:04 +0200 Merge jdk9-b29
duke [Wed, 05 Jul 2017 19:59:04 +0200] rev 26279
Merge
Wed, 05 Jul 2017 19:59:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:59:00 +0200] rev 26278
Merge
Fri, 29 Aug 2014 11:57:50 -0700 Merge
lana [Fri, 29 Aug 2014 11:57:50 -0700] rev 26277
Merge
Fri, 29 Aug 2014 10:46:33 -0700 8055856: checkdeps build target doesn't work for cross-compilation builds
mchung [Fri, 29 Aug 2014 10:46:33 -0700] rev 26276
8055856: checkdeps build target doesn't work for cross-compilation builds 8056113: [build] tools.jar missing modules.xml Reviewed-by: ihse, erikj
Fri, 29 Aug 2014 14:58:35 +0200 8056252: Incremental build fails on Windows
alundblad [Fri, 29 Aug 2014 14:58:35 +0200] rev 26275
8056252: Incremental build fails on Windows Summary: Changed from '/' to File.separatorChar Reviewed-by: jfranck
Fri, 29 Aug 2014 00:42:42 -0700 8055074: Group 9a: golden files for tests in tools/javac dir
sogoel [Fri, 29 Aug 2014 00:42:42 -0700] rev 26274
8055074: Group 9a: golden files for tests in tools/javac dir Reviewed-by: jjg
Thu, 28 Aug 2014 23:42:16 -0700 8049126: golden files for annotations test in tools/java dir
sogoel [Thu, 28 Aug 2014 23:42:16 -0700] rev 26273
8049126: golden files for annotations test in tools/java dir Reviewed-by: jjg
Thu, 28 Aug 2014 11:29:34 -0700 8056283: @ignore tools/javac/defaultMethods/Assertions.java until JDK-8047675 is fixed
darcy [Thu, 28 Aug 2014 11:29:34 -0700] rev 26272
8056283: @ignore tools/javac/defaultMethods/Assertions.java until JDK-8047675 is fixed Reviewed-by: ksrini
Thu, 28 Aug 2014 17:38:40 +0200 8054500: Refactor sjavac Main class into ClientMain and ServerMain
alundblad [Thu, 28 Aug 2014 17:38:40 +0200] rev 26271
8054500: Refactor sjavac Main class into ClientMain and ServerMain Summary: Restructured Main into ClientMain and ServerMain Reviewed-by: jfranck
Wed, 27 Aug 2014 06:56:29 -0700 8050031: [javadoc] class-use pages have duplicates and missing entries
ksrini [Wed, 27 Aug 2014 06:56:29 -0700] rev 26270
8050031: [javadoc] class-use pages have duplicates and missing entries Reviewed-by: jjg
Tue, 26 Aug 2014 08:12:42 -0700 8054925: [javadoc] refactor the Doclet start method.
ksrini [Tue, 26 Aug 2014 08:12:42 -0700] rev 26269
8054925: [javadoc] refactor the Doclet start method. Reviewed-by: jjg
Wed, 27 Aug 2014 06:25:17 -0700 8038732: [javadoc] NetBeans IDE target does not build doclets
ksrini [Wed, 27 Aug 2014 06:25:17 -0700] rev 26268
8038732: [javadoc] NetBeans IDE target does not build doclets Reviewed-by: jjg, jlahoda
Wed, 27 Aug 2014 11:41:03 +0100 8056075: Add support for dumping inference dependency graphs
mcimadamore [Wed, 27 Aug 2014 11:41:03 +0100] rev 26267
8056075: Add support for dumping inference dependency graphs Summary: Add option '-XDdumpInferenceGraphTo=<folder>' to dump inference internal dependency graphs Reviewed-by: jjg, jlahoda
Wed, 27 Aug 2014 07:44:00 +0200 8056061: Mark implementations of public interfaces with an annotation
jlahoda [Wed, 27 Aug 2014 07:44:00 +0200] rev 26266
8056061: Mark implementations of public interfaces with an annotation Summary: Adding @DefinedBy annotation to mark methods that implement public API methods; annotating the methods; adding a coding rules analyzer to enforce all such methods are annotated. Reviewed-by: jjg, mcimadamore, jfranck Contributed-by: jan.lahoda@oracle.com, jonathan.gibbons@oracle.com
Tue, 26 Aug 2014 12:45:28 +0100 8056055: IntelliJ source paths broken after modularization of langtools
mcimadamore [Tue, 26 Aug 2014 12:45:28 +0100] rev 26265
8056055: IntelliJ source paths broken after modularization of langtools Summary: Add 'share/classes' prefix to all src roots Reviewed-by: jfranck
Fri, 22 Aug 2014 16:28:16 -0700 8044859: javac duplicates option processing when using Compiler API
jjg [Fri, 22 Aug 2014 16:28:16 -0700] rev 26264
8044859: javac duplicates option processing when using Compiler API Reviewed-by: mcimadamore, vromero, jlahoda
Fri, 22 Aug 2014 12:25:01 +0200 8055767: Sjavac is leaking servers
erikj [Fri, 22 Aug 2014 12:25:01 +0200] rev 26263
8055767: Sjavac is leaking servers Reviewed-by: alundblad, jfranck
Fri, 29 Aug 2014 11:30:58 -0700 Added tag jdk9-b28 for changeset 6ce251a87137
katleman [Fri, 29 Aug 2014 11:30:58 -0700] rev 26262
Added tag jdk9-b28 for changeset 6ce251a87137
Wed, 05 Jul 2017 19:58:53 +0200 Merge
duke [Wed, 05 Jul 2017 19:58:53 +0200] rev 26261
Merge
Fri, 29 Aug 2014 11:30:46 -0700 Added tag jdk9-b28 for changeset 0444f488042c
katleman [Fri, 29 Aug 2014 11:30:46 -0700] rev 26260
Added tag jdk9-b28 for changeset 0444f488042c
Wed, 05 Jul 2017 19:58:48 +0200 Merge
duke [Wed, 05 Jul 2017 19:58:48 +0200] rev 26259
Merge
Fri, 29 Aug 2014 11:56:46 -0700 Merge
lana [Fri, 29 Aug 2014 11:56:46 -0700] rev 26258
Merge
Fri, 29 Aug 2014 11:49:38 -0700 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
joehw [Fri, 29 Aug 2014 11:49:38 -0700] rev 26257
8037819: Xerces Update: jaxp/validation/XMLSchemaFactory Reviewed-by: lancea
Fri, 29 Aug 2014 11:30:41 -0700 Added tag jdk9-b28 for changeset 482db0c1193b
katleman [Fri, 29 Aug 2014 11:30:41 -0700] rev 26256
Added tag jdk9-b28 for changeset 482db0c1193b
Wed, 05 Jul 2017 19:58:44 +0200 Merge
duke [Wed, 05 Jul 2017 19:58:44 +0200] rev 26255
Merge
Fri, 29 Aug 2014 11:58:19 -0700 Merge
lana [Fri, 29 Aug 2014 11:58:19 -0700] rev 26254
Merge
Thu, 28 Aug 2014 16:38:23 +0200 8056243: OptimisticTypePersistence should refuse to work in symlinked directories
attila [Thu, 28 Aug 2014 16:38:23 +0200] rev 26253
8056243: OptimisticTypePersistence should refuse to work in symlinked directories Reviewed-by: lagergren, sundar
Wed, 27 Aug 2014 14:27:56 +0530 8056123: Anonymous function statements leak internal function names into global scope
sundar [Wed, 27 Aug 2014 14:27:56 +0530] rev 26252
8056123: Anonymous function statements leak internal function names into global scope Reviewed-by: hannesw, attila
Tue, 26 Aug 2014 22:57:24 +0530 8056094: [nashorn] tests fail when running via jtreg
sundar [Tue, 26 Aug 2014 22:57:24 +0530] rev 26251
8056094: [nashorn] tests fail when running via jtreg Reviewed-by: jlaskey, hannesw
Tue, 26 Aug 2014 15:52:55 +0200 8056025: CompilationPhase.setStates() is hot in class installation phase
attila [Tue, 26 Aug 2014 15:52:55 +0200] rev 26250
8056025: CompilationPhase.setStates() is hot in class installation phase Reviewed-by: jlaskey, sundar
Tue, 26 Aug 2014 15:04:48 +0200 8056052: Source.getContent() does excess Object.clone()
attila [Tue, 26 Aug 2014 15:04:48 +0200] rev 26249
8056052: Source.getContent() does excess Object.clone() Reviewed-by: jlaskey, sundar
Tue, 26 Aug 2014 15:04:20 +0200 8055954: Do not parallelize class installation
attila [Tue, 26 Aug 2014 15:04:20 +0200] rev 26248
8055954: Do not parallelize class installation Reviewed-by: jlaskey, sundar
Tue, 26 Aug 2014 17:21:17 +0530 8056050: runExternalJsTest method in test/jdk/nashorn/internal/runtime/ClassFilter.java slows down "ant test"
sundar [Tue, 26 Aug 2014 17:21:17 +0530] rev 26247
8056050: runExternalJsTest method in test/jdk/nashorn/internal/runtime/ClassFilter.java slows down "ant test" Reviewed-by: attila, jlaskey
Tue, 26 Aug 2014 11:45:36 +0200 8055923: collect timings using System.nanoTime
attila [Tue, 26 Aug 2014 11:45:36 +0200] rev 26246
8055923: collect timings using System.nanoTime Reviewed-by: hannesw, lagergren
Tue, 26 Aug 2014 11:42:07 +0200 8055906: Avoid throwing an exception with filled in stack trace as part of the normal control flow
lagergren [Tue, 26 Aug 2014 11:42:07 +0200] rev 26245
8055906: Avoid throwing an exception with filled in stack trace as part of the normal control flow Reviewed-by: attila, hannesw
Tue, 26 Aug 2014 11:32:12 +0200 8055913: Node.hashCode() delegates to Object.hashCode() and is hot
attila [Tue, 26 Aug 2014 11:32:12 +0200] rev 26244
8055913: Node.hashCode() delegates to Object.hashCode() and is hot Reviewed-by: lagergren, sundar
Tue, 26 Aug 2014 11:31:31 +0200 8055911: Don't use String.intern for IdentNode
attila [Tue, 26 Aug 2014 11:31:31 +0200] rev 26243
8055911: Don't use String.intern for IdentNode Reviewed-by: lagergren, sundar
Tue, 26 Aug 2014 13:26:15 +0400 8055811: Tests for Nashorn ClassFilter Support
yan [Tue, 26 Aug 2014 13:26:15 +0400] rev 26242
8055811: Tests for Nashorn ClassFilter Support Reviewed-by: sundar, attila Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
Mon, 25 Aug 2014 22:36:05 +0200 8055870: iteration fails if index var is not used
attila [Mon, 25 Aug 2014 22:36:05 +0200] rev 26241
8055870: iteration fails if index var is not used Reviewed-by: hannesw, lagergren
Mon, 25 Aug 2014 20:26:53 +0530 8055899: Two nashorn tests fail in 8u40 nightly build with ClassNotFoundException
sundar [Mon, 25 Aug 2014 20:26:53 +0530] rev 26240
8055899: Two nashorn tests fail in 8u40 nightly build with ClassNotFoundException Reviewed-by: jlaskey, lagergren
Mon, 25 Aug 2014 17:38:53 +0400 8055878: Nashorn: all tests failed with AccessControlException
yan [Mon, 25 Aug 2014 17:38:53 +0400] rev 26239
8055878: Nashorn: all tests failed with AccessControlException Reviewed-by: sundar, hannesw Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
Fri, 22 Aug 2014 22:50:38 +0530 8055830: JDK-8015969.js is silently failing
sundar [Fri, 22 Aug 2014 22:50:38 +0530] rev 26238
8055830: JDK-8015969.js is silently failing Reviewed-by: lagergren, jlaskey, hannesw
Fri, 22 Aug 2014 15:47:28 +0530 8055796: JSObject and browser JSObject linkers should provide fallback to call underlying Java methods directly
sundar [Fri, 22 Aug 2014 15:47:28 +0530] rev 26237
8055796: JSObject and browser JSObject linkers should provide fallback to call underlying Java methods directly Reviewed-by: attila, hannesw
Thu, 21 Aug 2014 20:06:48 +0530 8055762: Nashorn misses linker for netscape.javascript.JSObject instances
sundar [Thu, 21 Aug 2014 20:06:48 +0530] rev 26236
8055762: Nashorn misses linker for netscape.javascript.JSObject instances Reviewed-by: lagergren, jlaskey
Wed, 20 Aug 2014 21:32:09 +0530 8055687: Wrong "this" passed to JSObject.eval call
sundar [Wed, 20 Aug 2014 21:32:09 +0530] rev 26235
8055687: Wrong "this" passed to JSObject.eval call Reviewed-by: lagergren, hannesw, attila
Fri, 29 Aug 2014 11:30:59 -0700 Added tag jdk9-b28 for changeset b7633e8ce82a
katleman [Fri, 29 Aug 2014 11:30:59 -0700] rev 26234
Added tag jdk9-b28 for changeset b7633e8ce82a
Wed, 05 Jul 2017 19:58:36 +0200 Merge
duke [Wed, 05 Jul 2017 19:58:36 +0200] rev 26233
Merge
Fri, 29 Aug 2014 11:59:34 -0700 Merge
lana [Fri, 29 Aug 2014 11:59:34 -0700] rev 26232
Merge
Wed, 27 Aug 2014 10:59:34 +0200 8056064: Fix corba locale build problem on windows
erikj [Wed, 27 Aug 2014 10:59:34 +0200] rev 26231
8056064: Fix corba locale build problem on windows Reviewed-by: alanb, tbell
Fri, 29 Aug 2014 11:30:34 -0700 Added tag jdk9-b28 for changeset 998ca72b253e
katleman [Fri, 29 Aug 2014 11:30:34 -0700] rev 26230
Added tag jdk9-b28 for changeset 998ca72b253e
Wed, 05 Jul 2017 19:58:32 +0200 Merge
duke [Wed, 05 Jul 2017 19:58:32 +0200] rev 26229
Merge
Fri, 29 Aug 2014 11:58:43 -0700 Merge
lana [Fri, 29 Aug 2014 11:58:43 -0700] rev 26228
Merge
Fri, 29 Aug 2014 10:47:32 -0700 8055856: checkdeps build target doesn't work for cross-compilation builds
mchung [Fri, 29 Aug 2014 10:47:32 -0700] rev 26227
8055856: checkdeps build target doesn't work for cross-compilation builds 8056113: [build] tools.jar missing modules.xml Reviewed-by: ihse, erikj
Fri, 29 Aug 2014 18:11:04 +0400 8056310: Cleanup in WinNTFileSystem_md.c
igerasim [Fri, 29 Aug 2014 18:11:04 +0400] rev 26226
8056310: Cleanup in WinNTFileSystem_md.c Reviewed-by: alanb
Fri, 29 Aug 2014 12:00:31 +0200 8056246: Fix AIX build after the Modular Source Code change 8054834
simonis [Fri, 29 Aug 2014 12:00:31 +0200] rev 26225
8056246: Fix AIX build after the Modular Source Code change 8054834 Reviewed-by: erikj, ihse
Fri, 29 Aug 2014 09:57:55 +0800 8034218: Improve fontconfig.properties for AIX platform
luchsh [Fri, 29 Aug 2014 09:57:55 +0800] rev 26224
8034218: Improve fontconfig.properties for AIX platform Reviewed-by: simonis
Thu, 28 Aug 2014 05:20:02 -0700 8049226: com/sun/jdi/OptionTest.java test times out again
dsamersoff [Thu, 28 Aug 2014 05:20:02 -0700] rev 26223
8049226: com/sun/jdi/OptionTest.java test times out again Summary: Don't call jni_FatalError if transport initialization fails Reviewed-by: sspitsyn, sla
Thu, 28 Aug 2014 05:04:58 -0700 8054066: com/sun/jdi/DoubleAgentTest.java fails with timeout
dsamersoff [Thu, 28 Aug 2014 05:04:58 -0700] rev 26222
8054066: com/sun/jdi/DoubleAgentTest.java fails with timeout Summary: The test chaged to use testlibrary Reviewed-by: sla
Thu, 28 Aug 2014 10:17:55 +0100 8055299: HttpsURLConnection.equals() broken
michaelm [Thu, 28 Aug 2014 10:17:55 +0100] rev 26221
8055299: HttpsURLConnection.equals() broken Reviewed-by: chegar, xuelei
Wed, 27 Aug 2014 10:14:16 +0200 8056148: Add java/lang/management/MemoryMXBean/LowMemoryTest.java to ProblemList.txt
stefank [Wed, 27 Aug 2014 10:14:16 +0200] rev 26220
8056148: Add java/lang/management/MemoryMXBean/LowMemoryTest.java to ProblemList.txt Reviewed-by: chegar, brutisso
Wed, 27 Aug 2014 22:08:19 +0400 8054714: Use StringJoiner where it makes the code cleaner
igerasim [Wed, 27 Aug 2014 22:08:19 +0400] rev 26219
8054714: Use StringJoiner where it makes the code cleaner Reviewed-by: psandoz, redestad
Wed, 27 Aug 2014 11:33:45 +0800 8048617: Tests for PKCS12 read operations
weijun [Wed, 27 Aug 2014 11:33:45 +0800] rev 26218
8048617: Tests for PKCS12 read operations Reviewed-by: weijun Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
Mon, 25 Aug 2014 10:40:55 -0700 8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
martin [Mon, 25 Aug 2014 10:40:55 -0700] rev 26217
8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM Summary: Try to resize to "well-known" hotspot max array size first. Reviewed-by: alanb, mduigou
Tue, 26 Aug 2014 14:35:33 -0700 8055230: Rename attach provider implementation class be platform neutral
mchung [Tue, 26 Aug 2014 14:35:33 -0700] rev 26216
8055230: Rename attach provider implementation class be platform neutral Reviewed-by: alanb, chegar, dfuchs, dholmes, erikj, sla
Tue, 26 Aug 2014 11:43:19 -0700 Merge
amurillo [Tue, 26 Aug 2014 11:43:19 -0700] rev 26215
Merge
Fri, 22 Aug 2014 10:03:18 -0700 Merge
amurillo [Fri, 22 Aug 2014 10:03:18 -0700] rev 26214
Merge
Wed, 20 Aug 2014 17:06:01 -0700 Merge
sspitsyn [Wed, 20 Aug 2014 17:06:01 -0700] rev 26213
Merge
Tue, 12 Aug 2014 17:29:01 -0700 8046070: Class Data Sharing clean up and refactoring
iklam [Tue, 12 Aug 2014 17:29:01 -0700] rev 26212
8046070: Class Data Sharing clean up and refactoring Summary: Cleaned up CDS to be more configurable, maintainable and extensible Reviewed-by: dholmes, coleenp, acorn, mchung
Tue, 26 Aug 2014 15:18:38 +0100 Merge
michaelm [Tue, 26 Aug 2014 15:18:38 +0100] rev 26211
Merge
Tue, 26 Aug 2014 15:08:42 +0100 8056065: sun/net/www/protocol/http/RedirectOnPost.java failing.
michaelm [Tue, 26 Aug 2014 15:08:42 +0100] rev 26210
8056065: sun/net/www/protocol/http/RedirectOnPost.java failing. Reviewed-by: alanb
Tue, 26 Aug 2014 15:55:35 +0400 8055421: (fs) bad error handling in java.base/unix/native/libnio/fs/UnixNativeDispatcher.c
igerasim [Tue, 26 Aug 2014 15:55:35 +0400] rev 26209
8055421: (fs) bad error handling in java.base/unix/native/libnio/fs/UnixNativeDispatcher.c Reviewed-by: martin, alanb
Thu, 21 Aug 2014 15:22:07 +0200 7132590: javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java fails in JDK8-B22
jbachorik [Thu, 21 Aug 2014 15:22:07 +0200] rev 26208
7132590: javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java fails in JDK8-B22 Reviewed-by: dfuchs, sjiang
Tue, 26 Aug 2014 10:19:56 +0100 8055955: (ch) Remove unnecessary initialization of InetAddress from FileChannel
chegar [Tue, 26 Aug 2014 10:19:56 +0100] rev 26207
8055955: (ch) Remove unnecessary initialization of InetAddress from FileChannel Reviewed-by: alanb
Tue, 26 Aug 2014 10:10:58 +0100 8055747: Move SimpleSSLContext to jdk/testlibrary
michaelm [Tue, 26 Aug 2014 10:10:58 +0100] rev 26206
8055747: Move SimpleSSLContext to jdk/testlibrary Reviewed-by: chegar
Mon, 25 Aug 2014 18:17:24 +0200 8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing
jbachorik [Mon, 25 Aug 2014 18:17:24 +0200] rev 26205
8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing Reviewed-by: sla
Tue, 26 Aug 2014 16:42:31 +0800 8055901: Update policytool for jdk.net.NetworkPermission
weijun [Tue, 26 Aug 2014 16:42:31 +0800] rev 26204
8055901: Update policytool for jdk.net.NetworkPermission Reviewed-by: michaelm
Tue, 26 Aug 2014 15:10:29 +0800 8050370: Need new regressions tests for messageDigest with DigestIOStream
weijun [Tue, 26 Aug 2014 15:10:29 +0800] rev 26203
8050370: Need new regressions tests for messageDigest with DigestIOStream Reviewed-by: weijun Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
Tue, 26 Aug 2014 07:57:03 +0200 8043981: Remove the JPDA demo
sla [Tue, 26 Aug 2014 07:57:03 +0200] rev 26202
8043981: Remove the JPDA demo Reviewed-by: alanb
Tue, 26 Aug 2014 07:55:08 +0200 8043936: Drop HPROF as demo, keep as HPROF agent shipped with JDK
sla [Tue, 26 Aug 2014 07:55:08 +0200] rev 26201
8043936: Drop HPROF as demo, keep as HPROF agent shipped with JDK Reviewed-by: erikj, alanb
Mon, 25 Aug 2014 09:20:49 +0100 8055855: "make profiles" failing since refactoring of java.awt.datatransfer
alanb [Mon, 25 Aug 2014 09:20:49 +0100] rev 26200
8055855: "make profiles" failing since refactoring of java.awt.datatransfer Reviewed-by: dholmes
Sun, 24 Aug 2014 21:52:16 +0200 8049228: Improve multithreaded scalability of InetAddress cache
plevart [Sun, 24 Aug 2014 21:52:16 +0200] rev 26199
8049228: Improve multithreaded scalability of InetAddress cache 7186258: InetAddress$Cache should replace currentTimeMillis with nanoTime for more precise and accurate Reviewed-by: michaelm
Fri, 22 Aug 2014 18:54:20 -0700 8055852: Add test/java/lang/Math/DoubleConsts.java and FloatConsts.java
mchung [Fri, 22 Aug 2014 18:54:20 -0700] rev 26198
8055852: Add test/java/lang/Math/DoubleConsts.java and FloatConsts.java Reviewed-by: mchung, darcy Contributed-by: amy.lu@oracle.com
Fri, 22 Aug 2014 14:56:09 -0700 8042003: Update java/lang/Math tests to eliminate dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts
mchung [Fri, 22 Aug 2014 14:56:09 -0700] rev 26197
8042003: Update java/lang/Math tests to eliminate dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts Reviewed-by: mchung, darcy Contributed-by: amy.lu@oracle.com
Sat, 23 Aug 2014 01:05:50 +0400 8055731: sun/security/smartcardio/TestDirect.java throws java.lang.IndexOutOfBoundsException
igerasim [Sat, 23 Aug 2014 01:05:50 +0400] rev 26196
8055731: sun/security/smartcardio/TestDirect.java throws java.lang.IndexOutOfBoundsException Reviewed-by: valeriep
Thu, 21 Aug 2014 14:36:49 +0200 8040692: [TESTBUG] sun/management/jmxremote/bootstrap/JvmstatCountersTest.java requires -XX:+UsePerfData option to pass on embedded platforms
jbachorik [Thu, 21 Aug 2014 14:36:49 +0200] rev 26195
8040692: [TESTBUG] sun/management/jmxremote/bootstrap/JvmstatCountersTest.java requires -XX:+UsePerfData option to pass on embedded platforms Reviewed-by: sla
Thu, 21 Aug 2014 22:07:14 -0700 8055393: [Testbug] Some tests are being executed and fail under profiles
mchung [Thu, 21 Aug 2014 22:07:14 -0700] rev 26194
8055393: [Testbug] Some tests are being executed and fail under profiles Reviewed-by: mchung, dholmes Contributed-by: evgeniya.stepanova@oracle.com
Thu, 21 Aug 2014 13:09:28 +0200 8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012
sla [Thu, 21 Aug 2014 13:09:28 +0200] rev 26193
8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012 Summary: Write dcmd output to separate files so it does not confuse the output. Reviewed-by: ctornqvi, mgronlun
Thu, 21 Aug 2014 12:23:20 +0200 8055095: Improve "do nothing" incremental build performance after modularized source code integration
erikj [Thu, 21 Aug 2014 12:23:20 +0200] rev 26192
8055095: Improve "do nothing" incremental build performance after modularized source code integration Reviewed-by: tbell
Thu, 21 Aug 2014 11:05:35 +0200 8055188: General cleanup of minor issues from source restructure
erikj [Thu, 21 Aug 2014 11:05:35 +0200] rev 26191
8055188: General cleanup of minor issues from source restructure Reviewed-by: tbell
Wed, 20 Aug 2014 11:30:13 -0700 8054720: Modifications of I/O methods for instrumentation purposes
bpb [Wed, 20 Aug 2014 11:30:13 -0700] rev 26190
8054720: Modifications of I/O methods for instrumentation purposes Summary: Wrap some native methods in Java methods. Reviewed-by: rriggs
Wed, 20 Aug 2014 11:06:38 -0700 8055675: java/util/Currency/PropertiesTest.sh fails on OS X after JDK-8055253
martin [Wed, 20 Aug 2014 11:06:38 -0700] rev 26189
8055675: java/util/Currency/PropertiesTest.sh fails on OS X after JDK-8055253 Summary: Replace obsolescent cp -r with cp -R. Add more error checks. Reviewed-by: naoto
Fri, 29 Aug 2014 11:30:56 -0700 Added tag jdk9-b28 for changeset 3c9e4f896414
katleman [Fri, 29 Aug 2014 11:30:56 -0700] rev 26188
Added tag jdk9-b28 for changeset 3c9e4f896414
Wed, 05 Jul 2017 19:58:21 +0200 Merge
duke [Wed, 05 Jul 2017 19:58:21 +0200] rev 26187
Merge
Fri, 29 Aug 2014 11:57:22 -0700 Merge
lana [Fri, 29 Aug 2014 11:57:22 -0700] rev 26186
Merge
Fri, 22 Aug 2014 09:55:49 -0700 Merge
amurillo [Fri, 22 Aug 2014 09:55:49 -0700] rev 26185
Merge
Fri, 22 Aug 2014 07:12:23 -0700 Merge
jmasa [Fri, 22 Aug 2014 07:12:23 -0700] rev 26184
Merge
Thu, 21 Aug 2014 16:44:41 +0200 8055098: WB API should be extended to provide information about size and age of object.
tschatzl [Thu, 21 Aug 2014 16:44:41 +0200] rev 26183
8055098: WB API should be extended to provide information about size and age of object. Summary: Extend the WhiteBox API to provide information about the size and age of objects. Further add a mechanism to trigger a young GC. Reviewed-by: tschatzl, sjohanss Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
Thu, 21 Aug 2014 19:06:21 +0000 Merge
rbackman [Thu, 21 Aug 2014 19:06:21 +0000] rev 26182
Merge
Thu, 21 Aug 2014 20:24:41 +0200 Merge
rbackman [Thu, 21 Aug 2014 20:24:41 +0200] rev 26181
Merge
Tue, 19 Aug 2014 17:23:38 +0200 8055153: nsk/stress/jck60/jck60014 crashes on sparc
roland [Tue, 19 Aug 2014 17:23:38 +0200] rev 26180
8055153: nsk/stress/jck60/jck60014 crashes on sparc Summary: missing control for LoadRange and LoadKlass nodes created during arraycopy node expansion Reviewed-by: kvn, iveresov
Tue, 19 Aug 2014 16:20:18 -0700 8055503: Rollback 8054164 changeset
kvn [Tue, 19 Aug 2014 16:20:18 -0700] rev 26179
8055503: Rollback 8054164 changeset Reviewed-by: iveresov
Tue, 19 Aug 2014 17:48:16 +0000 Merge
kvn [Tue, 19 Aug 2014 17:48:16 +0000] rev 26178
Merge
Wed, 13 Aug 2014 17:50:21 -0700 8054164: solaris makefile
kvn [Wed, 13 Aug 2014 17:50:21 -0700] rev 26177
8054164: solaris makefile Reviewed-by: roland
Tue, 19 Aug 2014 07:36:11 +0200 8048879: "unexpected yanked node" opto/postaloc.cpp:139
thartmann [Tue, 19 Aug 2014 07:36:11 +0200] rev 26176
8048879: "unexpected yanked node" opto/postaloc.cpp:139 Summary: MemBarAcquireNode prevents deletion of dead LoadNNode. Added condition to 'has_special_unique_user' to trigger deletion. Reviewed-by: kvn, iveresov
Fri, 15 Aug 2014 12:27:50 -0700 Merge
kvn [Fri, 15 Aug 2014 12:27:50 -0700] rev 26175
Merge
Thu, 14 Aug 2014 09:15:39 +0200 8054402: "klass->is_loader_alive(_is_alive)) failed: must be alive" for anonymous classes
thartmann [Thu, 14 Aug 2014 09:15:39 +0200] rev 26174
8054402: "klass->is_loader_alive(_is_alive)) failed: must be alive" for anonymous classes Summary: Because anonymous classes are not in the system dictionary, we have to set 'unloading_occurred' based on 'CLDG::do_unloading()'. Added jtreg test. Reviewed-by: kvn, coleenp
Wed, 13 Aug 2014 17:37:11 -0700 8054883: Segmentation error while running program
iveresov [Wed, 13 Aug 2014 17:37:11 -0700] rev 26173
8054883: Segmentation error while running program Summary: Fix pattern matching of range check Reviewed-by: kvn
Wed, 13 Aug 2014 23:33:33 +0000 8047952: Remove _FORTIFY_SOURCE from fastdebug and slowdebug builds
mduigou [Wed, 13 Aug 2014 23:33:33 +0000] rev 26172
8047952: Remove _FORTIFY_SOURCE from fastdebug and slowdebug builds Reviewed-by: dholmes
Wed, 13 Aug 2014 13:05:04 -0700 8054927: Missing MemNode::acquire ordering in some volatile Load nodes
kvn [Wed, 13 Aug 2014 13:05:04 -0700] rev 26171
8054927: Missing MemNode::acquire ordering in some volatile Load nodes Summary: Fixed memory ordering parameter and added missing barriers for volatile loads. Reviewed-by: roland, iveresov
Wed, 13 Aug 2014 09:53:18 +0000 Merge
roland [Wed, 13 Aug 2014 09:53:18 +0000] rev 26170
Merge
Mon, 11 Aug 2014 15:09:04 +0200 8054224: Recursive method that was compiled by C1 is unable to catch StackOverflowError
roland [Mon, 11 Aug 2014 15:09:04 +0200] rev 26169
8054224: Recursive method that was compiled by C1 is unable to catch StackOverflowError Summary: do not update exception cache if exception is replaced when thrown Reviewed-by: kvn, iveresov
Wed, 13 Aug 2014 10:44:50 +0200 8043913: remove legacy code in SPARC's VM_Version::platform_features
anoll [Wed, 13 Aug 2014 10:44:50 +0200] rev 26168
8043913: remove legacy code in SPARC's VM_Version::platform_features Summary: Kept only getisax(2) to determine platform features Reviewed-by: kvn, roland Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
Mon, 11 Aug 2014 13:02:44 +0000 Merge
roland [Mon, 11 Aug 2014 13:02:44 +0000] rev 26167
Merge
Mon, 11 Aug 2014 14:12:51 +0200 7173584: Implement arraycopy as a macro node
roland [Mon, 11 Aug 2014 14:12:51 +0200] rev 26166
7173584: Implement arraycopy as a macro node Summary: delay the conversion of arraycopy to stub calls to macro expansion Reviewed-by: kvn, iveresov
Mon, 11 Aug 2014 13:01:37 +0200 8043284: Optimize signed integer comparison
thartmann [Mon, 11 Aug 2014 13:01:37 +0200] rev 26165
8043284: Optimize signed integer comparison Summary: Folding of BoolNode if input add/sub of CmpI overflows and we can prove that compared value is not in the two resulting ranges. Added test for CmpI and CmpU optimizations. Reviewed-by: kvn, rbackman, roland
Thu, 21 Aug 2014 10:51:31 -0700 Merge
jmasa [Thu, 21 Aug 2014 10:51:31 -0700] rev 26164
Merge
Wed, 20 Aug 2014 15:04:39 +0200 8055635: Missing include in g1RegionToSpaceMapper.hpp results in unresolved symbol of fastdebug build without precompiled headers
tschatzl [Wed, 20 Aug 2014 15:04:39 +0200] rev 26163
8055635: Missing include in g1RegionToSpaceMapper.hpp results in unresolved symbol of fastdebug build without precompiled headers Reviewed-by: mgerdin, ehelin
Wed, 20 Aug 2014 14:34:40 +0200 8055525: Bigapp weblogic+medrec fails to startup after JDK-8038423
tschatzl [Wed, 20 Aug 2014 14:34:40 +0200] rev 26162
8055525: Bigapp weblogic+medrec fails to startup after JDK-8038423 Summary: If large pages are enabled and configured in Linux, the VM always pre-commits the entire space. The VM fails verification of the commit of the initial heap because some internal data structure marked all memory pages of the heap as committed during initialization. This makes the code think that we attempted a double-commit during first allocation of the heap. Remove the initial marking of memory pages of the heap to committed. Reviewed-by: mgerdin
Tue, 19 Aug 2014 13:44:55 -0700 Merge
jmasa [Tue, 19 Aug 2014 13:44:55 -0700] rev 26161
Merge
Tue, 19 Aug 2014 14:09:10 +0200 8038423: G1: Decommit memory within heap
tschatzl [Tue, 19 Aug 2014 14:09:10 +0200] rev 26160
8038423: G1: Decommit memory within heap Summary: Allow G1 to decommit memory of arbitrary regions within the heap and their associated auxiliary data structures card table, BOT, hot card cache, and mark bitmaps. Reviewed-by: mgerdin, brutisso, jwilhelm
Mon, 18 Aug 2014 19:30:24 -0700 8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC
poonam [Mon, 18 Aug 2014 19:30:24 -0700] rev 26159
8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC Summary: Fill the last card that has been allocated into with a dummy object Reviewed-by: tschatzl, mgerdin
Mon, 18 Aug 2014 15:43:29 +0000 Merge
tschatzl [Mon, 18 Aug 2014 15:43:29 +0000] rev 26158
Merge
Mon, 18 Aug 2014 16:10:44 +0200 8054818: Refactor HeapRegionSeq to manage heap region and auxiliary data
tschatzl [Mon, 18 Aug 2014 16:10:44 +0200] rev 26157
8054818: Refactor HeapRegionSeq to manage heap region and auxiliary data Summary: Let HeapRegionSeq manage the heap region and auxiliary data to decrease the amount of responsibilities of G1CollectedHeap, and encapsulate this work from other code. Reviewed-by: jwilhelm, jmasa, mgerdin, brutisso
Mon, 18 Aug 2014 14:49:42 +0000 Merge
mgerdin [Mon, 18 Aug 2014 14:49:42 +0000] rev 26156
Merge
Mon, 18 Aug 2014 16:19:57 +0200 8055284: sanity/WhiteBox.java fails with NPE
mgerdin [Mon, 18 Aug 2014 16:19:57 +0200] rev 26155
8055284: sanity/WhiteBox.java fails with NPE Summary: Revert previous change, sanity/WhiteBox.java provides its own sun.hotspot.WhiteBox class. Reviewed-by: ehelin, brutisso Contributed-by: dmitry.fazunenko@oracle.com
Mon, 18 Aug 2014 15:41:57 +0200 8054362: gc/g1/TestEagerReclaimHumongousRegions2.java timeout
tschatzl [Mon, 18 Aug 2014 15:41:57 +0200] rev 26154
8054362: gc/g1/TestEagerReclaimHumongousRegions2.java timeout Summary: Give the test a time limit of approximately one minute so that it exits early on slow machines. Reviewed-by: ehelin, dfazunen, brutisso
Mon, 18 Aug 2014 12:25:36 +0000 Merge
stefank [Mon, 18 Aug 2014 12:25:36 +0000] rev 26153
Merge
Mon, 18 Aug 2014 14:12:48 +0200 8055275: Several gc/class_unloading/ tests fail due to missed +UnlockDiagnosticVMOptions flag
stefank [Mon, 18 Aug 2014 14:12:48 +0200] rev 26152
8055275: Several gc/class_unloading/ tests fail due to missed +UnlockDiagnosticVMOptions flag Reviewed-by: mgerdin, jwilhelm
Fri, 15 Aug 2014 09:06:17 -0700 Merge
jmasa [Fri, 15 Aug 2014 09:06:17 -0700] rev 26151
Merge
Thu, 21 Nov 2013 09:57:00 -0800 8026303: CMS: JVM intermittently crashes with "FreeList of size 258 violates Conservation Principle" assert
jmasa [Thu, 21 Nov 2013 09:57:00 -0800] rev 26150
8026303: CMS: JVM intermittently crashes with "FreeList of size 258 violates Conservation Principle" assert Reviewed-by: tschatzl, brutisso
Tue, 19 Aug 2014 10:04:29 -0400 Merge
zgu [Tue, 19 Aug 2014 10:04:29 -0400] rev 26149
Merge
Tue, 19 Aug 2014 06:47:28 -0700 8055051: runtime/NMT/CommandLineEmptyArgument.java fails
gtriantafill [Tue, 19 Aug 2014 06:47:28 -0700] rev 26148
8055051: runtime/NMT/CommandLineEmptyArgument.java fails Summary: disable failing test Reviewed-by: ctornqvi, zgu
Mon, 18 Aug 2014 11:56:12 -0700 8054711: [TESTBUG] Enable NMT2 tests after NMT2 is integrated
gtriantafill [Mon, 18 Aug 2014 11:56:12 -0700] rev 26147
8054711: [TESTBUG] Enable NMT2 tests after NMT2 is integrated Summary: enable tests for NMT2 Reviewed-by: ctornqvi, zgu
Tue, 19 Aug 2014 09:05:55 -0400 8055061: assert at share/vm/services/virtualMemoryTracker.cpp:332 Error: ShouldNotReachHere() when running NMT tests
zgu [Tue, 19 Aug 2014 09:05:55 -0400] rev 26146
8055061: assert at share/vm/services/virtualMemoryTracker.cpp:332 Error: ShouldNotReachHere() when running NMT tests Summary: Handled CDS mapping region and added test for the scenario Reviewed-by: coleenp, ctornqvi
Tue, 19 Aug 2014 08:42:46 -0400 Merge
zgu [Tue, 19 Aug 2014 08:42:46 -0400] rev 26145
Merge
Tue, 19 Aug 2014 08:34:25 -0400 8055007: NMT2: emptyStack missing in minimal build
zgu [Tue, 19 Aug 2014 08:34:25 -0400] rev 26144
8055007: NMT2: emptyStack missing in minimal build Summary: Refactored emptyStack to a static member of NativeCallStack, which is accessible in minimal build. Reviewed-by: coleenp, dholmes
Fri, 15 Aug 2014 20:37:43 +0000 Merge
coleenp [Fri, 15 Aug 2014 20:37:43 +0000] rev 26143
Merge
Fri, 15 Aug 2014 15:25:24 -0400 8055231: ZERO variant build is broken
coleenp [Fri, 15 Aug 2014 15:25:24 -0400] rev 26142
8055231: ZERO variant build is broken Summary: Fix zero build. Reviewed-by: coleenp Contributed-by: Severin Gehwolf <sgehwolf@redhat.com>
Fri, 15 Aug 2014 11:25:55 -0700 Merge
sspitsyn [Fri, 15 Aug 2014 11:25:55 -0700] rev 26141
Merge
Thu, 14 Aug 2014 18:14:07 -0700 8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi [Thu, 14 Aug 2014 18:14:07 -0700] rev 26140
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job Summary: JPRT will now run most of the tests in /runtime Reviewed-by: dcubed, mseledtsov, zgu, mikael
Thu, 14 Aug 2014 17:25:14 +0000 Merge
zgu [Thu, 14 Aug 2014 17:25:14 +0000] rev 26139
Merge
Thu, 14 Aug 2014 13:15:23 -0400 8054547: Re-enable warning for incompatible java launcher
zgu [Thu, 14 Aug 2014 13:15:23 -0400] rev 26138
8054547: Re-enable warning for incompatible java launcher Summary: Re-enabled warning as launcher change reached promotion build Reviewed-by: hseigel, coleenp
Thu, 14 Aug 2014 13:13:15 +0000 Merge
zgu [Thu, 14 Aug 2014 13:13:15 +0000] rev 26137
Merge
Thu, 14 Aug 2014 09:02:51 -0400 8054368: nsk/jdi/VirtualMachine/exit/exit002 crash with detail tracking on (NMT2)
zgu [Thu, 14 Aug 2014 09:02:51 -0400] rev 26136
8054368: nsk/jdi/VirtualMachine/exit/exit002 crash with detail tracking on (NMT2) Summary: Dynamic allocate _reserved_regions instead of static object to avoid racing during process exit Reviewed-by: dholmes, coleenp
Tue, 12 Aug 2014 17:29:00 -0700 8046070: Class Data Sharing clean up and refactoring
iklam [Tue, 12 Aug 2014 17:29:00 -0700] rev 26135
8046070: Class Data Sharing clean up and refactoring Summary: Cleaned up CDS to be more configurable, maintainable and extensible Reviewed-by: dholmes, coleenp, acorn, mchung
Fri, 29 Aug 2014 11:30:41 -0700 Added tag jdk9-b28 for changeset fabe6090d37a
katleman [Fri, 29 Aug 2014 11:30:41 -0700] rev 26134
Added tag jdk9-b28 for changeset fabe6090d37a
Fri, 29 Aug 2014 11:56:35 -0700 Merge
lana [Fri, 29 Aug 2014 11:56:35 -0700] rev 26133
Merge
Fri, 29 Aug 2014 10:46:21 -0700 8055856: checkdeps build target doesn't work for cross-compilation builds
mchung [Fri, 29 Aug 2014 10:46:21 -0700] rev 26132
8055856: checkdeps build target doesn't work for cross-compilation builds 8056113: [build] tools.jar missing modules.xml Reviewed-by: ihse, erikj
Fri, 29 Aug 2014 13:30:42 +0200 8014510: Fix sjavac on all platforms in jprt
erikj [Fri, 29 Aug 2014 13:30:42 +0200] rev 26131
8014510: Fix sjavac on all platforms in jprt Reviewed-by: ihse
Fri, 29 Aug 2014 12:02:20 +0200 8056246: Fix AIX build after the Modular Source Code change 8054834
simonis [Fri, 29 Aug 2014 12:02:20 +0200] rev 26130
8056246: Fix AIX build after the Modular Source Code change 8054834 Reviewed-by: erikj, ihse
Wed, 27 Aug 2014 11:19:01 +0200 8055922: Work around sjavac limitation with public api tracking cross modules
erikj [Wed, 27 Aug 2014 11:19:01 +0200] rev 26129
8055922: Work around sjavac limitation with public api tracking cross modules Reviewed-by: ihse
Wed, 27 Aug 2014 11:12:15 +0200 8056062: Additional minor cleanups from source restructure build changes
erikj [Wed, 27 Aug 2014 11:12:15 +0200] rev 26128
8056062: Additional minor cleanups from source restructure build changes Reviewed-by: alanb, tbell
Wed, 27 Aug 2014 10:59:59 +0200 8056064: Fix corba locale build problem on windows
erikj [Wed, 27 Aug 2014 10:59:59 +0200] rev 26127
8056064: Fix corba locale build problem on windows Reviewed-by: alanb, tbell
Tue, 26 Aug 2014 14:35:19 -0700 8055230: Rename attach provider implementation class be platform neutral
mchung [Tue, 26 Aug 2014 14:35:19 -0700] rev 26126
8055230: Rename attach provider implementation class be platform neutral Reviewed-by: alanb, chegar, dfuchs, dholmes, erikj, sla
Fri, 22 Aug 2014 10:03:17 -0700 Merge
amurillo [Fri, 22 Aug 2014 10:03:17 -0700] rev 26125
Merge
Thu, 21 Aug 2014 15:37:51 -0700 Merge
kvn [Thu, 21 Aug 2014 15:37:51 -0700] rev 26124
Merge
Wed, 13 Aug 2014 19:39:05 +0000 8047952: Remove FORTIFY_SOURCE from fastdebug and slowdebug builds
mduigou [Wed, 13 Aug 2014 19:39:05 +0000] rev 26123
8047952: Remove FORTIFY_SOURCE from fastdebug and slowdebug builds Reviewed-by: dholmes
Tue, 05 Aug 2014 09:05:51 +0200 8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll [Tue, 05 Aug 2014 09:05:51 +0200] rev 26122
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx Summary: Modify hotspot/make/jprt.properties and make/jprt.properties on the top level to add/remove the relevant platforms. Reviewed-by: kvn, roland Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
Wed, 20 Aug 2014 17:05:59 -0700 Merge
sspitsyn [Wed, 20 Aug 2014 17:05:59 -0700] rev 26121
Merge
Mon, 18 Aug 2014 14:30:35 -0700 8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi [Mon, 18 Aug 2014 14:30:35 -0700] rev 26120
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job Summary: JPRT will now run most of the tests in /runtime Reviewed-by: dcubed, mseledtsov, zgu, mikael
Fri, 22 Aug 2014 11:51:33 +0200 8055096: Remove explicit mx flag from javadoc command line
erikj [Fri, 22 Aug 2014 11:51:33 +0200] rev 26119
8055096: Remove explicit mx flag from javadoc command line Reviewed-by: tbell, mduigou
Thu, 21 Aug 2014 10:23:20 -0700 8055331: cleaner handling of sub-process non-zero exit result.
mduigou [Thu, 21 Aug 2014 10:23:20 -0700] rev 26118
8055331: cleaner handling of sub-process non-zero exit result. Reviewed-by: tbell
Thu, 21 Aug 2014 10:22:52 -0700 8055772: get_source.sh : version check assumes English localization
mduigou [Thu, 21 Aug 2014 10:22:52 -0700] rev 26117
8055772: get_source.sh : version check assumes English localization Reviewed-by: mduigou, tbell Contributed-by: bitterfoxc@gmail.com
Thu, 21 Aug 2014 12:22:42 +0200 8055095: Improve "do nothing" incremental build performance after modularized source code integration
erikj [Thu, 21 Aug 2014 12:22:42 +0200] rev 26116
8055095: Improve "do nothing" incremental build performance after modularized source code integration Reviewed-by: tbell
Thu, 21 Aug 2014 11:05:01 +0200 8055188: General cleanup of minor issues from source restructure
erikj [Thu, 21 Aug 2014 11:05:01 +0200] rev 26115
8055188: General cleanup of minor issues from source restructure Reviewed-by: tbell
Fri, 29 Aug 2014 11:30:33 -0700 Added tag jdk9-b28 for changeset a4a81944aedd
katleman [Fri, 29 Aug 2014 11:30:33 -0700] rev 26114
Added tag jdk9-b28 for changeset a4a81944aedd
Wed, 05 Jul 2017 19:57:58 +0200 Added tag jdk9-b28 for changeset f4269e8f454e
duke [Wed, 05 Jul 2017 19:57:58 +0200] rev 26113
Added tag jdk9-b28 for changeset f4269e8f454e
Wed, 05 Jul 2017 19:57:57 +0200 Merge jdk9-b28
duke [Wed, 05 Jul 2017 19:57:57 +0200] rev 26112
Merge
Wed, 05 Jul 2017 19:57:53 +0200 Merge
duke [Wed, 05 Jul 2017 19:57:53 +0200] rev 26111
Merge
Thu, 28 Aug 2014 14:53:49 -0700 Merge
lana [Thu, 28 Aug 2014 14:53:49 -0700] rev 26110
Merge
Tue, 19 Aug 2014 15:34:01 -0700 8055501: [javac] ignore test/tools/javac/Paths/AbsolutePathTest.java
ksrini [Tue, 19 Aug 2014 15:34:01 -0700] rev 26109
8055501: [javac] ignore test/tools/javac/Paths/AbsolutePathTest.java Reviewed-by: jjg
Tue, 19 Aug 2014 12:13:43 +0100 8055390: IntelliJ langtools project should reflect modular source tree
mcimadamore [Tue, 19 Aug 2014 12:13:43 +0100] rev 26108
8055390: IntelliJ langtools project should reflect modular source tree Summary: Adjust langtools.iml to point to the new source trees Reviewed-by: jfranck
Mon, 18 Aug 2014 10:59:44 +0100 Merge
chegar [Mon, 18 Aug 2014 10:59:44 +0100] rev 26107
Merge
Fri, 15 Aug 2014 11:02:14 -0400 8054556: javac should report the error for default usage as the primary error
pgovereau [Fri, 15 Aug 2014 11:02:14 -0400] rev 26106
8054556: javac should report the error for default usage as the primary error Reviewed-by: jjg
Thu, 14 Aug 2014 14:17:17 +0200 8055039: Sjavac does not print compilation errors to the console
alundblad [Thu, 14 Aug 2014 14:17:17 +0200] rev 26105
8055039: Sjavac does not print compilation errors to the console Summary: Sjavac (client) now prints the result of the compilation on stdout/stderr. Reviewed-by: jfranck
Thu, 14 Aug 2014 13:05:49 +0200 8054215: Use com.sun.tools.javac.util.Assert instead of 'assert'
alundblad [Thu, 14 Aug 2014 13:05:49 +0200] rev 26104
8054215: Use com.sun.tools.javac.util.Assert instead of 'assert' Summary: Replaced assert keyword with methods from com.sun.tools.javac.util.Assert Reviewed-by: jfranck
Wed, 13 Aug 2014 15:47:58 -0700 8055076: fix test failures in classfile tests
jjg [Wed, 13 Aug 2014 15:47:58 -0700] rev 26103
8055076: fix test failures in classfile tests Reviewed-by: darcy
Wed, 13 Aug 2014 21:58:29 +0000 Merge
emc [Wed, 13 Aug 2014 21:58:29 +0000] rev 26102
Merge
Tue, 12 Aug 2014 13:24:40 +0400 8042251: Implement classfile tests for InnerClasses attribute.
aeremeev [Tue, 12 Aug 2014 13:24:40 +0400] rev 26101
8042251: Implement classfile tests for InnerClasses attribute. Reviewed-by: jjg, anazarov, shurailine
Wed, 13 Aug 2014 13:20:31 -0700 8050429: Update/cleanup ToolBox
jjg [Wed, 13 Aug 2014 13:20:31 -0700] rev 26100
8050429: Update/cleanup ToolBox Reviewed-by: vromero
Wed, 13 Aug 2014 14:25:46 -0400 8055054: Remove visitWildcard visitor method from erasure visitor
emc [Wed, 13 Aug 2014 14:25:46 -0400] rev 26099
8055054: Remove visitWildcard visitor method from erasure visitor Summary: Remove suspicious visitor method that should not be present Reviewed-by: mcimadamore
Wed, 13 Aug 2014 14:44:59 +0200 8048457: Sjavac should not use portfiles, sockets, etc if background=false
alundblad [Wed, 13 Aug 2014 14:44:59 +0200] rev 26098
8048457: Sjavac should not use portfiles, sockets, etc if background=false 8044131: Restructure client / server protocol code Summary: Changes protocol code to use Object input/output streams. Avoids spawning server if background=false. Refactors idleness checks, pooling and port file monitoring. Reviewed-by: jjg, jfranck
Tue, 12 Aug 2014 17:48:30 -0700 8049130: Group 8d - golden files for annotations test in tools/java dir
sogoel [Tue, 12 Aug 2014 17:48:30 -0700] rev 26097
8049130: Group 8d - golden files for annotations test in tools/java dir Reviewed-by: jjg
Tue, 12 Aug 2014 17:39:56 -0700 8049129: Group 8c - golden files for annotations test in tools/java dir
sogoel [Tue, 12 Aug 2014 17:39:56 -0700] rev 26096
8049129: Group 8c - golden files for annotations test in tools/java dir Reviewed-by: jjg
Tue, 12 Aug 2014 17:31:31 -0700 8049127: Group 8b - golden files for annotations test in tools/java dir
sogoel [Tue, 12 Aug 2014 17:31:31 -0700] rev 26095
8049127: Group 8b - golden files for annotations test in tools/java dir Reviewed-by: jjg
Tue, 12 Aug 2014 16:41:05 -0700 8054964: Add a test for invalid package annotations
sogoel [Tue, 12 Aug 2014 16:41:05 -0700] rev 26094
8054964: Add a test for invalid package annotations Reviewed-by: jjg
Mon, 11 Aug 2014 11:28:08 -0700 Merge
lana [Mon, 11 Aug 2014 11:28:08 -0700] rev 26093
Merge
Mon, 11 Aug 2014 10:05:15 -0700 Merge
lana [Mon, 11 Aug 2014 10:05:15 -0700] rev 26092
Merge
Mon, 11 Aug 2014 10:16:55 -0700 8054044: [javadoc] javadoc tester must print out the javadoc run arguments.
ksrini [Mon, 11 Aug 2014 10:16:55 -0700] rev 26091
8054044: [javadoc] javadoc tester must print out the javadoc run arguments. Reviewed-by: jjg, sogoel
Sat, 09 Aug 2014 21:27:42 -0700 Added tag jdk9-b26 for changeset 196b7a50a266
lana [Sat, 09 Aug 2014 21:27:42 -0700] rev 26090
Added tag jdk9-b26 for changeset 196b7a50a266
Sat, 09 Aug 2014 00:56:29 +0200 8054465: Add --permit-artifact=bar to sjavac
ohrstrom [Sat, 09 Aug 2014 00:56:29 +0200] rev 26089
8054465: Add --permit-artifact=bar to sjavac Summary: Add --permit-artifact=bar to white-list files that have been written to the destination directory and that sjavac should not delete. Reviewed-by: jjg, alundblad
Fri, 08 Aug 2014 21:26:23 +0200 8054474: Add --state-dir=bar to sjavac
ohrstrom [Fri, 08 Aug 2014 21:26:23 +0200] rev 26088
8054474: Add --state-dir=bar to sjavac Summary: Add --state-dir=bar to sjavac to control where sjavac stores the javac_state file. Reviewed-by: jjg, alundblad
Fri, 08 Aug 2014 20:47:24 +0200 8054461: Add @file support to sjavac
ohrstrom [Fri, 08 Aug 2014 20:47:24 +0200] rev 26087
8054461: Add @file support to sjavac Summary: Add @file support to sjavac commandline. Reviewed-by: jjg, alundblad
Thu, 21 Aug 2014 14:16:28 -0700 Added tag jdk9-b27 for changeset 83c19f00452c
katleman [Thu, 21 Aug 2014 14:16:28 -0700] rev 26086
Added tag jdk9-b27 for changeset 83c19f00452c
Wed, 05 Jul 2017 19:57:44 +0200 Merge
duke [Wed, 05 Jul 2017 19:57:44 +0200] rev 26085
Merge
Thu, 28 Aug 2014 14:53:33 -0700 Merge
lana [Thu, 28 Aug 2014 14:53:33 -0700] rev 26084
Merge
Mon, 18 Aug 2014 10:08:21 +0100 Merge
chegar [Mon, 18 Aug 2014 10:08:21 +0100] rev 26083
Merge
Mon, 11 Aug 2014 10:05:31 -0700 Merge
lana [Mon, 11 Aug 2014 10:05:31 -0700] rev 26082
Merge
Sat, 09 Aug 2014 21:27:29 -0700 Added tag jdk9-b26 for changeset f51938efd4f6
lana [Sat, 09 Aug 2014 21:27:29 -0700] rev 26081
Added tag jdk9-b26 for changeset f51938efd4f6
Thu, 21 Aug 2014 14:16:19 -0700 Added tag jdk9-b27 for changeset b80b84e87032
katleman [Thu, 21 Aug 2014 14:16:19 -0700] rev 26080
Added tag jdk9-b27 for changeset b80b84e87032
Wed, 05 Jul 2017 19:57:38 +0200 Merge
duke [Wed, 05 Jul 2017 19:57:38 +0200] rev 26079
Merge
Thu, 28 Aug 2014 14:53:17 -0700 Merge
lana [Thu, 28 Aug 2014 14:53:17 -0700] rev 26078
Merge
Mon, 18 Aug 2014 10:08:34 +0100 Merge
chegar [Mon, 18 Aug 2014 10:08:34 +0100] rev 26077
Merge
Mon, 11 Aug 2014 10:07:57 -0700 Merge
lana [Mon, 11 Aug 2014 10:07:57 -0700] rev 26076
Merge
Sat, 09 Aug 2014 21:27:18 -0700 Added tag jdk9-b26 for changeset 38b0d0abca49
lana [Sat, 09 Aug 2014 21:27:18 -0700] rev 26075
Added tag jdk9-b26 for changeset 38b0d0abca49
Thu, 21 Aug 2014 14:16:15 -0700 Added tag jdk9-b27 for changeset 686eef1e7a79
katleman [Thu, 21 Aug 2014 14:16:15 -0700] rev 26074
Added tag jdk9-b27 for changeset 686eef1e7a79
Wed, 05 Jul 2017 19:57:33 +0200 Merge
duke [Wed, 05 Jul 2017 19:57:33 +0200] rev 26073
Merge
Thu, 28 Aug 2014 14:53:37 -0700 Merge
lana [Thu, 28 Aug 2014 14:53:37 -0700] rev 26072
Merge
Wed, 20 Aug 2014 20:04:19 +0530 8050078: Nashorn ClassFilter Support
sundar [Wed, 20 Aug 2014 20:04:19 +0530] rev 26071
8050078: Nashorn ClassFilter Support Reviewed-by: lagergren, hannesw
Tue, 19 Aug 2014 18:14:45 +0530 8055395: Nashorn should use source, target to be 1.8 and use ASM5 version for generated code
sundar [Tue, 19 Aug 2014 18:14:45 +0530] rev 26070
8055395: Nashorn should use source, target to be 1.8 and use ASM5 version for generated code Reviewed-by: attila, lagergren, jlaskey
Tue, 19 Aug 2014 11:25:14 +0200 8055368: Ant build broken after modular source code change
hannesw [Tue, 19 Aug 2014 11:25:14 +0200] rev 26069
8055368: Ant build broken after modular source code change Reviewed-by: attila, sundar, lagergren
Mon, 18 Aug 2014 10:59:40 +0100 Merge
chegar [Mon, 18 Aug 2014 10:59:40 +0100] rev 26068
Merge
Fri, 15 Aug 2014 17:30:49 +0200 8055199: Tidy up Nashorn codebase for code standards (August 2014)
attila [Fri, 15 Aug 2014 17:30:49 +0200] rev 26067
8055199: Tidy up Nashorn codebase for code standards (August 2014) Reviewed-by: hannesw, lagergren
Thu, 14 Aug 2014 20:14:54 +0530 8055139: test/script/trusted/JDK-8055107.js fails with access control exception
sundar [Thu, 14 Aug 2014 20:14:54 +0530] rev 26066
8055139: test/script/trusted/JDK-8055107.js fails with access control exception Reviewed-by: lagergren, attila, jlaskey
Thu, 14 Aug 2014 18:54:54 +0530 8055107: Extension directives to turn on callsite profiling, tracing, AST print and other debug features locally
sundar [Thu, 14 Aug 2014 18:54:54 +0530] rev 26065
8055107: Extension directives to turn on callsite profiling, tracing, AST print and other debug features locally Reviewed-by: attila, jlaskey
Thu, 14 Aug 2014 14:35:44 +0200 8055042: Compile-time expression evaluator was missing variables
attila [Thu, 14 Aug 2014 14:35:44 +0200] rev 26064
8055042: Compile-time expression evaluator was missing variables Reviewed-by: jlaskey, lagergren
Wed, 13 Aug 2014 21:03:37 +0530 8055034: jjs exits interactive mode if exception was thrown when trying to print value of last evaluated expression
sundar [Wed, 13 Aug 2014 21:03:37 +0530] rev 26063
8055034: jjs exits interactive mode if exception was thrown when trying to print value of last evaluated expression Reviewed-by: jlaskey, attila
Wed, 13 Aug 2014 15:00:24 +0530 8054993: type info cache may be disabled for test262 and tests explicitly changing that property should use @fork
sundar [Wed, 13 Aug 2014 15:00:24 +0530] rev 26062
8054993: type info cache may be disabled for test262 and tests explicitly changing that property should use @fork Reviewed-by: lagergren, hannesw
Tue, 12 Aug 2014 13:23:47 +0200 8054898: Avoid creation of empty type info files
hannesw [Tue, 12 Aug 2014 13:23:47 +0200] rev 26061
8054898: Avoid creation of empty type info files Reviewed-by: attila, sundar, jlaskey
Tue, 12 Aug 2014 13:22:05 +0200 8044851: nashorn properties leak memory
hannesw [Tue, 12 Aug 2014 13:22:05 +0200] rev 26060
8044851: nashorn properties leak memory Reviewed-by: attila, jlaskey, lagergren
Mon, 11 Aug 2014 10:07:15 -0700 Merge
lana [Mon, 11 Aug 2014 10:07:15 -0700] rev 26059
Merge
Mon, 11 Aug 2014 20:35:21 +0530 8054503: test/script/external/test262/test/suite/ch12/12.6/12.6.4/12.6.4-2.js fails with tip
sundar [Mon, 11 Aug 2014 20:35:21 +0530] rev 26058
8054503: test/script/external/test262/test/suite/ch12/12.6/12.6.4/12.6.4-2.js fails with tip Reviewed-by: jlaskey, hannesw, attila
Sat, 09 Aug 2014 21:27:44 -0700 Added tag jdk9-b26 for changeset a64f0cd60e66
lana [Sat, 09 Aug 2014 21:27:44 -0700] rev 26057
Added tag jdk9-b26 for changeset a64f0cd60e66
Fri, 08 Aug 2014 19:07:17 +0530 8054651: Global.initConstructor and ScriptFunction.getPrototype(Object) can have stricter types
sundar [Fri, 08 Aug 2014 19:07:17 +0530] rev 26056
8054651: Global.initConstructor and ScriptFunction.getPrototype(Object) can have stricter types Reviewed-by: attila, jlaskey, hannesw
Fri, 08 Aug 2014 12:50:46 +0200 8043956: Make code caching work with optimistic typing and lazy compilation
hannesw [Fri, 08 Aug 2014 12:50:46 +0200] rev 26055
8043956: Make code caching work with optimistic typing and lazy compilation Reviewed-by: attila, lagergren
Thu, 07 Aug 2014 19:19:46 +0530 8051346: Test262 tests for ECMAScript 5 now in branch "es5-tests"
sundar [Thu, 07 Aug 2014 19:19:46 +0530] rev 26054
8051346: Test262 tests for ECMAScript 5 now in branch "es5-tests" Reviewed-by: attila, hannesw
Thu, 07 Aug 2014 11:06:45 +0200 8046026: CompiledFunction.relinkComposableInvoker assert is being hit
attila [Thu, 07 Aug 2014 11:06:45 +0200] rev 26053
8046026: CompiledFunction.relinkComposableInvoker assert is being hit Reviewed-by: hannesw, jlaskey, sundar
Wed, 06 Aug 2014 22:11:12 +0530 8053910: ScriptObjectMirror causing havoc with Invocation interface
sundar [Wed, 06 Aug 2014 22:11:12 +0530] rev 26052
8053910: ScriptObjectMirror causing havoc with Invocation interface Reviewed-by: jlaskey, attila, hannesw
Thu, 21 Aug 2014 14:16:28 -0700 Added tag jdk9-b27 for changeset d38d876f1654
katleman [Thu, 21 Aug 2014 14:16:28 -0700] rev 26051
Added tag jdk9-b27 for changeset d38d876f1654
Wed, 05 Jul 2017 19:57:26 +0200 Merge
duke [Wed, 05 Jul 2017 19:57:26 +0200] rev 26050
Merge
Thu, 28 Aug 2014 14:53:02 -0700 Merge
lana [Thu, 28 Aug 2014 14:53:02 -0700] rev 26049
Merge
Mon, 18 Aug 2014 10:07:13 +0100 Merge
chegar [Mon, 18 Aug 2014 10:07:13 +0100] rev 26048
Merge
Mon, 11 Aug 2014 21:33:15 +0100 8038861: [javadoc] broken links in org/omg/CORBA/FloatSeqHelper.html
msheppar [Mon, 11 Aug 2014 21:33:15 +0100] rev 26047
8038861: [javadoc] broken links in org/omg/CORBA/FloatSeqHelper.html Summary: change cgi.omg.or to www.omg.org Reviewed-by: alanb
Mon, 11 Aug 2014 09:25:37 -0700 Merge
lana [Mon, 11 Aug 2014 09:25:37 -0700] rev 26046
Merge
Sat, 09 Aug 2014 21:27:05 -0700 Added tag jdk9-b26 for changeset 30a18bb9b88d
lana [Sat, 09 Aug 2014 21:27:05 -0700] rev 26045
Added tag jdk9-b26 for changeset 30a18bb9b88d
Thu, 21 Aug 2014 14:16:15 -0700 Added tag jdk9-b27 for changeset a5e25d68f971
katleman [Thu, 21 Aug 2014 14:16:15 -0700] rev 26044
Added tag jdk9-b27 for changeset a5e25d68f971
Wed, 05 Jul 2017 19:57:19 +0200 Merge
duke [Wed, 05 Jul 2017 19:57:19 +0200] rev 26043
Merge
Thu, 28 Aug 2014 14:54:07 -0700 Merge
lana [Thu, 28 Aug 2014 14:54:07 -0700] rev 26042
Merge
Wed, 20 Aug 2014 16:10:13 +0200 8055673: test/com/sun/jdi/ShellScaffold.sh does not honor -javaoption
sla [Wed, 20 Aug 2014 16:10:13 +0200] rev 26041
8055673: test/com/sun/jdi/ShellScaffold.sh does not honor -javaoption Reviewed-by: jbachorik
Wed, 20 Aug 2014 10:49:54 +0800 8055373: Typo in InquireType.java
weijun [Wed, 20 Aug 2014 10:49:54 +0800] rev 26040
8055373: Typo in InquireType.java Reviewed-by: mullan
Tue, 19 Aug 2014 12:26:34 -0700 8055262: Update jdk/test/java/util/Base64 tests to remove use of sun.misc.BASE64Encoder/Decoder
mchung [Tue, 19 Aug 2014 12:26:34 -0700] rev 26039
8055262: Update jdk/test/java/util/Base64 tests to remove use of sun.misc.BASE64Encoder/Decoder Reviewed-by: mchung, sherman Contributed-by: amy.lu@oracle.com
Tue, 19 Aug 2014 10:34:07 -0700 Merge
ddehaven [Tue, 19 Aug 2014 10:34:07 -0700] rev 26038
Merge
Tue, 19 Aug 2014 10:32:16 -0700 Merge
ddehaven [Tue, 19 Aug 2014 10:32:16 -0700] rev 26037
Merge
Fri, 08 Aug 2014 12:54:39 -0700 Merge
prr [Fri, 08 Aug 2014 12:54:39 -0700] rev 26036
Merge
Fri, 08 Aug 2014 21:46:29 +0400 6302052: Reference to nonexistant Class in javadoc
serb [Fri, 08 Aug 2014 21:46:29 +0400] rev 26035
6302052: Reference to nonexistant Class in javadoc Reviewed-by: azvegint, alexsch
Fri, 08 Aug 2014 21:40:46 +0400 8054431: Some of the input validation in the javasound is too strict
serb [Fri, 08 Aug 2014 21:40:46 +0400] rev 26034
8054431: Some of the input validation in the javasound is too strict Reviewed-by: azvegint, alexsch
Fri, 08 Aug 2014 16:19:36 +0400 8017284: Aqua LaF: memory leak when HTML is used for JTabbedPane tab titles
alexsch [Fri, 08 Aug 2014 16:19:36 +0400] rev 26033
8017284: Aqua LaF: memory leak when HTML is used for JTabbedPane tab titles Reviewed-by: serb, pchelko
Fri, 08 Aug 2014 16:13:15 +0400 8049533: SwingUtilities.convertMouseEvent misses MouseWheelEvent.preciseWheelRotation
alexsch [Fri, 08 Aug 2014 16:13:15 +0400] rev 26032
8049533: SwingUtilities.convertMouseEvent misses MouseWheelEvent.preciseWheelRotation Reviewed-by: serb, pchelko
Fri, 08 Aug 2014 16:05:52 +0400 8051359: JPopupMenu creation in headless mode with JDK9b23 causes NPE
alexsch [Fri, 08 Aug 2014 16:05:52 +0400] rev 26031
8051359: JPopupMenu creation in headless mode with JDK9b23 causes NPE Reviewed-by: serb, pchelko
Thu, 07 Aug 2014 17:02:48 +0400 8054372: Cleanup of com.sun.media.sound packages
serb [Thu, 07 Aug 2014 17:02:48 +0400] rev 26030
8054372: Cleanup of com.sun.media.sound packages Reviewed-by: azvegint, prr
Wed, 06 Aug 2014 21:46:17 +0400 8041982: Use of animated icon in JLayer causes CPU spin
alexp [Wed, 06 Aug 2014 21:46:17 +0400] rev 26029
8041982: Use of animated icon in JLayer causes CPU spin Reviewed-by: alexsch
Wed, 06 Aug 2014 14:34:16 +0400 6521706: A switch operator in JFrame.processWindowEvent() should be rewritten
serb [Wed, 06 Aug 2014 14:34:16 +0400] rev 26028
6521706: A switch operator in JFrame.processWindowEvent() should be rewritten Reviewed-by: azvegint, alexsch
Tue, 05 Aug 2014 14:18:46 -0700 8054371: Need to suppress newly added unchecked cast and conversion in Swing code
prr [Tue, 05 Aug 2014 14:18:46 -0700] rev 26027
8054371: Need to suppress newly added unchecked cast and conversion in Swing code Reviewed-by: jgodinez
Tue, 05 Aug 2014 12:14:11 -0700 Merge
prr [Tue, 05 Aug 2014 12:14:11 -0700] rev 26026
Merge
Tue, 05 Aug 2014 15:39:05 +0400 8052012: move awt automated tests from AWT_Modality to OpenJDK repository - part 5
avstepan [Tue, 05 Aug 2014 15:39:05 +0400] rev 26025
8052012: move awt automated tests from AWT_Modality to OpenJDK repository - part 5 Reviewed-by: serb
Tue, 05 Aug 2014 13:59:50 +0400 6521727: DefaultTreeCellEditor doesn't implement Serializable
serb [Tue, 05 Aug 2014 13:59:50 +0400] rev 26024
6521727: DefaultTreeCellEditor doesn't implement Serializable Reviewed-by: azvegint, alexsch
Fri, 01 Aug 2014 16:26:17 +0100 8026497: Font2DTest demo: unused resource files
serb [Fri, 01 Aug 2014 16:26:17 +0100] rev 26023
8026497: Font2DTest demo: unused resource files Reviewed-by: azvegint, bae
Thu, 31 Jul 2014 21:09:52 +0100 7058700: Unexpected exceptions and timeouts in SF2 parser code
serb [Thu, 31 Jul 2014 21:09:52 +0100] rev 26022
7058700: Unexpected exceptions and timeouts in SF2 parser code Reviewed-by: prr, pchelko
Thu, 31 Jul 2014 23:00:24 +0400 8033141: Cleanup of sun.awt.X11 package
serb [Thu, 31 Jul 2014 23:00:24 +0400] rev 26021
8033141: Cleanup of sun.awt.X11 package Reviewed-by: azvegint, pchelko
Thu, 31 Jul 2014 11:33:36 -0700 8052396: Catch exceptions resulting from missing font cmap
prr [Thu, 31 Jul 2014 11:33:36 -0700] rev 26020
8052396: Catch exceptions resulting from missing font cmap Reviewed-by: bae, serb
Thu, 31 Jul 2014 14:28:10 +0400 8051838: [Findbugs]sun.awt.image.MultiResolutionCachedImage expose internal representation
alexsch [Thu, 31 Jul 2014 14:28:10 +0400] rev 26019
8051838: [Findbugs]sun.awt.image.MultiResolutionCachedImage expose internal representation Reviewed-by: serb, pchelko
Wed, 30 Jul 2014 16:11:47 +0400 7058697: Unexpected exceptions in MID parser code
serb [Wed, 30 Jul 2014 16:11:47 +0400] rev 26018
7058697: Unexpected exceptions in MID parser code Reviewed-by: prr, pchelko
Wed, 30 Jul 2014 14:29:36 +0400 8052408: Move AWT_BAT functional tests to OpenJDK (3 of 3)
dermashov [Wed, 30 Jul 2014 14:29:36 +0400] rev 26017
8052408: Move AWT_BAT functional tests to OpenJDK (3 of 3) Reviewed-by: alexsch
Tue, 29 Jul 2014 13:53:21 -0700 Merge
ddehaven [Tue, 29 Jul 2014 13:53:21 -0700] rev 26016
Merge
Wed, 30 Jul 2014 00:00:22 +0400 8048524: Memory leak in jdk/src/share/native/sun/awt/image/BufImgSurfaceData.c
serb [Wed, 30 Jul 2014 00:00:22 +0400] rev 26015
8048524: Memory leak in jdk/src/share/native/sun/awt/image/BufImgSurfaceData.c Reviewed-by: prr, serb Contributed-by: Anton Melnikov <anton.melnikov@oracle.com>
Tue, 29 Jul 2014 15:03:05 +0400 8050885: move awt automated tests from AWT_Modality to OpenJDK repository - part 4
avstepan [Tue, 29 Jul 2014 15:03:05 +0400] rev 26014
8050885: move awt automated tests from AWT_Modality to OpenJDK repository - part 4 Reviewed-by: pchelko
Tue, 29 Jul 2014 12:55:08 +0400 8042284: Add block tags for @return and @param to swing plaf classes
ssides [Tue, 29 Jul 2014 12:55:08 +0400] rev 26013
8042284: Add block tags for @return and @param to swing plaf classes Reviewed-by: prr
Tue, 29 Jul 2014 12:45:24 +0400 8050924: Fix doclint missing tag warnings in javax.swing.plaf.basic parts 5b,6b of 7
yan [Tue, 29 Jul 2014 12:45:24 +0400] rev 26012
8050924: Fix doclint missing tag warnings in javax.swing.plaf.basic parts 5b,6b of 7 Summary: Fix doclint missing tag warnings Reviewed-by: prr Contributed-by: prhinduja@gmail.com, anisha.nagarajan1@gmail.com
Mon, 28 Jul 2014 19:11:52 +0400 8051588: DataTransferer.getInstance throws ClassCastException in headless mode
pchelko [Mon, 28 Jul 2014 19:11:52 +0400] rev 26011
8051588: DataTransferer.getInstance throws ClassCastException in headless mode Reviewed-by: serb, alexsch
Mon, 28 Jul 2014 19:02:56 +0400 8037485: Refactor java.awt.datatransfer to eliminate dependency on AWT
pchelko [Mon, 28 Jul 2014 19:02:56 +0400] rev 26010
8037485: Refactor java.awt.datatransfer to eliminate dependency on AWT Reviewed-by: alanb, mchung, plevart, serb
Mon, 28 Jul 2014 18:43:09 +0400 8051449: Incorrect parsing of the default flavor mapping
pchelko [Mon, 28 Jul 2014 18:43:09 +0400] rev 26009
8051449: Incorrect parsing of the default flavor mapping Reviewed-by: serb, alexsch
Mon, 28 Jul 2014 16:09:26 +0400 8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread.
mcherkas [Mon, 28 Jul 2014 16:09:26 +0400] rev 26008
8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread. Reviewed-by: ant, pchelko Contributed-by: artem.malinko@oracle.com
Sat, 26 Jul 2014 04:02:56 +0400 8035165: Expose internal representation in sun.awt.X11
serb [Sat, 26 Jul 2014 04:02:56 +0400] rev 26007
8035165: Expose internal representation in sun.awt.X11 Reviewed-by: pchelko, prr
Sat, 26 Jul 2014 03:18:05 +0400 8049057: JNI exception pending in jdk/src/windows/native/sun/windows/
serb [Sat, 26 Jul 2014 03:18:05 +0400] rev 26006
8049057: JNI exception pending in jdk/src/windows/native/sun/windows/ Reviewed-by: pchelko, prr
Thu, 24 Jul 2014 16:06:49 +0100 8046495: KeyEvent can not be accepted in quick mouse clicking
anashaty [Thu, 24 Jul 2014 16:06:49 +0100] rev 26005
8046495: KeyEvent can not be accepted in quick mouse clicking Reviewed-by: art, pchelko
Thu, 24 Jul 2014 17:36:56 +0400 6521783: Unnecessary final modifier for a method in a final class
serb [Thu, 24 Jul 2014 17:36:56 +0400] rev 26004
6521783: Unnecessary final modifier for a method in a final class Reviewed-by: pchelko, prr
Wed, 23 Jul 2014 16:19:26 +0400 8050852: Javadoc cleanup of javax.sound.midi package
serb [Wed, 23 Jul 2014 16:19:26 +0400] rev 26003
8050852: Javadoc cleanup of javax.sound.midi package Reviewed-by: pchelko, azvegint
Wed, 23 Jul 2014 15:44:44 +0400 8044614: [macosx] Focus issue with 2 applets in firefox
dmarkov [Wed, 23 Jul 2014 15:44:44 +0400] rev 26002
8044614: [macosx] Focus issue with 2 applets in firefox Reviewed-by: alexsch, pchelko
Tue, 22 Jul 2014 17:17:05 +0400 8038937: Validate fields on Swing classes deserialization
alexsch [Tue, 22 Jul 2014 17:17:05 +0400] rev 26001
8038937: Validate fields on Swing classes deserialization Reviewed-by: serb, pchelko
Tue, 22 Jul 2014 17:10:50 +0400 8032864: [macosx] sigsegv (0Xb) Being Generated When Starting JDev With Voiceover Running
pchelko [Tue, 22 Jul 2014 17:10:50 +0400] rev 26000
8032864: [macosx] sigsegv (0Xb) Being Generated When Starting JDev With Voiceover Running Reviewed-by: anthony, serb
Tue, 19 Aug 2014 12:18:09 +0200 8035939: java/lang/management/MemoryMXBean/MemoryManagement.java timed out on Linux-amd64
stefank [Tue, 19 Aug 2014 12:18:09 +0200] rev 25999
8035939: java/lang/management/MemoryMXBean/MemoryManagement.java timed out on Linux-amd64 Reviewed-by: sla, brutisso, mgerdin
Tue, 19 Aug 2014 17:11:28 +0200 8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
dfuchs [Tue, 19 Aug 2014 17:11:28 +0200] rev 25998
8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException Summary: CheckZombieLockTest and CheckLockLocationTest should work with different temporary log directories so that they can be run concurrently. This fix changes the name of the log directory used by CheckZombieLockTest. Reviewed-by: mchung
Tue, 19 Aug 2014 06:56:59 -0700 8055012: [TESTBUG] NMTHelper fails to parse NMT output
ctornqvi [Tue, 19 Aug 2014 06:56:59 -0700] rev 25997
8055012: [TESTBUG] NMTHelper fails to parse NMT output Summary: Fixed the regular expression to parse the slightly changed output format of the new NMT implementation Reviewed-by: olagneau, sla
Tue, 19 Aug 2014 16:02:48 +0900 8055088: Optimization for locale resources loading isn't working
okutsu [Tue, 19 Aug 2014 16:02:48 +0900] rev 25996
8055088: Optimization for locale resources loading isn't working Reviewed-by: naoto
Tue, 19 Aug 2014 14:30:12 +0800 8054817: File ccache only recognizes Linux and Solaris defaults
weijun [Tue, 19 Aug 2014 14:30:12 +0800] rev 25995
8054817: File ccache only recognizes Linux and Solaris defaults Reviewed-by: mullan
Mon, 18 Aug 2014 21:06:45 -0700 8055253: test/java/util/Currency/PropertiesTest.sh modifies the test JDK
martin [Mon, 18 Aug 2014 21:06:45 -0700] rev 25994
8055253: test/java/util/Currency/PropertiesTest.sh modifies the test JDK Summary: Always make a temp copy of the test JDK before destructively modifying Reviewed-by: naoto, alanb
Mon, 18 Aug 2014 20:09:25 -0700 8055353: libsplashscreen build fails on MacOSX Mavericks
chegar [Mon, 18 Aug 2014 20:09:25 -0700] rev 25993
8055353: libsplashscreen build fails on MacOSX Mavericks Reviewed-by: mchung, dholmes
Mon, 18 Aug 2014 14:03:21 +0100 Merge
chegar [Mon, 18 Aug 2014 14:03:21 +0100] rev 25992
Merge
Mon, 18 Aug 2014 10:59:36 +0100 Merge
chegar [Mon, 18 Aug 2014 10:59:36 +0100] rev 25991
Merge
Mon, 18 Aug 2014 08:48:59 -0400 Merge
mullan [Mon, 18 Aug 2014 08:48:59 -0400] rev 25990
Merge
Mon, 18 Aug 2014 08:45:08 -0400 7026255: Methods of Subject that throw SecurityException do not specify what permissions are required
mullan [Mon, 18 Aug 2014 08:45:08 -0400] rev 25989
7026255: Methods of Subject that throw SecurityException do not specify what permissions are required Reviewed-by: xuelei
Mon, 18 Aug 2014 13:55:29 +0200 8055111: [TESTBUG] jdk.testlibrary.Utils.removeGcOpts doesn't remove -Xconcgc
stefank [Mon, 18 Aug 2014 13:55:29 +0200] rev 25988
8055111: [TESTBUG] jdk.testlibrary.Utils.removeGcOpts doesn't remove -Xconcgc Reviewed-by: jmasa, brutisso, sla
Fri, 15 Aug 2014 12:28:58 +0200 8054278: Refactor jps utility tests
ykantser [Fri, 15 Aug 2014 12:28:58 +0200] rev 25987
8054278: Refactor jps utility tests Reviewed-by: jbachorik
Thu, 14 Aug 2014 15:54:04 -0700 8055004: Reduce allocation overhead in java.time.Period/Duration parse methods
sherman [Thu, 14 Aug 2014 15:54:04 -0700] rev 25986
8055004: Reduce allocation overhead in java.time.Period/Duration parse methods Summary: To use the offset based new parse methods. Reviewed-by: sherman Contributed-by: claes.redestad@oracle.com
Thu, 14 Aug 2014 15:18:11 +0200 8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null
dfuchs [Thu, 14 Aug 2014 15:18:11 +0200] rev 25985
8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null Summary: This is due to a race condition in the test where one GetRB thread can receive a stale LogRecord comming from another GetRB thread. Reviewed-by: dholmes
Thu, 14 Aug 2014 13:43:02 +0200 8054824: Clean up ProblemList.txt
sla [Thu, 14 Aug 2014 13:43:02 +0200] rev 25984
8054824: Clean up ProblemList.txt Reviewed-by: jbachorik
Tue, 29 Jul 2014 15:37:54 +0200 8052961: Test "com/sun/tools/attach/StartManagementAgent.java" failing intermittently
jbachorik [Tue, 29 Jul 2014 15:37:54 +0200] rev 25983
8052961: Test "com/sun/tools/attach/StartManagementAgent.java" failing intermittently Reviewed-by: sla
Tue, 12 Aug 2014 10:16:58 +0200 8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
jfranck [Tue, 12 Aug 2014 10:16:58 +0200] rev 25982
8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value Summary: Update javadoc and align implementation with new spec Reviewed-by: psandoz
Tue, 12 Aug 2014 14:57:36 +0100 8054828: TEST_BUG: Typos in java/lang/Long/ParsingTest
alanb [Tue, 12 Aug 2014 14:57:36 +0100] rev 25981
8054828: TEST_BUG: Typos in java/lang/Long/ParsingTest Reviewed-by: alanb Contributed-by: claes.redestad@oracle.com
Tue, 12 Aug 2014 00:13:57 +0400 8054841: (process) ProcessBuilder leaks native memory
igerasim [Tue, 12 Aug 2014 00:13:57 +0400] rev 25980
8054841: (process) ProcessBuilder leaks native memory Reviewed-by: rriggs, alanb
Mon, 11 Aug 2014 21:03:59 +0100 8054857: Fix typos in java.lang.** packages
prappo [Mon, 11 Aug 2014 21:03:59 +0100] rev 25979
8054857: Fix typos in java.lang.** packages Reviewed-by: alanb
Mon, 11 Aug 2014 11:27:24 -0700 Merge
lana [Mon, 11 Aug 2014 11:27:24 -0700] rev 25978
Merge
Mon, 11 Aug 2014 11:00:20 -0700 Merge
lana [Mon, 11 Aug 2014 11:00:20 -0700] rev 25977
Merge
Mon, 11 Aug 2014 14:22:22 -0400 8054555: javadoc cleanup for java.sql and javax.sql
lancea [Mon, 11 Aug 2014 14:22:22 -0400] rev 25976
8054555: javadoc cleanup for java.sql and javax.sql Reviewed-by: darcy, igerasim
Mon, 11 Aug 2014 15:34:24 +0100 8054118: java/net/ipv6tests/UdpTest.java failed intermittently
msheppar [Mon, 11 Aug 2014 15:34:24 +0100] rev 25975
8054118: java/net/ipv6tests/UdpTest.java failed intermittently Summary: ignore the Teredo interface on windows test machines Reviewed-by: chegar
Mon, 11 Aug 2014 11:11:55 +0800 6997010: Consolidate java.security files into one file with modifications
weijun [Mon, 11 Aug 2014 11:11:55 +0800] rev 25974
6997010: Consolidate java.security files into one file with modifications Reviewed-by: mullan, erikj
Sat, 09 Aug 2014 21:27:33 -0700 Added tag jdk9-b26 for changeset dca4e4c83da4
lana [Sat, 09 Aug 2014 21:27:33 -0700] rev 25973
Added tag jdk9-b26 for changeset dca4e4c83da4
Fri, 08 Aug 2014 14:17:14 -0700 8054366: Broken link in SecureRandom.html
ascarpino [Fri, 08 Aug 2014 14:17:14 -0700] rev 25972
8054366: Broken link in SecureRandom.html Reviewed-by: xuelei, mullan, wetmore Contributed-by: Jamil Nimeh <jamil.j.nimeh@oracle.com>
Fri, 08 Aug 2014 17:47:50 +0000 8043836: Need new tests for AES cipher
valeriep [Fri, 08 Aug 2014 17:47:50 +0000] rev 25971
8043836: Need new tests for AES cipher Summary: Add AES cipher tests with various modes, padding schemes and read methods of CipherInputStream for SunJCE provider Reviewed-by: valeriep Contributed-by: felix.yang@oracle.com
Thu, 07 Aug 2014 14:20:53 -0700 8034032: Check src/macosx/native/java/util/prefs/MacOSXPreferencesFile.m for JNI pending issues
bchristi [Thu, 07 Aug 2014 14:20:53 -0700] rev 25970
8034032: Check src/macosx/native/java/util/prefs/MacOSXPreferencesFile.m for JNI pending issues Reviewed-by: chegar
Thu, 07 Aug 2014 15:16:35 +0200 8049340: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java timed out
egahlin [Thu, 07 Aug 2014 15:16:35 +0200] rev 25969
8049340: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java timed out Reviewed-by: jbachorik
Thu, 07 Aug 2014 15:32:23 +0400 8046343: (smartcardio) CardTerminal.connect('direct') does not work on MacOSX
igerasim [Thu, 07 Aug 2014 15:32:23 +0400] rev 25968
8046343: (smartcardio) CardTerminal.connect('direct') does not work on MacOSX Reviewed-by: mullan, valeriep
Thu, 07 Aug 2014 15:07:33 +0400 8054221: StringJoiner imlementation optimization
igerasim [Thu, 07 Aug 2014 15:07:33 +0400] rev 25967
8054221: StringJoiner imlementation optimization Reviewed-by: martin
Thu, 07 Aug 2014 13:04:26 +0900 8048123: Replace calendars.properties with another mechanism to specify a new Japanese calendar era
okutsu [Thu, 07 Aug 2014 13:04:26 +0900] rev 25966
8048123: Replace calendars.properties with another mechanism to specify a new Japanese calendar era Reviewed-by: naoto, alanb
Thu, 21 Aug 2014 14:16:26 -0700 Added tag jdk9-b27 for changeset 3317bb8137f4
katleman [Thu, 21 Aug 2014 14:16:26 -0700] rev 25965
Added tag jdk9-b27 for changeset 3317bb8137f4
Wed, 05 Jul 2017 19:57:04 +0200 Merge
duke [Wed, 05 Jul 2017 19:57:04 +0200] rev 25964
Merge
Thu, 28 Aug 2014 14:53:43 -0700 Merge
lana [Thu, 28 Aug 2014 14:53:43 -0700] rev 25963
Merge
Tue, 19 Aug 2014 11:17:44 -0700 Merge
amurillo [Tue, 19 Aug 2014 11:17:44 -0700] rev 25962
Merge
Fri, 15 Aug 2014 09:19:22 -0700 Merge
amurillo [Fri, 15 Aug 2014 09:19:22 -0700] rev 25961
Merge
Thu, 14 Aug 2014 18:42:08 +0000 Merge
jmasa [Thu, 14 Aug 2014 18:42:08 +0000] rev 25960
Merge
Mon, 11 Aug 2014 14:03:06 +0200 8054823: Add size_t as a valid VM flag type
stefank [Mon, 11 Aug 2014 14:03:06 +0200] rev 25959
8054823: Add size_t as a valid VM flag type Reviewed-by: kvn, vlivanov, sla
Mon, 11 Aug 2014 17:12:41 +0400 8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot
mgerdin [Mon, 11 Aug 2014 17:12:41 +0400] rev 25958
8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot Reviewed-by: kvn, iignatyev, mgerdin Contributed-by: andrey.x.zakharov@oracle.com
Wed, 13 Aug 2014 13:29:45 -0700 Merge
dcubed [Wed, 13 Aug 2014 13:29:45 -0700] rev 25957
Merge
Tue, 12 Aug 2014 21:16:05 -0400 Merge
hseigel [Tue, 12 Aug 2014 21:16:05 -0400] rev 25956
Merge
Tue, 12 Aug 2014 20:29:25 -0400 8050485: super() in a try block in a ctor causes VerifyError
hseigel [Tue, 12 Aug 2014 20:29:25 -0400] rev 25955
8050485: super() in a try block in a ctor causes VerifyError Summary: Parse catch clause paths to ensure they end in throws Reviewed-by: dlong, acorn, kamg, ctornqvi, lfoltan
Tue, 12 Aug 2014 17:29:47 -0700 8054713: [TESTBUG] runtime/jsig/Test8017498.sh: Execution failed: exit code 1
ctornqvi [Tue, 12 Aug 2014 17:29:47 -0700] rev 25954
8054713: [TESTBUG] runtime/jsig/Test8017498.sh: Execution failed: exit code 1 Summary: Changed output directory of gcc to avoid permission problems Reviewed-by: coleenp, minqi
Tue, 12 Aug 2014 21:18:14 +0000 Merge
ctornqvi [Tue, 12 Aug 2014 21:18:14 +0000] rev 25953
Merge
Tue, 12 Aug 2014 14:06:41 -0700 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill [Tue, 12 Aug 2014 14:06:41 -0700] rev 25952
8054952: [TESTBUG] Add missing NMT2 tests Summary: The new NMT2 tests got lost on the way into jdk9 yesterday, this change adds them. Reviewed-by: coleenp, zgu, ctornqvi
Tue, 12 Aug 2014 12:39:02 -0700 8054938: [TESTBUG] Wrong WhiteBox.java was pushed by JDK-8044140
zgu [Tue, 12 Aug 2014 12:39:02 -0700] rev 25951
8054938: [TESTBUG] Wrong WhiteBox.java was pushed by JDK-8044140 Summary: Reserved WhiteBox.java pushed by JDK-8044140 Reviewed-by: ccheung, hseigel
Tue, 12 Aug 2014 10:48:55 -0400 8003426: Remove UseFastAccessors and UseFastEmptyMethods except for zero
coleenp [Tue, 12 Aug 2014 10:48:55 -0400] rev 25950
8003426: Remove UseFastAccessors and UseFastEmptyMethods except for zero Summary: These options have been long disabled in Xmixed mode because they prevent these small methods from being inlined and are subject to bit rot, and we don't need more macro assembler code to maintain and change if the constant pool cache format changes. Reviewed-by: simonis, kvn
Mon, 11 Aug 2014 10:18:09 -0700 6424123: JVM crashes on failed 'strdup' call
zgu [Mon, 11 Aug 2014 10:18:09 -0700] rev 25949
6424123: JVM crashes on failed 'strdup' call Summary: Calling os::malloc()/os::strdup() and new os::strdup_check_oom() instead of ::malloc()/::strdup() for native memory tracking purpose Reviewed-by: coleenp, ctornqvi, kvn
Mon, 11 Aug 2014 07:30:46 -0700 8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu [Mon, 11 Aug 2014 07:30:46 -0700] rev 25948
8044140: Create NMT (Native Memory Tracking) tests for NMT2 Summary: Create new/modify existing tests for NMT2, which is an internal redesign to address scalability issues in the first implementation. Reviewed-by: ctornqvi, zgu Contributed-by: George Triantafillou <george.triantafillou@oracle.com>
Mon, 11 Aug 2014 07:20:39 -0700 Merge
zgu [Mon, 11 Aug 2014 07:20:39 -0700] rev 25947
Merge
Thu, 07 Aug 2014 12:18:58 -0700 8046598: Scalable Native memory tracking development
zgu [Thu, 07 Aug 2014 12:18:58 -0700] rev 25946
8046598: Scalable Native memory tracking development Summary: Enhance scalability of native memory tracking Reviewed-by: coleenp, ctornqvi, gtriantafill
Mon, 11 Aug 2014 04:37:19 -0700 8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp
dsamersoff [Mon, 11 Aug 2014 04:37:19 -0700] rev 25945
8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp Summary: Cast arguments on printing Reviewed-by: dholmes, sspitsyn, jbachorik
Fri, 08 Aug 2014 16:24:16 -0700 Merge
jmasa [Fri, 08 Aug 2014 16:24:16 -0700] rev 25944
Merge
Tue, 05 Aug 2014 15:41:12 -0700 8034056: assert(_heap_alignment >= _space_alignment) failed: heap_alignment less than space_alignment
jmasa [Tue, 05 Aug 2014 15:41:12 -0700] rev 25943
8034056: assert(_heap_alignment >= _space_alignment) failed: heap_alignment less than space_alignment Reviewed-by: tschatzl, sjohanss
Thu, 07 Aug 2014 22:28:53 +0200 8054341: Remove some obsolete code in G1CollectedHeap class
tschatzl [Thu, 07 Aug 2014 22:28:53 +0200] rev 25942
8054341: Remove some obsolete code in G1CollectedHeap class Summary: Remove dead code. Reviewed-by: stefank, brutisso
Thu, 07 Aug 2014 22:28:16 +0200 8052170: G1 asserts at collection exit with -XX:-G1DeferredRSUpdate
tschatzl [Thu, 07 Aug 2014 22:28:16 +0200] rev 25941
8052170: G1 asserts at collection exit with -XX:-G1DeferredRSUpdate Summary: Do not try to verify timing measures for the redirty logged cards phase when it is not executed. Reviewed-by: brutisso, jmasa
Mon, 18 Aug 2014 10:07:43 +0100 Merge
chegar [Mon, 18 Aug 2014 10:07:43 +0100] rev 25940
Merge
Tue, 12 Aug 2014 14:04:21 -0700 Merge
amurillo [Tue, 12 Aug 2014 14:04:21 -0700] rev 25939
Merge
Fri, 08 Aug 2014 11:36:48 -0700 Merge
amurillo [Fri, 08 Aug 2014 11:36:48 -0700] rev 25938
Merge
Fri, 08 Aug 2014 10:35:05 -0700 Merge
kvn [Fri, 08 Aug 2014 10:35:05 -0700] rev 25937
Merge
Thu, 07 Aug 2014 18:09:12 -0700 8040920: Uninitialised memory in hotspot/src/share/vm/code/dependencies.cpp
morris [Thu, 07 Aug 2014 18:09:12 -0700] rev 25936
8040920: Uninitialised memory in hotspot/src/share/vm/code/dependencies.cpp Summary: Fixed parfait initialization issue. Reviewed-by: kvn, twisti
Sat, 02 Aug 2014 07:06:08 +0200 8046698: assert(false) failed: only Initialize or AddP expected macro.cpp:943
roland [Sat, 02 Aug 2014 07:06:08 +0200] rev 25935
8046698: assert(false) failed: only Initialize or AddP expected macro.cpp:943 Summary: PhiNode inserted between AllocateNode and Initialization node confuses allocation elimination Reviewed-by: kvn
Wed, 06 Aug 2014 21:21:25 +0400 8054410: compiler/7068051/Test7068051.java fails with FileNotFoundException: f3oo.jar
iignatyev [Wed, 06 Aug 2014 21:21:25 +0400] rev 25934
8054410: compiler/7068051/Test7068051.java fails with FileNotFoundException: f3oo.jar Reviewed-by: kvn
Wed, 06 Aug 2014 08:47:40 +0200 8029443: 'assert(klass->is_loader_alive(_is_alive)) failed: must be alive' during VM_CollectForMetadataAllocation
thartmann [Wed, 06 Aug 2014 08:47:40 +0200] rev 25933
8029443: 'assert(klass->is_loader_alive(_is_alive)) failed: must be alive' during VM_CollectForMetadataAllocation Summary: Added missing metadata relocation to 'loadConP_no_oop_cheap' on Sparc if the pointer is referring to a Klass. Added jtreg test. Reviewed-by: kvn, roland
Tue, 05 Aug 2014 15:02:10 -0700 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn [Tue, 05 Aug 2014 15:02:10 -0700] rev 25932
8052081: Optimize generated by C2 code for Intel's Atom processor Summary: Allow to execute vectorization and crc32 optimization on Atom. Enable UseFPUForSpilling by default on x86. Reviewed-by: roland
Tue, 05 Aug 2014 08:19:03 -0700 8040921: Uninitialised memory in hotspot/src/share/vm/c1/c1_LinearScan.cpp
morris [Tue, 05 Aug 2014 08:19:03 -0700] rev 25931
8040921: Uninitialised memory in hotspot/src/share/vm/c1/c1_LinearScan.cpp Summary: Fixed parfait initialization issue. Reviewed-by: kvn, twisti
Tue, 05 Aug 2014 09:58:52 +0200 8054033: Remove unused references to Compile*
thartmann [Tue, 05 Aug 2014 09:58:52 +0200] rev 25930
8054033: Remove unused references to Compile* Summary: Removed unused references to Compile* missed by JDK-8034812. Reviewed-by: kvn, roland
Tue, 05 Aug 2014 07:37:10 +0000 Merge
anoll [Tue, 05 Aug 2014 07:37:10 +0000] rev 25929
Merge
Tue, 05 Aug 2014 09:07:16 +0200 8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll [Tue, 05 Aug 2014 09:07:16 +0200] rev 25928
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx Summary: Modify hotspot/make/jprt.properties and make/jprt.properties on the top level to add/remove the relevant platforms. Reviewed-by: kvn, roland Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
Thu, 31 Jul 2014 08:39:47 +0200 8053915: bigapps assert failure in C2: modified node is not on IGVN._worklist
thartmann [Thu, 31 Jul 2014 08:39:47 +0200] rev 25927
8053915: bigapps assert failure in C2: modified node is not on IGVN._worklist Summary: Add modified node to the IGVN worklist in 'PhaseIdealLoop::do_range_check'. Reviewed-by: kvn, roland
Tue, 05 Aug 2014 08:25:10 +0200 8054081: Crashes with assert "modified node is not on IGVN._worklist"
thartmann [Tue, 05 Aug 2014 08:25:10 +0200] rev 25926
8054081: Crashes with assert "modified node is not on IGVN._worklist" Summary: Modified safepoint nodes are not added to the IGVN worklist by 'PhaseMacroExpand::scalar_replacement()' Reviewed-by: kvn, roland
Sun, 03 Aug 2014 12:04:36 +0400 8051484: Test compiler/6932496/Test6932496.java failed to compile after JDK-8011044: 1.5 is no longer supported
iignatyev [Sun, 03 Aug 2014 12:04:36 +0400] rev 25925
8051484: Test compiler/6932496/Test6932496.java failed to compile after JDK-8011044: 1.5 is no longer supported Reviewed-by: kvn, roland
Sun, 03 Aug 2014 12:04:17 +0400 8051896: jtreg tests don't use $TESTJAVAOPTS
iignatyev [Sun, 03 Aug 2014 12:04:17 +0400] rev 25924
8051896: jtreg tests don't use $TESTJAVAOPTS Reviewed-by: kvn, ctornqvi
Fri, 01 Aug 2014 15:57:00 -0700 Merge
roland [Fri, 01 Aug 2014 15:57:00 -0700] rev 25923
Merge
Thu, 31 Jul 2014 19:59:36 +0200 8054054: 8040121 is broken
roland [Thu, 31 Jul 2014 19:59:36 +0200] rev 25922
8054054: 8040121 is broken Summary: C++ code pattern from 8040121 is incorrect Reviewed-by: kvn
Tue, 29 Jul 2014 21:28:09 +0000 Merge
kvn [Tue, 29 Jul 2014 21:28:09 +0000] rev 25921
Merge
Tue, 29 Jul 2014 13:40:58 -0700 8049252: VerifyStack logic in Deoptimization::unpack_frames does not expect to see invoke bc at the top frame during normal deoptimization
kvn [Tue, 29 Jul 2014 13:40:58 -0700] rev 25920
8049252: VerifyStack logic in Deoptimization::unpack_frames does not expect to see invoke bc at the top frame during normal deoptimization Summary: Add missing check for reexecute flag to VerifyStack code. Reviewed-by: roland
Tue, 29 Jul 2014 13:56:29 +0200 8049043: Load variable through a pointer of an incompatible type in hotspot/src/share/vm/runtime/sharedRuntimeMath.hpp
thartmann [Tue, 29 Jul 2014 13:56:29 +0200] rev 25919
8049043: Load variable through a pointer of an incompatible type in hotspot/src/share/vm/runtime/sharedRuntimeMath.hpp Summary: Fixed parfait warnings caused by __HI and __LO macros in sharedRuntimeMath.hpp by using a union. Reviewed-by: kvn, drchase
Tue, 29 Jul 2014 13:54:16 +0200 8040121: Load variable through a pointer of an incompatible type in src/hotspot/src/share/vm: opto/output.cpp, runtime/sharedRuntimeTrans.cpp, utilities/globalDefinitions_visCPP.hpp
thartmann [Tue, 29 Jul 2014 13:54:16 +0200] rev 25918
8040121: Load variable through a pointer of an incompatible type in src/hotspot/src/share/vm: opto/output.cpp, runtime/sharedRuntimeTrans.cpp, utilities/globalDefinitions_visCPP.hpp Summary: Fixed parfait warnings in globalDefinitions files by using a union for casts. Reviewed-by: kvn
Mon, 28 Jul 2014 15:06:38 -0700 8051344: JVM crashed in Compile::start() during method parsing w/ UseRTMDeopt turned on
fzhinkin [Mon, 28 Jul 2014 15:06:38 -0700] rev 25917
8051344: JVM crashed in Compile::start() during method parsing w/ UseRTMDeopt turned on Summary: call rtm_deopt() only if there were no compilation bailouts before. Reviewed-by: kvn
Thu, 17 Jul 2014 15:40:04 -0700 8050942: PPC64: implement template interpreter for ppc64le
kvn [Thu, 17 Jul 2014 15:40:04 -0700] rev 25916
8050942: PPC64: implement template interpreter for ppc64le Reviewed-by: kvn, goetz Contributed-by: asmundak@google.com
Fri, 25 Jul 2014 10:57:57 +0000 Merge
anoll [Fri, 25 Jul 2014 10:57:57 +0000] rev 25915
Merge
Fri, 25 Jul 2014 10:04:36 +0000 Merge
anoll [Fri, 25 Jul 2014 10:04:36 +0000] rev 25914
Merge
Fri, 25 Jul 2014 10:06:17 +0200 8040213: C2 does not put all modified nodes on IGVN worklist
thartmann [Fri, 25 Jul 2014 10:06:17 +0200] rev 25913
8040213: C2 does not put all modified nodes on IGVN worklist Summary: Verification code is added that checks if modified nodes are put on the IGVN worklist and modified nodes are processed by 'PhaseIterGVN::transform_old()' Reviewed-by: kvn, jrose
Fri, 25 Jul 2014 09:44:53 +0000 Merge
anoll [Fri, 25 Jul 2014 09:44:53 +0000] rev 25912
Merge
Thu, 24 Jul 2014 09:15:38 +0200 8050860: Cleanup TypeTuple and TypeFunc
anoll [Thu, 24 Jul 2014 09:15:38 +0200] rev 25911
8050860: Cleanup TypeTuple and TypeFunc Summary: Declared fields TypeFunc::_domain, TypeFunc::_range, TypeTuple::_cnt and TypeTuple::_fields private, changed direct accesses to fields to use accessor methods. Reviewed-by: kvn, vlivanov Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
Fri, 08 Aug 2014 07:38:34 -0700 Merge
jmasa [Fri, 08 Aug 2014 07:38:34 -0700] rev 25910
Merge
Thu, 07 Aug 2014 09:35:08 +0200 8051837: Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags
brutisso [Thu, 07 Aug 2014 09:35:08 +0200] rev 25909
8051837: Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags Reviewed-by: stefank, tschatzl Contributed-by: marcus.larsson@oracle.com
Wed, 06 Aug 2014 09:55:16 +0200 8048269: Add flag to turn off class unloading after G1 concurrent mark
stefank [Wed, 06 Aug 2014 09:55:16 +0200] rev 25908
8048269: Add flag to turn off class unloading after G1 concurrent mark Summary: Added -XX:+/-ClassUnloadingWithConcurrentMark Reviewed-by: jmasa, brutisso, mgerdin
Mon, 04 Aug 2014 15:04:45 +0200 8051883: TEST.groups references missing test: gc/class_unloading/TestCMSClassUnloadingDisabledHWM.java
stefank [Mon, 04 Aug 2014 15:04:45 +0200] rev 25907
8051883: TEST.groups references missing test: gc/class_unloading/TestCMSClassUnloadingDisabledHWM.java Reviewed-by: brutisso, tschatzl, ehelin, jmasa, dfazunen
Sun, 03 Aug 2014 03:48:24 +0000 Merge
jmasa [Sun, 03 Aug 2014 03:48:24 +0000] rev 25906
Merge
Fri, 01 Aug 2014 15:40:12 -0700 8031323: Optionally align objects copied to survivor spaces
jmasa [Fri, 01 Aug 2014 15:40:12 -0700] rev 25905
8031323: Optionally align objects copied to survivor spaces Reviewed-by: brutisso, tschatzl
Thu, 07 Aug 2014 20:17:37 -0700 Merge
jmasa [Thu, 07 Aug 2014 20:17:37 -0700] rev 25904
Merge
Thu, 31 Jul 2014 09:23:24 +0200 8051973: Eager reclaim leaves marks of marked but reclaimed objects on the next bitmap
tschatzl [Thu, 31 Jul 2014 09:23:24 +0200] rev 25903
8051973: Eager reclaim leaves marks of marked but reclaimed objects on the next bitmap Summary: Eager reclaim also needs to clear marks of eagerly reclaimed regions if they have already been marked during concurrent mark. Reviewed-by: jmasa
Tue, 05 Aug 2014 14:18:44 +0000 Merge
dsamersoff [Tue, 05 Aug 2014 14:18:44 +0000] rev 25902
Merge
Tue, 05 Aug 2014 06:11:35 -0700 8025667: Warning from b62 for hotspot.agent.src.os.solaris.proc: use after free
dsamersoff [Tue, 05 Aug 2014 06:11:35 -0700] rev 25901
8025667: Warning from b62 for hotspot.agent.src.os.solaris.proc: use after free Summary: move free call few lines down Reviewed-by: dholmes, sspitsyn
Tue, 05 Aug 2014 09:11:35 -0400 8046233: VerifyError on backward branch
hseigel [Tue, 05 Aug 2014 09:11:35 -0400] rev 25900
8046233: VerifyError on backward branch Summary: Remove check that causes the VerifyError Reviewed-by: dholmes, coleenp, acorn
Sat, 02 Aug 2014 16:28:59 -0400 8051012: Regression in verifier for <init> method call from inside of a branch
hseigel [Sat, 02 Aug 2014 16:28:59 -0400] rev 25899
8051012: Regression in verifier for <init> method call from inside of a branch Summary: Fix stackmap matching for branches. Reviewed-by: coleenp, lfoltan, acorn
Fri, 01 Aug 2014 19:03:26 -0700 Merge
sspitsyn [Fri, 01 Aug 2014 19:03:26 -0700] rev 25898
Merge
Fri, 01 Aug 2014 16:33:46 -0700 7187999: dtrace jstack action is broken
sspitsyn [Fri, 01 Aug 2014 16:33:46 -0700] rev 25897
7187999: dtrace jstack action is broken Summary: Separate jhelper.d and hotspot provider (other USDT probes) Reviewed-by: dholmes, dsamersoff Contributed-by: serguei.spitsyn@oracle.com
Thu, 31 Jul 2014 11:56:59 -0700 8053956: [TESTBUG] Remove @ignore tag from fixed runtime issues
ctornqvi [Thu, 31 Jul 2014 11:56:59 -0700] rev 25896
8053956: [TESTBUG] Remove @ignore tag from fixed runtime issues Summary: Removed ignore tags from already fixed tests Reviewed-by: gtriantafill, dcubed
Thu, 31 Jul 2014 00:50:55 +0000 8051398: jvmti tests fieldacc002, fieldmod002 fail in nightly with errors: (watch#0) wrong location
coleenp [Thu, 31 Jul 2014 00:50:55 +0000] rev 25895
8051398: jvmti tests fieldacc002, fieldmod002 fail in nightly with errors: (watch#0) wrong location Summary: Didn't handle NULL bcp for native methods Reviewed-by: dcubed, sspitsyn
Thu, 31 Jul 2014 16:39:57 -0700 Merge
jmasa [Thu, 31 Jul 2014 16:39:57 -0700] rev 25894
Merge
Tue, 29 Jul 2014 10:26:09 +0200 8050973: CMS/G1 GC: add missing Resource and Handle mark
mdoerr [Tue, 29 Jul 2014 10:26:09 +0200] rev 25893
8050973: CMS/G1 GC: add missing Resource and Handle mark Summary: Add Resource/HandleMark in the work() method of some AbstractGangTask to reclaim these resources earlier. Reviewed-by: tschatzl, goetz
Wed, 30 Jul 2014 15:14:49 -0700 Merge
sspitsyn [Wed, 30 Jul 2014 15:14:49 -0700] rev 25892
Merge
Mon, 28 Jul 2014 07:31:17 -0700 8049046: Deprecated Function in hotspot/src/os/solaris/vm/attachListener_solaris.cpp
dsamersoff [Mon, 28 Jul 2014 07:31:17 -0700] rev 25891
8049046: Deprecated Function in hotspot/src/os/solaris/vm/attachListener_solaris.cpp Summary: replace door_cred with door_ucred call Reviewed-by: dholmes, sspitsyn
Thu, 24 Jul 2014 15:06:36 -0700 Merge
jmasa [Thu, 24 Jul 2014 15:06:36 -0700] rev 25890
Merge
Wed, 23 Jul 2014 09:03:32 +0200 8027959: Early reclamation of large objects in G1
tschatzl [Wed, 23 Jul 2014 09:03:32 +0200] rev 25889
8027959: Early reclamation of large objects in G1 Summary: Try to reclaim humongous objects at every young collection after doing a conservative estimate of its liveness. Reviewed-by: brutisso, mgerdin
Mon, 11 Aug 2014 10:07:34 -0700 Merge
lana [Mon, 11 Aug 2014 10:07:34 -0700] rev 25888
Merge
Sat, 09 Aug 2014 21:27:07 -0700 Added tag jdk9-b26 for changeset 3a55fad9854a
lana [Sat, 09 Aug 2014 21:27:07 -0700] rev 25887
Added tag jdk9-b26 for changeset 3a55fad9854a
Thu, 21 Aug 2014 14:16:15 -0700 Added tag jdk9-b27 for changeset e5904519ae05
katleman [Thu, 21 Aug 2014 14:16:15 -0700] rev 25886
Added tag jdk9-b27 for changeset e5904519ae05
Thu, 28 Aug 2014 14:53:00 -0700 Merge
lana [Thu, 28 Aug 2014 14:53:00 -0700] rev 25885
Merge
Wed, 20 Aug 2014 14:11:35 +0200 8055405: JDK 9 build started failing on ja_JP.UTF-8 locale due to mapping error (encoding=ascii).
erikj [Wed, 20 Aug 2014 14:11:35 +0200] rev 25884
8055405: JDK 9 build started failing on ja_JP.UTF-8 locale due to mapping error (encoding=ascii). Reviewed-by: ihse
Tue, 19 Aug 2014 19:07:53 -0700 8055497: [infra] build failure when building bootcycle image
mchung [Tue, 19 Aug 2014 19:07:53 -0700] rev 25883
8055497: [infra] build failure when building bootcycle image Reviewed-by: naoto
Tue, 19 Aug 2014 13:43:40 +0200 8022177: Windows/MSYS builds broken
erikj [Tue, 19 Aug 2014 13:43:40 +0200] rev 25882
8022177: Windows/MSYS builds broken Reviewed-by: tbell, erikj, simonis Contributed-by: volker.simonis@gmail.com, erik.joelsson@oracle.com
Mon, 18 Aug 2014 10:05:34 +0100 Merge
chegar [Mon, 18 Aug 2014 10:05:34 +0100] rev 25881
Merge
Mon, 11 Aug 2014 09:25:30 -0700 Merge
lana [Mon, 11 Aug 2014 09:25:30 -0700] rev 25880
Merge
Sat, 09 Aug 2014 21:27:00 -0700 Added tag jdk9-b26 for changeset 11e239e69325
lana [Sat, 09 Aug 2014 21:27:00 -0700] rev 25879
Added tag jdk9-b26 for changeset 11e239e69325
Thu, 21 Aug 2014 14:16:14 -0700 Added tag jdk9-b27 for changeset 98ce0879ab4c
katleman [Thu, 21 Aug 2014 14:16:14 -0700] rev 25878
Added tag jdk9-b27 for changeset 98ce0879ab4c
Wed, 05 Jul 2017 19:56:34 +0200 Added tag jdk9-b27 for changeset d06a6d3c66c0
duke [Wed, 05 Jul 2017 19:56:34 +0200] rev 25877
Added tag jdk9-b27 for changeset d06a6d3c66c0
Wed, 05 Jul 2017 19:56:33 +0200 Merge jdk9-b27
duke [Wed, 05 Jul 2017 19:56:33 +0200] rev 25876
Merge
Wed, 05 Jul 2017 19:56:24 +0200 Merge
duke [Wed, 05 Jul 2017 19:56:24 +0200] rev 25875
Merge
Sun, 17 Aug 2014 15:52:32 +0100 8054834: Modular Source Code
chegar [Sun, 17 Aug 2014 15:52:32 +0100] rev 25874
8054834: Modular Source Code Reviewed-by: alanb, chegar, ihse, mduigou Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Sun, 10 Aug 2014 19:39:06 -0700 Added tag jdk9-b26 for changeset 5cc16d71dc7a
lana [Sun, 10 Aug 2014 19:39:06 -0700] rev 25873
Added tag jdk9-b26 for changeset 5cc16d71dc7a
Wed, 05 Jul 2017 19:55:59 +0200 Merge
duke [Wed, 05 Jul 2017 19:55:59 +0200] rev 25872
Merge
Sun, 17 Aug 2014 15:52:15 +0100 8054834: Modular Source Code
chegar [Sun, 17 Aug 2014 15:52:15 +0100] rev 25871
8054834: Modular Source Code Reviewed-by: alanb, chegar, ihse, mduigou Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Sun, 10 Aug 2014 19:38:59 -0700 Added tag jdk9-b26 for changeset f51938efd4f6
lana [Sun, 10 Aug 2014 19:38:59 -0700] rev 25870
Added tag jdk9-b26 for changeset f51938efd4f6
Wed, 05 Jul 2017 19:55:35 +0200 Merge
duke [Wed, 05 Jul 2017 19:55:35 +0200] rev 25869
Merge
Sun, 17 Aug 2014 15:51:56 +0100 8054834: Modular Source Code
chegar [Sun, 17 Aug 2014 15:51:56 +0100] rev 25868
8054834: Modular Source Code Reviewed-by: alanb, chegar, ihse, mduigou Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Sun, 10 Aug 2014 19:38:56 -0700 Added tag jdk9-b26 for changeset 38b0d0abca49
lana [Sun, 10 Aug 2014 19:38:56 -0700] rev 25867
Added tag jdk9-b26 for changeset 38b0d0abca49
Wed, 05 Jul 2017 19:55:15 +0200 Merge
duke [Wed, 05 Jul 2017 19:55:15 +0200] rev 25866
Merge
Sun, 17 Aug 2014 15:56:32 +0100 8054834: Modular Source Code
chegar [Sun, 17 Aug 2014 15:56:32 +0100] rev 25865
8054834: Modular Source Code Reviewed-by: alanb, chegar, ihse, mduigou Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Sun, 10 Aug 2014 19:39:07 -0700 Added tag jdk9-b26 for changeset e60692e4f736
lana [Sun, 10 Aug 2014 19:39:07 -0700] rev 25864
Added tag jdk9-b26 for changeset e60692e4f736
Wed, 05 Jul 2017 19:54:57 +0200 Merge
duke [Wed, 05 Jul 2017 19:54:57 +0200] rev 25863
Merge
Sun, 17 Aug 2014 15:51:44 +0100 8054834: Modular Source Code
chegar [Sun, 17 Aug 2014 15:51:44 +0100] rev 25862
8054834: Modular Source Code Reviewed-by: alanb, chegar, ihse, mduigou Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Sun, 10 Aug 2014 19:38:52 -0700 Added tag jdk9-b26 for changeset 30a18bb9b88d
lana [Sun, 10 Aug 2014 19:38:52 -0700] rev 25861
Added tag jdk9-b26 for changeset 30a18bb9b88d
Wed, 05 Jul 2017 19:54:37 +0200 Merge
duke [Wed, 05 Jul 2017 19:54:37 +0200] rev 25860
Merge
Sun, 17 Aug 2014 15:54:13 +0100 8054834: Modular Source Code
chegar [Sun, 17 Aug 2014 15:54:13 +0100] rev 25859
8054834: Modular Source Code Reviewed-by: alanb, chegar, ihse, mduigou Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Sun, 10 Aug 2014 19:39:01 -0700 Added tag jdk9-b26 for changeset 2c05592cf0f2
lana [Sun, 10 Aug 2014 19:39:01 -0700] rev 25858
Added tag jdk9-b26 for changeset 2c05592cf0f2
Wed, 05 Jul 2017 19:54:04 +0200 Merge
duke [Wed, 05 Jul 2017 19:54:04 +0200] rev 25857
Merge
Sun, 17 Aug 2014 15:56:04 +0100 8054834: Modular Source Code
chegar [Sun, 17 Aug 2014 15:56:04 +0100] rev 25856
8054834: Modular Source Code Reviewed-by: alanb, chegar, mchung Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Sun, 10 Aug 2014 19:38:53 -0700 Added tag jdk9-b26 for changeset 3a55fad9854a
lana [Sun, 10 Aug 2014 19:38:53 -0700] rev 25855
Added tag jdk9-b26 for changeset 3a55fad9854a
Sun, 17 Aug 2014 15:51:37 +0100 8054834: Modular Source Code
chegar [Sun, 17 Aug 2014 15:51:37 +0100] rev 25854
8054834: Modular Source Code Reviewed-by: alanb, chegar, ihse, mduigou Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Sun, 10 Aug 2014 19:38:50 -0700 Added tag jdk9-b26 for changeset 11e239e69325
lana [Sun, 10 Aug 2014 19:38:50 -0700] rev 25853
Added tag jdk9-b26 for changeset 11e239e69325
Wed, 05 Jul 2017 19:53:51 +0200 Added tag jdk9-b26 for changeset cd6f4557e7fe
duke [Wed, 05 Jul 2017 19:53:51 +0200] rev 25852
Added tag jdk9-b26 for changeset cd6f4557e7fe
Wed, 05 Jul 2017 19:53:51 +0200 Merge jdk9-b26
duke [Wed, 05 Jul 2017 19:53:51 +0200] rev 25851
Merge
Wed, 05 Jul 2017 19:53:47 +0200 Merge
duke [Wed, 05 Jul 2017 19:53:47 +0200] rev 25850
Merge
Mon, 04 Aug 2014 15:33:22 -0700 Merge
lana [Mon, 04 Aug 2014 15:33:22 -0700] rev 25849
Merge
Fri, 01 Aug 2014 11:09:40 -0700 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda [Fri, 01 Aug 2014 11:09:40 -0700] rev 25848
8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks. Summary: Generalizing the crules infrastructure, adding a new analyzer to check String concatenation in Assert calls. Reviewed-by: jjg, vromero
Wed, 30 Jul 2014 20:31:39 +0400 8047072: javap OOM on fuzzed classfile
kizune [Wed, 30 Jul 2014 20:31:39 +0400] rev 25847
8047072: javap OOM on fuzzed classfile Reviewed-by: jjg
Tue, 29 Jul 2014 15:31:57 -0700 8051958: Cannot assign a value to final variable in lambda
mcimadamore [Tue, 29 Jul 2014 15:31:57 -0700] rev 25846
8051958: Cannot assign a value to final variable in lambda Summary: Remove Attr.owner and refactor code for detecting forward field references Reviewed-by: vromero
Thu, 24 Jul 2014 15:12:48 -0700 8050979: Provide javadoc for "framework" classes in langtools tests
anazarov [Thu, 24 Jul 2014 15:12:48 -0700] rev 25845
8050979: Provide javadoc for "framework" classes in langtools tests Reviewed-by: jjg
Thu, 24 Jul 2014 13:11:03 +0100 8048890: Add option to keep track of symbol completion dependencies
mcimadamore [Thu, 24 Jul 2014 13:11:03 +0100] rev 25844
8048890: Add option to keep track of symbol completion dependencies Summary: Generate dot file with representation of javac on-demand symbol completion dependencies Reviewed-by: jjg, jlahoda
Fri, 01 Aug 2014 14:09:22 -0700 Added tag jdk9-b25 for changeset 85d68faca425
tbell [Fri, 01 Aug 2014 14:09:22 -0700] rev 25843
Added tag jdk9-b25 for changeset 85d68faca425
Wed, 05 Jul 2017 19:53:39 +0200 Merge
duke [Wed, 05 Jul 2017 19:53:39 +0200] rev 25842
Merge
Mon, 04 Aug 2014 15:33:54 -0700 Merge
lana [Mon, 04 Aug 2014 15:33:54 -0700] rev 25841
Merge
Thu, 19 Jun 2014 15:35:23 -0700 8047724: @since tag cleanup in jaxws
henryjen [Thu, 19 Jun 2014 15:35:23 -0700] rev 25840
8047724: @since tag cleanup in jaxws Reviewed-by: alanb, mkos
Fri, 01 Aug 2014 14:09:18 -0700 Added tag jdk9-b25 for changeset 3dad8878772d
tbell [Fri, 01 Aug 2014 14:09:18 -0700] rev 25839
Added tag jdk9-b25 for changeset 3dad8878772d
Wed, 05 Jul 2017 19:53:32 +0200 Merge
duke [Wed, 05 Jul 2017 19:53:32 +0200] rev 25838
Merge
Mon, 04 Aug 2014 15:33:48 -0700 Merge
lana [Mon, 04 Aug 2014 15:33:48 -0700] rev 25837
Merge
Thu, 31 Jul 2014 11:34:34 +0400 8032908: getTextContent doesn't return string in JAXP
aefimov [Thu, 31 Jul 2014 11:34:34 +0400] rev 25836
8032908: getTextContent doesn't return string in JAXP Reviewed-by: joehw
Wed, 30 Jul 2014 10:09:11 -0700 8053965: Xerces update breaks profile build
joehw [Wed, 30 Jul 2014 10:09:11 -0700] rev 25835
8053965: Xerces update breaks profile build Reviewed-by: lancea, alanb
Tue, 29 Jul 2014 20:52:36 -0700 8035467: Xerces Update: Move to Xalan based DOM L3 serializer. Deprecate Xerces' native serializer.
joehw [Tue, 29 Jul 2014 20:52:36 -0700] rev 25834
8035467: Xerces Update: Move to Xalan based DOM L3 serializer. Deprecate Xerces' native serializer. Reviewed-by: lancea
Wed, 02 Jul 2014 14:38:36 -0700 8049109: Add @since 1.9 to new packages added in jaxp
henryjen [Wed, 02 Jul 2014 14:38:36 -0700] rev 25833
8049109: Add @since 1.9 to new packages added in jaxp Reviewed-by: darcy, joehw
Fri, 01 Aug 2014 14:09:14 -0700 Added tag jdk9-b25 for changeset d553e7400295
tbell [Fri, 01 Aug 2014 14:09:14 -0700] rev 25832
Added tag jdk9-b25 for changeset d553e7400295
Wed, 05 Jul 2017 19:53:25 +0200 Merge
duke [Wed, 05 Jul 2017 19:53:25 +0200] rev 25831
Merge
Wed, 06 Aug 2014 11:54:50 +0200 8054411: Add nashorn.args.prepend system property
attila [Wed, 06 Aug 2014 11:54:50 +0200] rev 25830
8054411: Add nashorn.args.prepend system property Reviewed-by: hannesw, jlaskey
Wed, 06 Aug 2014 11:02:14 +0200 8051439: Wrong type calculated for ADD operator with undefined operand
attila [Wed, 06 Aug 2014 11:02:14 +0200] rev 25829
8051439: Wrong type calculated for ADD operator with undefined operand Reviewed-by: jlaskey, sundar
Wed, 06 Aug 2014 10:42:46 +0200 8044786: Some tests fail with non-optimistic compilation
attila [Wed, 06 Aug 2014 10:42:46 +0200] rev 25828
8044786: Some tests fail with non-optimistic compilation Reviewed-by: hannesw, jlaskey
Mon, 04 Aug 2014 15:34:57 -0700 Merge
lana [Mon, 04 Aug 2014 15:34:57 -0700] rev 25827
Merge
Mon, 04 Aug 2014 21:37:45 +0530 8054223: Nashorn: AssertionError when use __DIR__ and ScriptEngine.eval()
sundar [Mon, 04 Aug 2014 21:37:45 +0530] rev 25826
8054223: Nashorn: AssertionError when use __DIR__ and ScriptEngine.eval() Reviewed-by: lagergren, hannesw
Thu, 31 Jul 2014 18:14:46 +0530 8053908: jdeps is not PATH on Mac, results in ant clean test failure on Mac
sundar [Thu, 31 Jul 2014 18:14:46 +0530] rev 25825
8053908: jdeps is not PATH on Mac, results in ant clean test failure on Mac Reviewed-by: hannesw, jlaskey
Wed, 30 Jul 2014 10:06:42 -0700 8051839: GuardedInvocation needs to clone an argument
attila [Wed, 30 Jul 2014 10:06:42 -0700] rev 25824
8051839: GuardedInvocation needs to clone an argument Reviewed-by: hannesw, sundar
Wed, 30 Jul 2014 16:49:02 +0400 8049318: Test hideLocationProperties.js fails on Window due to backslash in path
yan [Wed, 30 Jul 2014 16:49:02 +0400] rev 25823
8049318: Test hideLocationProperties.js fails on Window due to backslash in path Reviewed-by: lagergren, sundar Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
Tue, 29 Jul 2014 14:35:24 -0700 8053913: Auto format caused warning in CompositeTypeBasedGuardingDynamicLinker
lagergren [Tue, 29 Jul 2014 14:35:24 -0700] rev 25822
8053913: Auto format caused warning in CompositeTypeBasedGuardingDynamicLinker Reviewed-by: attila, jlaskey
Tue, 29 Jul 2014 14:21:45 -0700 8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes
lagergren [Tue, 29 Jul 2014 14:21:45 -0700] rev 25821
8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes Summary: Removed the native casts that slow down the compiler unnecessarily. I also modified the compile-octane harness so that it can run with --verbose and --iterations flags so that you can run the compiler for an arbitrary time, gathering a mission control executing profile. Reviewed-by: attila, jlaskey
Fri, 01 Aug 2014 14:09:25 -0700 Added tag jdk9-b25 for changeset 064db4f56d0d
tbell [Fri, 01 Aug 2014 14:09:25 -0700] rev 25820
Added tag jdk9-b25 for changeset 064db4f56d0d
Wed, 05 Jul 2017 19:53:19 +0200 Merge
duke [Wed, 05 Jul 2017 19:53:19 +0200] rev 25819
Merge
Fri, 01 Aug 2014 14:09:06 -0700 Added tag jdk9-b25 for changeset 607831311622
tbell [Fri, 01 Aug 2014 14:09:06 -0700] rev 25818
Added tag jdk9-b25 for changeset 607831311622
Wed, 05 Jul 2017 19:53:14 +0200 Merge
duke [Wed, 05 Jul 2017 19:53:14 +0200] rev 25817
Merge
Tue, 05 Aug 2014 19:29:00 -0700 8042469: Launcher changes for native memory tracking scalability enhancement
ksrini [Tue, 05 Aug 2014 19:29:00 -0700] rev 25816
8042469: Launcher changes for native memory tracking scalability enhancement Reviewed-by: darcy, ksrini, zgu Contributed-by: neil.toda@oracle.com
Wed, 06 Aug 2014 02:11:17 +0400 8051382: Optimize java.lang.reflect.Modifier.toString()
igerasim [Wed, 06 Aug 2014 02:11:17 +0400] rev 25815
8051382: Optimize java.lang.reflect.Modifier.toString() Reviewed-by: martin
Tue, 05 Aug 2014 10:01:38 -0400 Merge
mullan [Tue, 05 Aug 2014 10:01:38 -0400] rev 25814
Merge
Tue, 05 Aug 2014 10:00:27 -0400 7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode
mullan [Tue, 05 Aug 2014 10:00:27 -0400] rev 25813
7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode Reviewed-by: xuelei
Tue, 05 Aug 2014 14:29:47 +0100 8036612: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/mscapi/security.cpp
vinnie [Tue, 05 Aug 2014 14:29:47 +0100] rev 25812
8036612: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/mscapi/security.cpp Reviewed-by: valeriep
Tue, 05 Aug 2014 13:59:15 +0100 8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently
vinnie [Tue, 05 Aug 2014 13:59:15 +0100] rev 25811
8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently Reviewed-by: mullan
Mon, 04 Aug 2014 15:34:12 -0700 Merge
lana [Mon, 04 Aug 2014 15:34:12 -0700] rev 25810
Merge
Sun, 03 Aug 2014 20:09:08 +0800 8054095: No space allowed in platforms string in ProblemList.txt
weijun [Sun, 03 Aug 2014 20:09:08 +0800] rev 25809
8054095: No space allowed in platforms string in ProblemList.txt Reviewed-by: weijun Contributed-by: Amy Lu <amy.lu@oracle.com>
Fri, 01 Aug 2014 22:32:51 +0100 8054158: Fix typos in JNDI-related packages
prappo [Fri, 01 Aug 2014 22:32:51 +0100] rev 25808
8054158: Fix typos in JNDI-related packages Reviewed-by: rriggs, vinnie
Fri, 01 Aug 2014 19:44:52 +0100 8042982: Unexpected RuntimeExceptions being thrown by SSLEngine
robm [Fri, 01 Aug 2014 19:44:52 +0100] rev 25807
8042982: Unexpected RuntimeExceptions being thrown by SSLEngine Reviewed-by: wetmore, xuelei
Fri, 01 Aug 2014 15:50:01 +0100 8053931: (fc) FileDispatcherImpl.lock0 does not handle ERROR_IO_PENDING [win]
alanb [Fri, 01 Aug 2014 15:50:01 +0100] rev 25806
8053931: (fc) FileDispatcherImpl.lock0 does not handle ERROR_IO_PENDING [win] Reviewed-by: alanb Contributed-by: martin.doerr@sap.com
Fri, 01 Aug 2014 15:36:23 +0100 8031435: Ftp download does not work properly for ftp user without password
robm [Fri, 01 Aug 2014 15:36:23 +0100] rev 25805
8031435: Ftp download does not work properly for ftp user without password Reviewed-by: chegar
Fri, 01 Aug 2014 15:34:55 +0100 8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
robm [Fri, 01 Aug 2014 15:34:55 +0100] rev 25804
8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long Reviewed-by: rriggs
Fri, 01 Aug 2014 14:57:15 +0100 8051991: Flatten VersionHelper hierarchies
prappo [Fri, 01 Aug 2014 14:57:15 +0100] rev 25803
8051991: Flatten VersionHelper hierarchies Reviewed-by: vinnie
Fri, 01 Aug 2014 16:29:46 +0400 8044671: NPE from JapaneseEra when a new era is defined in calendar.properties
dmeetry [Fri, 01 Aug 2014 16:29:46 +0400] rev 25802
8044671: NPE from JapaneseEra when a new era is defined in calendar.properties Reviewed-by: okutsu
Fri, 01 Aug 2014 12:05:05 +0000 8052406: SSLv2Hello protocol may be filter out unexpectedly
xuelei [Fri, 01 Aug 2014 12:05:05 +0000] rev 25801
8052406: SSLv2Hello protocol may be filter out unexpectedly Reviewed-by: weijun
Thu, 31 Jul 2014 17:20:40 -0700 8039102: Add raw and unchecked lint warnings to build of jdk repository
darcy [Thu, 31 Jul 2014 17:20:40 -0700] rev 25800
8039102: Add raw and unchecked lint warnings to build of jdk repository Reviewed-by: tbell
Thu, 31 Jul 2014 17:01:24 -0700 8044867: Fix raw and unchecked lint warnings in sun.tools.*
ntoda [Thu, 31 Jul 2014 17:01:24 -0700] rev 25799
8044867: Fix raw and unchecked lint warnings in sun.tools.* Reviewed-by: darcy
Thu, 31 Jul 2014 11:48:39 -0700 8054050: Fix stay raw and unchecked lint warnings in core libs
darcy [Thu, 31 Jul 2014 11:48:39 -0700] rev 25798
8054050: Fix stay raw and unchecked lint warnings in core libs Reviewed-by: lancea, alanb
Thu, 31 Jul 2014 11:31:57 +0400 8032908: getTextContent doesn't return string in JAXP
aefimov [Thu, 31 Jul 2014 11:31:57 +0400] rev 25797
8032908: getTextContent doesn't return string in JAXP Reviewed-by: joehw
Wed, 30 Jul 2014 17:42:18 +0100 8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
chegar [Wed, 30 Jul 2014 17:42:18 +0100] rev 25796
8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795 Reviewed-by: rriggs, mduigou
Wed, 30 Jul 2014 15:28:09 +0800 8052999: ProblemList update for Unreachable.java
weijun [Wed, 30 Jul 2014 15:28:09 +0800] rev 25795
8052999: ProblemList update for Unreachable.java Reviewed-by: xuelei
Tue, 29 Jul 2014 09:09:55 -0700 Merge
ddehaven [Tue, 29 Jul 2014 09:09:55 -0700] rev 25794
Merge
Tue, 22 Jul 2014 13:23:01 +0400 8030051: Check class loaders usage in Swing classes
alexsch [Tue, 22 Jul 2014 13:23:01 +0400] rev 25793
8030051: Check class loaders usage in Swing classes Reviewed-by: serb, pchelko
Tue, 22 Jul 2014 13:14:59 +0400 8048720: KSS sun.swing.SwingUtilities2#makeIcon
alexsch [Tue, 22 Jul 2014 13:14:59 +0400] rev 25792
8048720: KSS sun.swing.SwingUtilities2#makeIcon Reviewed-by: serb, pchelko
Tue, 22 Jul 2014 11:38:22 +0400 8046888: JNI exception pending in jdk/src/share/native/sun/awt/image/awt_parseImage.c
pchelko [Tue, 22 Jul 2014 11:38:22 +0400] rev 25791
8046888: JNI exception pending in jdk/src/share/native/sun/awt/image/awt_parseImage.c Reviewed-by: prr, serb Contributed-by: Anton Melnikov <anton.melnikov@oracle.com>
Mon, 21 Jul 2014 21:41:11 +0400 8046884: JNI exception pending in jdk/src/solaris/native/sun/java2d/x11: X11PMPLitLoops.c, X11SurfaceData.c
pchelko [Mon, 21 Jul 2014 21:41:11 +0400] rev 25790
8046884: JNI exception pending in jdk/src/solaris/native/sun/java2d/x11: X11PMPLitLoops.c, X11SurfaceData.c Reviewed-by: prr, serb
Mon, 21 Jul 2014 09:04:24 -0700 Merge
prr [Mon, 21 Jul 2014 09:04:24 -0700] rev 25789
Merge
Mon, 21 Jul 2014 18:10:13 +0400 8051440: move tests about maximizing undecorated to OpenJDK
yan [Mon, 21 Jul 2014 18:10:13 +0400] rev 25788
8051440: move tests about maximizing undecorated to OpenJDK Reviewed-by: serb
Mon, 21 Jul 2014 13:17:43 +0400 8049617: move awt automated tests from AWT_Modality to OpenJDK repository - part 3
avstepan [Mon, 21 Jul 2014 13:17:43 +0400] rev 25787
8049617: move awt automated tests from AWT_Modality to OpenJDK repository - part 3 Reviewed-by: pchelko
Mon, 21 Jul 2014 12:29:45 +0400 8049694: Migrate functional AWT_DesktopProperties/Automated tests to OpenJDK
dermashov [Mon, 21 Jul 2014 12:29:45 +0400] rev 25786
8049694: Migrate functional AWT_DesktopProperties/Automated tests to OpenJDK Reviewed-by: azvegint, serb
Fri, 18 Jul 2014 13:53:33 +0400 8048289: Gtk: call to UIManager.getSystemLookAndFeelClassName() leads to crash
azvegint [Fri, 18 Jul 2014 13:53:33 +0400] rev 25785
8048289: Gtk: call to UIManager.getSystemLookAndFeelClassName() leads to crash Reviewed-by: anthony, serb
Thu, 17 Jul 2014 15:30:13 +0400 8044301: BasicTreeUI: "revisit when Java2D is ready"
aeremeev [Thu, 17 Jul 2014 15:30:13 +0400] rev 25784
8044301: BasicTreeUI: "revisit when Java2D is ready" Reviewed-by: alexsch, pchelko
Wed, 16 Jul 2014 15:12:24 -0700 Merge
prr [Wed, 16 Jul 2014 15:12:24 -0700] rev 25783
Merge
Wed, 16 Jul 2014 16:02:51 +0400 8047336: Read flavormap.properties as resource
pchelko [Wed, 16 Jul 2014 16:02:51 +0400] rev 25782
8047336: Read flavormap.properties as resource Reviewed-by: anthony, serb, alanb, mduigou
Wed, 16 Jul 2014 15:35:36 +0400 8050465: Remove sun.audio package
pchelko [Wed, 16 Jul 2014 15:35:36 +0400] rev 25781
8050465: Remove sun.audio package Reviewed-by: anthony, serb
Tue, 15 Jul 2014 14:57:34 -0700 8048337: Examine if macosx/bundle/JavaAppLauncher and JavaAppLauncher.java can be removed
ddehaven [Tue, 15 Jul 2014 14:57:34 -0700] rev 25780
8048337: Examine if macosx/bundle/JavaAppLauncher and JavaAppLauncher.java can be removed Reviewed-by: mchung
Mon, 14 Jul 2014 11:11:13 -0700 8048583: CustomMediaSizeName class matching to standard media is too loose
prr [Mon, 14 Jul 2014 11:11:13 -0700] rev 25779
8048583: CustomMediaSizeName class matching to standard media is too loose Reviewed-by: bae, jgodinez
Mon, 14 Jul 2014 10:29:23 -0700 8040808: Uninitialised memory in OGLBufImgsOps.c, D3DBufImgOps.cpp
prr [Mon, 14 Jul 2014 10:29:23 -0700] rev 25778
8040808: Uninitialised memory in OGLBufImgsOps.c, D3DBufImgOps.cpp Reviewed-by: serb, pchelko
Mon, 14 Jul 2014 09:48:26 -0700 8049893: Replace uses of 'new Integer()' with appropriate alternative across client classes
prr [Mon, 14 Jul 2014 09:48:26 -0700] rev 25777
8049893: Replace uses of 'new Integer()' with appropriate alternative across client classes Reviewed-by: prr, pchelko Contributed-by: otaviojava@java.net
Mon, 14 Jul 2014 09:16:00 -0700 8047027: Fix raw and unchecked lint warnings in generated beaninfo files
darcy [Mon, 14 Jul 2014 09:16:00 -0700] rev 25776
8047027: Fix raw and unchecked lint warnings in generated beaninfo files Reviewed-by: alanb, serb
Mon, 14 Jul 2014 18:44:50 +0400 8050009: Fix doclint warnings from javax.swing.plaf.basic package, 7 of 7
aeremeev [Mon, 14 Jul 2014 18:44:50 +0400] rev 25775
8050009: Fix doclint warnings from javax.swing.plaf.basic package, 7 of 7 Reviewed-by: pchelko
Fri, 11 Jul 2014 11:12:59 -0700 8048328: CUPS Printing does not report supported printer resolutions.
prr [Fri, 11 Jul 2014 11:12:59 -0700] rev 25774
8048328: CUPS Printing does not report supported printer resolutions. Reviewed-by: bae, jgodinez
Fri, 11 Jul 2014 18:46:47 +0400 8049996: [macosx] test java/awt/image/ImageIconHang.java fails with NPE
pchelko [Fri, 11 Jul 2014 18:46:47 +0400] rev 25773
8049996: [macosx] test java/awt/image/ImageIconHang.java fails with NPE Reviewed-by: alexsch, azvegint
Fri, 11 Jul 2014 16:44:11 +0400 8049870: Fix doclint warnings from javax.swing.plaf.basic package, 4 of 7
aeremeev [Fri, 11 Jul 2014 16:44:11 +0400] rev 25772
8049870: Fix doclint warnings from javax.swing.plaf.basic package, 4 of 7 Reviewed-by: pchelko
Fri, 11 Jul 2014 13:32:12 +0400 8049583: Test closed/java/awt/List/ListMultipleSelectTest/ListMultipleSelectTest fails on Window XP
serb [Fri, 11 Jul 2014 13:32:12 +0400] rev 25771
8049583: Test closed/java/awt/List/ListMultipleSelectTest/ListMultipleSelectTest fails on Window XP Reviewed-by: pchelko, anthony
Fri, 11 Jul 2014 12:51:14 +0400 8037511: Tidy warnings cleanup for java.awt - 2d part
avstepan [Fri, 11 Jul 2014 12:51:14 +0400] rev 25770
8037511: Tidy warnings cleanup for java.awt - 2d part Reviewed-by: prr
Fri, 11 Jul 2014 12:08:43 +0400 8049198: [macosx] Incorrect thread access when showing splash screen
alexsch [Fri, 11 Jul 2014 12:08:43 +0400] rev 25769
8049198: [macosx] Incorrect thread access when showing splash screen Reviewed-by: serb, pchelko
Mon, 23 Jun 2014 10:54:10 -0700 8042872: Fix raw and unchecked warnings in sun.applet
henryjen [Mon, 23 Jun 2014 10:54:10 -0700] rev 25768
8042872: Fix raw and unchecked warnings in sun.applet Reviewed-by: darcy, herrick
Thu, 10 Jul 2014 15:27:02 -0700 8049797: Fix raw and unchecked lint warnings in javax.swing.SortingFocusTraversalPolicy
darcy [Thu, 10 Jul 2014 15:27:02 -0700] rev 25767
8049797: Fix raw and unchecked lint warnings in javax.swing.SortingFocusTraversalPolicy Reviewed-by: prr
Thu, 10 Jul 2014 18:46:40 +0400 4991647: PNGMetadata.getAsTree() sets bitDepth to invalid value
mcherkas [Thu, 10 Jul 2014 18:46:40 +0400] rev 25766
4991647: PNGMetadata.getAsTree() sets bitDepth to invalid value Reviewed-by: prr, bae
Thu, 10 Jul 2014 17:20:56 +0400 8049808: Fix doclint warnings from javax.swing.plaf.basic package, 3 of 7
aeremeev [Thu, 10 Jul 2014 17:20:56 +0400] rev 25765
8049808: Fix doclint warnings from javax.swing.plaf.basic package, 3 of 7 Reviewed-by: pchelko
Thu, 10 Jul 2014 15:08:50 +0400 8049830: Remove reflection from ScreenMenuBar
pchelko [Thu, 10 Jul 2014 15:08:50 +0400] rev 25764
8049830: Remove reflection from ScreenMenuBar Reviewed-by: anthony, serb
Thu, 10 Jul 2014 12:21:29 +0400 8049704: Fix doclint warnings from javax.swing.plaf.basic package, 2 of 7
aeremeev [Thu, 10 Jul 2014 12:21:29 +0400] rev 25763
8049704: Fix doclint warnings from javax.swing.plaf.basic package, 2 of 7 Reviewed-by: pchelko
Fri, 27 Jun 2014 10:29:08 -0700 8044862: Fix raw and unchecked lint warnings in macosx specific code
henryjen [Fri, 27 Jun 2014 10:29:08 -0700] rev 25762
8044862: Fix raw and unchecked lint warnings in macosx specific code Reviewed-by: darcy, pchelko
Wed, 09 Jul 2014 17:11:53 +0400 8043968: Fix doclint warnings from javax.swing.plaf.basic package, 1 of 7
aeremeev [Wed, 09 Jul 2014 17:11:53 +0400] rev 25761
8043968: Fix doclint warnings from javax.swing.plaf.basic package, 1 of 7 Reviewed-by: pchelko
Wed, 09 Jul 2014 15:14:06 +0400 8046597: fix doclint issues in swing classes, part 4 of 4
ssides [Wed, 09 Jul 2014 15:14:06 +0400] rev 25760
8046597: fix doclint issues in swing classes, part 4 of 4 Reviewed-by: pchelko
Wed, 09 Jul 2014 12:56:03 +0400 8047367: move awt automated tests from AWT_Modality to OpenJDK repository - part 2
avstepan [Wed, 09 Jul 2014 12:56:03 +0400] rev 25759
8047367: move awt automated tests from AWT_Modality to OpenJDK repository - part 2 Reviewed-by: pchelko
Tue, 08 Jul 2014 09:19:29 -0700 8047025: Fix raw and unchecked lint warnings in generated nimbus files
smarks [Tue, 08 Jul 2014 09:19:29 -0700] rev 25758
8047025: Fix raw and unchecked lint warnings in generated nimbus files Reviewed-by: henryjen, prr
Tue, 08 Jul 2014 16:42:23 +0400 8047066: Test test/sun/awt/image/bug8038000.java fails with ClassCastException
anashaty [Tue, 08 Jul 2014 16:42:23 +0400] rev 25757
8047066: Test test/sun/awt/image/bug8038000.java fails with ClassCastException Reviewed-by: bae, prr
Tue, 08 Jul 2014 16:01:18 +0400 8043126: move awt automated functional tests from AWT_Events/Lw and AWT_Events/AWT to OpenJDK repository
avstepan [Tue, 08 Jul 2014 16:01:18 +0400] rev 25756
8043126: move awt automated functional tests from AWT_Events/Lw and AWT_Events/AWT to OpenJDK repository Reviewed-by: pchelko
Tue, 29 Jul 2014 13:08:27 -0700 8053902: Fix for 8030115 breaks build on Windows and Solaris
dsamersoff [Tue, 29 Jul 2014 13:08:27 -0700] rev 25755
8053902: Fix for 8030115 breaks build on Windows and Solaris Summary: Move variable definition to top of function Reviewed-by: prr
Tue, 29 Jul 2014 10:06:02 +0200 8030115: [parfait] warnings from b119 for jdk.src.share.native.sun.tracing.dtrace: JNI exception pending
jbachorik [Tue, 29 Jul 2014 10:06:02 +0200] rev 25754
8030115: [parfait] warnings from b119 for jdk.src.share.native.sun.tracing.dtrace: JNI exception pending Reviewed-by: dholmes, dsamersoff, sspitsyn
Mon, 28 Jul 2014 23:46:03 -0700 8030942: Explicitly state floating-point summation requirements on non-finite inputs
darcy [Mon, 28 Jul 2014 23:46:03 -0700] rev 25753
8030942: Explicitly state floating-point summation requirements on non-finite inputs Reviewed-by: psandoz
Mon, 28 Jul 2014 16:24:38 +0100 8051422: Remove JNDI dependency on java.applet.Applet
prappo [Mon, 28 Jul 2014 16:24:38 +0100] rev 25752
8051422: Remove JNDI dependency on java.applet.Applet Reviewed-by: alanb, chegar
Fri, 25 Jul 2014 15:07:49 +0200 8049194: com/sun/tools/attach/StartManagementAgent.java start failing after JDK-8048193
jbachorik [Fri, 25 Jul 2014 15:07:49 +0200] rev 25751
8049194: com/sun/tools/attach/StartManagementAgent.java start failing after JDK-8048193 Reviewed-by: dfuchs, egahlin, olagneau
Fri, 25 Jul 2014 17:11:03 +0800 8051953: Add Unreachable.java test to ProblemList on Windows
weijun [Fri, 25 Jul 2014 17:11:03 +0800] rev 25750
8051953: Add Unreachable.java test to ProblemList on Windows Reviewed-by: chegar
Thu, 24 Jul 2014 22:22:43 +0100 8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux
robm [Thu, 24 Jul 2014 22:22:43 +0100] rev 25749
8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux Reviewed-by: mullan Contributed-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Thu, 24 Jul 2014 09:01:00 -0700 8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object
mduigou [Thu, 24 Jul 2014 09:01:00 -0700] rev 25748
8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object Reviewed-by: psandoz, chegar
Fri, 01 Aug 2014 14:09:19 -0700 Added tag jdk9-b25 for changeset 48b43b7b9e0c
tbell [Fri, 01 Aug 2014 14:09:19 -0700] rev 25747
Added tag jdk9-b25 for changeset 48b43b7b9e0c
Wed, 05 Jul 2017 19:53:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:53:00 +0200] rev 25746
Merge
Mon, 04 Aug 2014 15:34:37 -0700 Merge
lana [Mon, 04 Aug 2014 15:34:37 -0700] rev 25745
Merge
Thu, 24 Jul 2014 13:18:15 -0700 Merge
amurillo [Thu, 24 Jul 2014 13:18:15 -0700] rev 25744
Merge
Thu, 24 Jul 2014 14:38:26 +0200 Merge
rbackman [Thu, 24 Jul 2014 14:38:26 +0200] rev 25743
Merge
Fri, 18 Jul 2014 09:04:01 +0200 8050978: Fix bad field access check in C1 and C2
goetz [Fri, 18 Jul 2014 09:04:01 +0200] rev 25742
8050978: Fix bad field access check in C1 and C2 Summary: JCK8 test vm/constantpool/accessControl/accessControl004/accessControl00402m3/accessControl00402m3.html fails with -Xbatch -Xcomp due to bad field access check in C1 and C2. Fix: In ciField::ciField(), just before the canonical holder is stored into the _holder variable (and which is used by ciField::will_link()) perform an additional access check with the holder declared in the class file. If this check fails, store the declared holder instead and ciField::will_link() will bail out compilation for this field later on. Then, the interpreter will throw an PrivilegedAccessException at runtime. Reviewed-by: kvn, vlivanov Contributed-by: andreas.schoesser@sap.com
Wed, 23 Jul 2014 07:53:24 +0200 8051550: Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register
thartmann [Wed, 23 Jul 2014 07:53:24 +0200] rev 25741
8051550: Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register Summary: Missing '$' added to the format string of the 'cmpN_reg_branch_short' instruction (sparc.ad). Reviewed-by: kvn, iveresov
Thu, 17 Jul 2014 10:21:31 +0200 8050972: Concurrency problem in PcDesc cache
mdoerr [Thu, 17 Jul 2014 10:21:31 +0200] rev 25740
8050972: Concurrency problem in PcDesc cache Summary: The entries of the PcDesc cache in nmethods are not declared as volatile, but they are accessed and modified by several threads concurrently. Reviewed-by: kvn, dholmes, dcubed
Mon, 21 Jul 2014 10:25:58 +0200 8051303: 'optimized' build broken by JDK-8039425
anoll [Mon, 21 Jul 2014 10:25:58 +0200] rev 25739
8051303: 'optimized' build broken by JDK-8039425 Summary: Changed preprocessor directive in PhaseIterGVN::optimize() Reviewed-by: kvn, anoll Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
Sat, 19 Jul 2014 13:43:02 +0400 Merge
iignatyev [Sat, 19 Jul 2014 13:43:02 +0400] rev 25738
Merge
Sat, 19 Jul 2014 00:34:40 +0400 8031978: compiler/ciReplay/TestVM_no_comp_level.sh fails with "TEST [CHECK :: REPLAY DATA GENERATION] FAILED:
iignatyev [Sat, 19 Jul 2014 00:34:40 +0400] rev 25737
8031978: compiler/ciReplay/TestVM_no_comp_level.sh fails with "TEST [CHECK :: REPLAY DATA GENERATION] FAILED: Reviewed-by: kvn
Sat, 19 Jul 2014 00:34:20 +0400 8032449: Get rid of JMX in test/compiler
iignatyev [Sat, 19 Jul 2014 00:34:20 +0400] rev 25736
8032449: Get rid of JMX in test/compiler Reviewed-by: kvn
Sat, 19 Jul 2014 00:33:37 +0400 8049348: compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage
aaivanov [Sat, 19 Jul 2014 00:33:37 +0400] rev 25735
8049348: compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage Reviewed-by: kvn
Sat, 19 Jul 2014 00:32:23 +0400 6848902: [TESTBUG] The compiler/6589834/Test_ia32.java timed out
fzhinkin [Sat, 19 Jul 2014 00:32:23 +0400] rev 25734
6848902: [TESTBUG] The compiler/6589834/Test_ia32.java timed out Reviewed-by: kvn, iignatyev
Sat, 19 Jul 2014 00:30:54 +0400 8050144: Remove '-client' from compiler/8004051/Test8004051.java's options
fzhinkin [Sat, 19 Jul 2014 00:30:54 +0400] rev 25733
8050144: Remove '-client' from compiler/8004051/Test8004051.java's options Reviewed-by: kvn
Sat, 19 Jul 2014 00:29:20 +0400 8048882: Some regression tests are not robust with VM output
ppunegov [Sat, 19 Jul 2014 00:29:20 +0400] rev 25732
8048882: Some regression tests are not robust with VM output Reviewed-by: kvn, iignatyev
Wed, 23 Jul 2014 14:06:28 -0700 Merge
jmasa [Wed, 23 Jul 2014 14:06:28 -0700] rev 25731
Merge
Mon, 21 Jul 2014 10:00:31 +0200 8048112: G1 Full GC needs to support the case when the very first region is not available
tschatzl [Mon, 21 Jul 2014 10:00:31 +0200] rev 25730
8048112: G1 Full GC needs to support the case when the very first region is not available Summary: Refactor preparation for compaction during Full GC so that it lazily initializes the first compaction point. This also avoids problems later when the first region may not be committed. Also reviewed by K. Barrett. Reviewed-by: brutisso
Mon, 21 Jul 2014 09:59:54 +0200 8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account
tschatzl [Mon, 21 Jul 2014 09:59:54 +0200] rev 25729
8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account Summary: Also consider os::vm_allocation_granularity in the calculation. Reviewed-by: brutisso
Mon, 21 Jul 2014 09:59:46 +0200 8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap
tschatzl [Mon, 21 Jul 2014 09:59:46 +0200] rev 25728
8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap Summary: Skip clearing the next bitmap if we just recently aborted since the full GC already clears this bitmap. Reviewed-by: brutisso
Mon, 21 Jul 2014 09:59:37 +0200 8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking
tschatzl [Mon, 21 Jul 2014 09:59:37 +0200] rev 25727
8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking Summary: Replaced use of during_initial_mark_pause() with the variable last_pause_included_initial_mark that holds the real old value of _during_initial_mark_pause. Reviewed-by: brutisso, ehelin
Fri, 18 Jul 2014 15:42:20 -0700 Merge
jmasa [Fri, 18 Jul 2014 15:42:20 -0700] rev 25726
Merge
Thu, 17 Jul 2014 11:32:09 +0200 8050228: Rename 'rem_size' in compactibleFreeListSpace.cpp because of name clashes on AIX
simonis [Thu, 17 Jul 2014 11:32:09 +0200] rev 25725
8050228: Rename 'rem_size' in compactibleFreeListSpace.cpp because of name clashes on AIX Reviewed-by: dholmes, jmasa
Tue, 22 Jul 2014 06:34:42 -0700 8049881: jstack not working on core files
poonam [Tue, 22 Jul 2014 06:34:42 -0700] rev 25724
8049881: jstack not working on core files Summary: Access _trace_id field of Klass in try-catch block Reviewed-by: dholmes, dsamersoff, mgronlun
Mon, 21 Jul 2014 09:48:38 -0400 Merge
zgu [Mon, 21 Jul 2014 09:48:38 -0400] rev 25723
Merge
Mon, 21 Jul 2014 06:00:44 -0700 8050167: linux-sparcv9: hs_err file does not show any stack information
zgu [Mon, 21 Jul 2014 06:00:44 -0700] rev 25722
8050167: linux-sparcv9: hs_err file does not show any stack information Summary: Fixed creation of starting stack frame for stack walking in error handler Reviewed-by: coleenp, mikael
Mon, 21 Jul 2014 10:42:20 +0000 Merge
kevinw [Mon, 21 Jul 2014 10:42:20 +0000] rev 25721
Merge
Mon, 21 Jul 2014 10:40:50 +0100 8049684: pstack crashes on java core dump
kevinw [Mon, 21 Jul 2014 10:40:50 +0100] rev 25720
8049684: pstack crashes on java core dump Reviewed-by: sundar, sspitsyn
Fri, 18 Jul 2014 23:53:59 -0700 Merge
sspitsyn [Fri, 18 Jul 2014 23:53:59 -0700] rev 25719
Merge
Fri, 18 Jul 2014 11:14:20 -0700 8050165: linux-sparcv9: NMT detail causes assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] == (intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid
zgu [Fri, 18 Jul 2014 11:14:20 -0700] rev 25718
8050165: linux-sparcv9: NMT detail causes assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] == (intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid Summary: Fixed native memory tracking stack walking Reviewed-by: coleenp, mikael
Fri, 18 Jul 2014 11:22:49 -0400 Merge
coleenp [Fri, 18 Jul 2014 11:22:49 -0400] rev 25717
Merge
Mon, 14 Jul 2014 10:15:21 -0400 Merge
coleenp [Mon, 14 Jul 2014 10:15:21 -0400] rev 25716
Merge
Fri, 04 Jul 2014 11:46:01 +0200 8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
goetz [Fri, 04 Jul 2014 11:46:01 +0200] rev 25715
8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories. Summary: Introduce and clean up umbrella headers for the files in the cpu subdirectories. Reviewed-by: lfoltan, coleenp, dholmes
Thu, 17 Jul 2014 15:45:46 -0400 8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code
coleenp [Thu, 17 Jul 2014 15:45:46 -0400] rev 25714
8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code Summary: remove bcx and mdx handling. We no longer have to convert bytecode pointers to indices for GC since Methods aren't moved. Reviewed-by: mgerdin, kvn
Wed, 16 Jul 2014 15:04:36 -0700 8050802: Update jprt runthese test suite to jck-8
mikael [Wed, 16 Jul 2014 15:04:36 -0700] rev 25713
8050802: Update jprt runthese test suite to jck-8 Reviewed-by: dholmes, kvn
Tue, 15 Jul 2014 21:28:51 -0700 8049441: PPC64: Don't use StubCodeMarks for zero-length stubs
sspitsyn [Tue, 15 Jul 2014 21:28:51 -0700] rev 25712
8049441: PPC64: Don't use StubCodeMarks for zero-length stubs Summary: Remove StubCodeMark in generate_icache_flush, generate_verify_oop, generate_throw_exception Reviewed-by: dcubed, sspitsyn Contributed-by: volker.simonis@gmail.com
Fri, 18 Jul 2014 19:56:02 +0200 8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
simonis [Fri, 18 Jul 2014 19:56:02 +0200] rev 25711
8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build Reviewed-by: kvn
Fri, 01 Aug 2014 14:09:09 -0700 Added tag jdk9-b25 for changeset 938af06a9f70
tbell [Fri, 01 Aug 2014 14:09:09 -0700] rev 25710
Added tag jdk9-b25 for changeset 938af06a9f70
Mon, 04 Aug 2014 15:33:12 -0700 Merge
lana [Mon, 04 Aug 2014 15:33:12 -0700] rev 25709
Merge
Thu, 31 Jul 2014 11:14:26 -0700 8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT
mikael [Thu, 31 Jul 2014 11:14:26 -0700] rev 25708
8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT Reviewed-by: dholmes, erikj
Thu, 24 Jul 2014 13:25:02 -0700 Merge
amurillo [Thu, 24 Jul 2014 13:25:02 -0700] rev 25707
Merge
Wed, 23 Jul 2014 12:52:34 -0700 Merge
sspitsyn [Wed, 23 Jul 2014 12:52:34 -0700] rev 25706
Merge
Wed, 16 Jul 2014 15:04:21 -0700 8050802: Update jprt runthese test suite to jck-8
mikael [Wed, 16 Jul 2014 15:04:21 -0700] rev 25705
8050802: Update jprt runthese test suite to jck-8 Reviewed-by: dholmes, kvn
Fri, 01 Aug 2014 14:09:05 -0700 Added tag jdk9-b25 for changeset 4c599f00e556
tbell [Fri, 01 Aug 2014 14:09:05 -0700] rev 25704
Added tag jdk9-b25 for changeset 4c599f00e556
Wed, 05 Jul 2017 19:52:35 +0200 Added tag jdk9-b25 for changeset 13a5c76976fe
duke [Wed, 05 Jul 2017 19:52:35 +0200] rev 25703
Added tag jdk9-b25 for changeset 13a5c76976fe
Wed, 05 Jul 2017 19:52:35 +0200 Merge jdk9-b25
duke [Wed, 05 Jul 2017 19:52:35 +0200] rev 25702
Merge
Wed, 05 Jul 2017 19:52:30 +0200 Merge
duke [Wed, 05 Jul 2017 19:52:30 +0200] rev 25701
Merge
Wed, 30 Jul 2014 11:49:49 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:49 -0700] rev 25700
Merge
Wed, 23 Jul 2014 09:19:23 -0700 8050319: LocalVariableTestBase has unexpected dependency on LocalVariableTableTest
ksrini [Wed, 23 Jul 2014 09:19:23 -0700] rev 25699
8050319: LocalVariableTestBase has unexpected dependency on LocalVariableTableTest Reviewed-by: jjg, ksrini Contributed-by: andrey.x.nazarov@oracle.com
Tue, 22 Jul 2014 11:54:22 -0700 Merge
lana [Tue, 22 Jul 2014 11:54:22 -0700] rev 25698
Merge
Tue, 22 Jul 2014 17:47:45 +0100 8049234: Add support for running/debugging bootstrap tools in IntelliJ
mcimadamore [Tue, 22 Jul 2014 17:47:45 +0100] rev 25697
8049234: Add support for running/debugging bootstrap tools in IntelliJ Summary: Add support for bootstrap tools; overhaul ant logger Reviewed-by: vromero
Mon, 21 Jul 2014 16:21:43 -0700 8051482: Fix deprecation warnings in javax.lang.model.util
darcy [Mon, 21 Jul 2014 16:21:43 -0700] rev 25696
8051482: Fix deprecation warnings in javax.lang.model.util Reviewed-by: ksrini
Thu, 17 Jul 2014 16:46:29 -0700 8050954: update DocRootSlash test for tidy error: empty <p>
sogoel [Thu, 17 Jul 2014 16:46:29 -0700] rev 25695
8050954: update DocRootSlash test for tidy error: empty <p> Reviewed-by: ksrini, bpatel
Thu, 17 Jul 2014 11:22:47 -0700 8048837: .out files for generics tests in tools/javac dir - part 3
sogoel [Thu, 17 Jul 2014 11:22:47 -0700] rev 25694
8048837: .out files for generics tests in tools/javac dir - part 3 Reviewed-by: jjg
Thu, 17 Jul 2014 11:14:39 -0700 8048836: .out files for generics tests in tools/javac dir
sogoel [Thu, 17 Jul 2014 11:14:39 -0700] rev 25693
8048836: .out files for generics tests in tools/javac dir Reviewed-by: jjg
Thu, 17 Jul 2014 10:17:58 -0700 8050804: (jdeps) Recommend supported API to replace use of JDK internal API
mchung [Thu, 17 Jul 2014 10:17:58 -0700] rev 25692
8050804: (jdeps) Recommend supported API to replace use of JDK internal API Reviewed-by: dfuchs
Thu, 17 Jul 2014 09:56:07 -0700 8048833: .out files for generics tests in tools/javac dir
sogoel [Thu, 17 Jul 2014 09:56:07 -0700] rev 25691
8048833: .out files for generics tests in tools/javac dir Reviewed-by: jjg
Thu, 17 Jul 2014 09:47:25 -0700 8050430: Provided new utility visitors supporting SourceVersion.RELEASE_9
darcy [Thu, 17 Jul 2014 09:47:25 -0700] rev 25690
8050430: Provided new utility visitors supporting SourceVersion.RELEASE_9 Reviewed-by: jjg
Fri, 25 Jul 2014 15:38:12 -0700 Added tag jdk9-b24 for changeset 263f68539584
tbell [Fri, 25 Jul 2014 15:38:12 -0700] rev 25689
Added tag jdk9-b24 for changeset 263f68539584
Wed, 05 Jul 2017 19:52:22 +0200 Merge
duke [Wed, 05 Jul 2017 19:52:22 +0200] rev 25688
Merge
Wed, 30 Jul 2014 11:49:27 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:27 -0700] rev 25687
Merge
Tue, 22 Jul 2014 11:56:48 -0700 Merge
lana [Tue, 22 Jul 2014 11:56:48 -0700] rev 25686
Merge
Fri, 18 Jul 2014 19:14:38 +0200 8038970: Deprivilege JAX-WS/JAF code
mkos [Fri, 18 Jul 2014 19:14:38 +0200] rev 25685
8038970: Deprivilege JAX-WS/JAF code Summary: Changes to prepare for granting minimal set of permissions to JAX-WS code. Reviewed-by: mchung
Fri, 25 Jul 2014 15:38:09 -0700 Added tag jdk9-b24 for changeset 6073de33135f
tbell [Fri, 25 Jul 2014 15:38:09 -0700] rev 25684
Added tag jdk9-b24 for changeset 6073de33135f
Wed, 05 Jul 2017 19:52:15 +0200 Merge
duke [Wed, 05 Jul 2017 19:52:15 +0200] rev 25683
Merge
Wed, 30 Jul 2014 11:49:21 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:21 -0700] rev 25682
Merge
Tue, 22 Jul 2014 11:54:10 -0700 Merge
lana [Tue, 22 Jul 2014 11:54:10 -0700] rev 25681
Merge
Tue, 22 Jul 2014 22:06:30 +0400 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
aefimov [Tue, 22 Jul 2014 22:06:30 +0400] rev 25680
8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33 Reviewed-by: joehw
Fri, 25 Jul 2014 15:38:09 -0700 Added tag jdk9-b24 for changeset ba581cb2983f
tbell [Fri, 25 Jul 2014 15:38:09 -0700] rev 25679
Added tag jdk9-b24 for changeset ba581cb2983f
Wed, 05 Jul 2017 19:52:09 +0200 Merge
duke [Wed, 05 Jul 2017 19:52:09 +0200] rev 25678
Merge
Wed, 30 Jul 2014 11:49:28 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:28 -0700] rev 25677
Merge
Tue, 22 Jul 2014 11:55:03 -0700 Merge
lana [Tue, 22 Jul 2014 11:55:03 -0700] rev 25676
Merge
Fri, 18 Jul 2014 16:53:17 +0530 8051019: Separate src and test execution sandbox directories
sundar [Fri, 18 Jul 2014 16:53:17 +0530] rev 25675
8051019: Separate src and test execution sandbox directories Reviewed-by: jlaskey Contributed-by: lev.priima@oracle.com
Fri, 25 Jul 2014 15:38:12 -0700 Added tag jdk9-b24 for changeset abe2821cc591
tbell [Fri, 25 Jul 2014 15:38:12 -0700] rev 25674
Added tag jdk9-b24 for changeset abe2821cc591
Wed, 05 Jul 2017 19:52:01 +0200 Merge
duke [Wed, 05 Jul 2017 19:52:01 +0200] rev 25673
Merge
Fri, 25 Jul 2014 15:38:07 -0700 Added tag jdk9-b24 for changeset 4efd3f7a2c81
tbell [Fri, 25 Jul 2014 15:38:07 -0700] rev 25672
Added tag jdk9-b24 for changeset 4efd3f7a2c81
Wed, 05 Jul 2017 19:51:58 +0200 Merge
duke [Wed, 05 Jul 2017 19:51:58 +0200] rev 25671
Merge
Wed, 30 Jul 2014 11:49:59 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:59 -0700] rev 25670
Merge
Wed, 23 Jul 2014 21:50:21 +0000 8035166: Remove dependency on EC classes from pkcs11 provider
valeriep [Wed, 23 Jul 2014 21:50:21 +0000] rev 25669
8035166: Remove dependency on EC classes from pkcs11 provider Summary: Move the sun.security.ec.ECParameters and its related classes to sun.security.util package. Reviewed-by: mullan, vinnie
Mon, 21 Jul 2014 23:07:40 +0200 8006627: UUID to/from String performance should be improved by reducing object allocations
redestad [Mon, 21 Jul 2014 23:07:40 +0200] rev 25668
8006627: UUID to/from String performance should be improved by reducing object allocations Reviewed-by: mduigou, plevart Contributed-by: Steven Schlansker <stevenschlansker@gmail.com>, Claes Redestad <claes.redestad@oracle.com>
Tue, 22 Jul 2014 13:13:27 -0700 6721085: Fix broken link to Collections Framework Tutorial
mduigou [Tue, 22 Jul 2014 13:13:27 -0700] rev 25667
6721085: Fix broken link to Collections Framework Tutorial Reviewed-by: lancea
Tue, 22 Jul 2014 11:55:27 -0700 Merge
lana [Tue, 22 Jul 2014 11:55:27 -0700] rev 25666
Merge
Tue, 22 Jul 2014 22:06:52 +0400 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
aefimov [Tue, 22 Jul 2014 22:06:52 +0400] rev 25665
8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33 Reviewed-by: joehw
Mon, 21 Jul 2014 22:10:37 +0800 8048194: GSSContext.acceptSecContext fails when a supported mech is not initiator preferred
weijun [Mon, 21 Jul 2014 22:10:37 +0800] rev 25664
8048194: GSSContext.acceptSecContext fails when a supported mech is not initiator preferred Reviewed-by: mullan
Mon, 21 Jul 2014 22:09:38 +0800 8049834: Two security tools tests do not run with only JRE
weijun [Mon, 21 Jul 2014 22:09:38 +0800] rev 25663
8049834: Two security tools tests do not run with only JRE Reviewed-by: mullan
Sat, 19 Jul 2014 11:22:08 +0800 8051399: Fix for JDK-8043071 breaks dev build
weijun [Sat, 19 Jul 2014 11:22:08 +0800] rev 25662
8051399: Fix for JDK-8043071 breaks dev build Reviewed-by: xuelei
Sat, 19 Jul 2014 10:20:42 +0800 8043071: Expose session key and KRB_CRED through extended GSS-API
weijun [Sat, 19 Jul 2014 10:20:42 +0800] rev 25661
8043071: Expose session key and KRB_CRED through extended GSS-API Reviewed-by: mullan
Fri, 18 Jul 2014 22:32:24 +0200 8050114: Expose Integer/Long formatUnsigned methods internally
redestad [Fri, 18 Jul 2014 22:32:24 +0200] rev 25660
8050114: Expose Integer/Long formatUnsigned methods internally Reviewed-by: mduigou
Fri, 18 Jul 2014 10:40:55 -0700 8050968: Extension class loader initialization fails on Win7 x64 zh_TW
mchung [Fri, 18 Jul 2014 10:40:55 -0700] rev 25659
8050968: Extension class loader initialization fails on Win7 x64 zh_TW Reviewed-by: alanb, dholmes, sherman
Fri, 18 Jul 2014 08:54:28 -0700 8051057: Optimize StringCharBuffer.toString(int, int)
mduigou [Fri, 18 Jul 2014 08:54:28 -0700] rev 25658
8051057: Optimize StringCharBuffer.toString(int, int) Reviewed-by: smarks, alanb
Fri, 18 Jul 2014 17:23:28 +0200 8035829: [parfait] JNI exception pending in jdk/src/windows/native/sun/tools/attach/WindowsVirtualMachine.c
jbachorik [Fri, 18 Jul 2014 17:23:28 +0200] rev 25657
8035829: [parfait] JNI exception pending in jdk/src/windows/native/sun/tools/attach/WindowsVirtualMachine.c Reviewed-by: sundar, kevinw
Fri, 18 Jul 2014 17:04:10 +0400 8050893: (smartcardio) Invert reset argument in tests in sun/security/smartcardio
igerasim [Fri, 18 Jul 2014 17:04:10 +0400] rev 25656
8050893: (smartcardio) Invert reset argument in tests in sun/security/smartcardio Reviewed-by: valeriep
Fri, 18 Jul 2014 13:43:28 +0100 8051350: Update javadoc for com.sun.jndi.toolkit.corba.CorbaUtils
prappo [Fri, 18 Jul 2014 13:43:28 +0100] rev 25655
8051350: Update javadoc for com.sun.jndi.toolkit.corba.CorbaUtils Reviewed-by: alanb
Fri, 18 Jul 2014 01:39:42 +0100 8050922: add additional diagnostic to java/net/MulticastSocket/TestInterfaces
msheppar [Fri, 18 Jul 2014 01:39:42 +0100] rev 25654
8050922: add additional diagnostic to java/net/MulticastSocket/TestInterfaces Summary: add additional diagnostic output for failed netwrok interface Reviewed-by: chegar
Sat, 12 Jul 2014 01:36:25 +0200 8041972: Additional parse methods for Long/Integer
redestad [Sat, 12 Jul 2014 01:36:25 +0200] rev 25653
8041972: Additional parse methods for Long/Integer Reviewed-by: mduigou, psandoz
Thu, 17 Jul 2014 11:08:50 -0700 8042589: String.toLowerCase do not work for some concatenated strings
sherman [Thu, 17 Jul 2014 11:08:50 -0700] rev 25652
8042589: String.toLowerCase do not work for some concatenated strings Summary: to include surrogate check in loop Reviewed-by: mchung
Fri, 25 Jul 2014 15:38:10 -0700 Added tag jdk9-b24 for changeset 83960d9537f6
tbell [Fri, 25 Jul 2014 15:38:10 -0700] rev 25651
Added tag jdk9-b24 for changeset 83960d9537f6
Wed, 05 Jul 2017 19:51:52 +0200 Merge
duke [Wed, 05 Jul 2017 19:51:52 +0200] rev 25650
Merge
Wed, 30 Jul 2014 11:49:41 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:41 -0700] rev 25649
Merge
Tue, 22 Jul 2014 11:56:22 -0700 Merge
lana [Tue, 22 Jul 2014 11:56:22 -0700] rev 25648
Merge
Fri, 18 Jul 2014 12:02:54 -0700 Merge
amurillo [Fri, 18 Jul 2014 12:02:54 -0700] rev 25647
Merge
Fri, 18 Jul 2014 10:41:05 +0200 Merge
rbackman [Fri, 18 Jul 2014 10:41:05 +0200] rev 25646
Merge
Mon, 14 Jul 2014 03:29:42 -0700 8048703: ReplacedNodes dumps it's content to tty
vlivanov [Mon, 14 Jul 2014 03:29:42 -0700] rev 25645
8048703: ReplacedNodes dumps it's content to tty Reviewed-by: roland, iveresov, drchase
Mon, 14 Jul 2014 03:28:13 -0700 8049532: LogCompilation: C1: inlining tree is flat (no depth is stored)
vlivanov [Mon, 14 Jul 2014 03:28:13 -0700] rev 25644
8049532: LogCompilation: C1: inlining tree is flat (no depth is stored) Reviewed-by: roland, iveresov
Mon, 14 Jul 2014 03:27:21 -0700 8049529: LogCompilation: annotate make_not_compilable with compilation level
vlivanov [Mon, 14 Jul 2014 03:27:21 -0700] rev 25643
8049529: LogCompilation: annotate make_not_compilable with compilation level Reviewed-by: roland, iveresov
(0) -10000 -3000 -1000 -768 +768 +1000 +3000 +10000 +30000 tip