Tue, 14 May 2013 10:14:55 -0700 8012183: replace some uses of Configuration.getText with Configuration.getResource
jjg [Tue, 14 May 2013 10:14:55 -0700] rev 17570
8012183: replace some uses of Configuration.getText with Configuration.getResource Reviewed-by: darcy
Tue, 14 May 2013 10:14:55 -0700 8012178: Cleanup use of Util.escapeHtmlChars
jjg [Tue, 14 May 2013 10:14:55 -0700] rev 17569
8012178: Cleanup use of Util.escapeHtmlChars Reviewed-by: darcy
Tue, 14 May 2013 10:14:55 -0700 8012177: HTMLDocletWriter methods should generate Content, not Strings
jjg [Tue, 14 May 2013 10:14:55 -0700] rev 17568
8012177: HTMLDocletWriter methods should generate Content, not Strings Reviewed-by: darcy
Tue, 14 May 2013 10:14:54 -0700 8012176: reduce use of TagletOutputImpl.toString
jjg [Tue, 14 May 2013 10:14:54 -0700] rev 17567
8012176: reduce use of TagletOutputImpl.toString Reviewed-by: darcy
Tue, 14 May 2013 10:14:54 -0700 8012175: Convert TagletOutputImpl to use ContentBuilder instead of StringBuilder
jjg [Tue, 14 May 2013 10:14:54 -0700] rev 17566
8012175: Convert TagletOutputImpl to use ContentBuilder instead of StringBuilder Reviewed-by: darcy
Tue, 14 May 2013 10:14:54 -0700 8012174: {@literal} and {@code} should use \"new\" Taglet, not old.
jjg [Tue, 14 May 2013 10:14:54 -0700] rev 17565
8012174: {@literal} and {@code} should use \"new\" Taglet, not old. Reviewed-by: darcy
Tue, 14 May 2013 10:14:53 -0700 8011288: Erratic/inconsistent indentation of signatures
jjg [Tue, 14 May 2013 10:14:53 -0700] rev 17564
8011288: Erratic/inconsistent indentation of signatures Reviewed-by: darcy
Tue, 14 May 2013 10:14:53 -0700 8011668: Allow HTMLWriter.getResource to take Content args
jjg [Tue, 14 May 2013 10:14:53 -0700] rev 17563
8011668: Allow HTMLWriter.getResource to take Content args Reviewed-by: darcy
Tue, 14 May 2013 10:14:53 -0700 8011662: Remove single instance of resource with HTML from doclet resource bundle
jjg [Tue, 14 May 2013 10:14:53 -0700] rev 17562
8011662: Remove single instance of resource with HTML from doclet resource bundle Reviewed-by: bpatel, darcy
Tue, 14 May 2013 10:14:52 -0700 8011651: simplify LinkInfoImpl API
jjg [Tue, 14 May 2013 10:14:52 -0700] rev 17561
8011651: simplify LinkInfoImpl API Reviewed-by: darcy
Tue, 14 May 2013 10:14:52 -0700 8011650: reduce use of RawHtml nodes in doclet
jjg [Tue, 14 May 2013 10:14:52 -0700] rev 17560
8011650: reduce use of RawHtml nodes in doclet Reviewed-by: darcy
Tue, 14 May 2013 10:14:52 -0700 8011642: Remove LinkOutput in favor of direct use of Content
jjg [Tue, 14 May 2013 10:14:52 -0700] rev 17559
8011642: Remove LinkOutput in favor of direct use of Content Reviewed-by: bpatel, darcy
Tue, 14 May 2013 10:14:51 -0700 8010440: Replace int constants in LinkInfoImpl with enum
jjg [Tue, 14 May 2013 10:14:51 -0700] rev 17558
8010440: Replace int constants in LinkInfoImpl with enum Reviewed-by: bpatel, darcy
Fri, 10 May 2013 15:15:50 +0200 8012929: Trees.getElement should work not only for declaration trees, but also for use-trees
jlahoda [Fri, 10 May 2013 15:15:50 +0200] rev 17557
8012929: Trees.getElement should work not only for declaration trees, but also for use-trees Reviewed-by: jjg Contributed-by: Dusan Balek <dbalek@netbeans.org>, Jan Lahoda <jlahoda@netbeans.org>
Sun, 12 May 2013 18:18:54 -0700 8014363: javac test class ToolTester handles classpath incorrectly
jjg [Sun, 12 May 2013 18:18:54 -0700] rev 17556
8014363: javac test class ToolTester handles classpath incorrectly Reviewed-by: ksrini
Fri, 10 May 2013 14:31:42 -0700 8014365: Restore Objects.requireNonNull(T, Supplier<String>)
darcy [Fri, 10 May 2013 14:31:42 -0700] rev 17555
8014365: Restore Objects.requireNonNull(T, Supplier<String>) Reviewed-by: jjg
Fri, 10 May 2013 16:10:20 +0100 8014318: tools/javac/profiles/ProfileOptionTest.java needs modifying now that javax.script is in compact1
alanb [Fri, 10 May 2013 16:10:20 +0100] rev 17554
8014318: tools/javac/profiles/ProfileOptionTest.java needs modifying now that javax.script is in compact1 Reviewed-by: mchung
Wed, 08 May 2013 23:54:45 -0700 Merge
lana [Wed, 08 May 2013 23:54:45 -0700] rev 17553
Merge
Wed, 08 May 2013 14:10:53 +0200 8013485: javac can't handle annotations with a <clinit> from a previous compilation unit
jfranck [Wed, 08 May 2013 14:10:53 +0200] rev 17552
8013485: javac can't handle annotations with a <clinit> from a previous compilation unit Reviewed-by: mcimadamore
Tue, 07 May 2013 14:27:30 -0700 8004082: test/tools/javac/plugin/showtype/Test.java fails on windows: jtreg can't delete plugin.jar
jjg [Tue, 07 May 2013 14:27:30 -0700] rev 17551
8004082: test/tools/javac/plugin/showtype/Test.java fails on windows: jtreg can't delete plugin.jar Reviewed-by: vromero, mcimadamore
Tue, 07 May 2013 06:39:34 -0700 8014023: When a method reference to a local class constructor is contained in a method whose number of parameters matches the number of constructor parameters compilation fails
rfield [Tue, 07 May 2013 06:39:34 -0700] rev 17550
8014023: When a method reference to a local class constructor is contained in a method whose number of parameters matches the number of constructor parameters compilation fails Reviewed-by: mcimadamore
Mon, 06 May 2013 16:22:45 +0200 8009724: Enhance the DocTree API with DocTreePath
jlahoda [Mon, 06 May 2013 16:22:45 +0200] rev 17549
8009724: Enhance the DocTree API with DocTreePath Summary: Adding DocTreePath and DocTreePathScanner similar to TreePath and TreePathScanner, respectively Reviewed-by: jjg Contributed-by: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>, Jan Lahoda <jlahoda@netbeans.org>
Sun, 05 May 2013 21:04:41 -0700 8013909: Fix doclint issues in javax.lang.model
darcy [Sun, 05 May 2013 21:04:41 -0700] rev 17548
8013909: Fix doclint issues in javax.lang.model Reviewed-by: jjg
Fri, 03 May 2013 17:44:38 -0700 8008768: Using {@inheritDoc} in simple tag defined via -tag fails
jjg [Fri, 03 May 2013 17:44:38 -0700] rev 17547
8008768: Using {@inheritDoc} in simple tag defined via -tag fails Reviewed-by: jjg, mduigou Contributed-by: jonathan.gibbons@oracle.com, mike.duigou@oracle.com
Fri, 03 May 2013 15:08:47 -0700 8000407: remove @GenerateNativeHeader
jjg [Fri, 03 May 2013 15:08:47 -0700] rev 17546
8000407: remove @GenerateNativeHeader Reviewed-by: vromero, darcy
Fri, 03 May 2013 10:17:12 -0700 8002387: Improve rendered HTML formatting for {@code}
jjg [Fri, 03 May 2013 10:17:12 -0700] rev 17545
8002387: Improve rendered HTML formatting for {@code} Reviewed-by: ksrini
Fri, 03 May 2013 09:56:56 -0700 8012728: Normalize @ignore comments on langtools tests
jjg [Fri, 03 May 2013 09:56:56 -0700] rev 17544
8012728: Normalize @ignore comments on langtools tests Reviewed-by: vromero, mcimadamore
Thu, 16 May 2013 12:16:07 -0700 Added tag jdk8-b90 for changeset c710c82509ec
katleman [Thu, 16 May 2013 12:16:07 -0700] rev 17543
Added tag jdk8-b90 for changeset c710c82509ec
Wed, 05 Jul 2017 18:56:10 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:10 +0200] rev 17542
Merge
Thu, 16 May 2013 12:14:55 -0700 Added tag jdk8-b90 for changeset 11ae34f362ad
katleman [Thu, 16 May 2013 12:14:55 -0700] rev 17541
Added tag jdk8-b90 for changeset 11ae34f362ad
Wed, 05 Jul 2017 18:56:07 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:07 +0200] rev 17540
Merge
Fri, 17 May 2013 10:07:23 -0700 Merge
lana [Fri, 17 May 2013 10:07:23 -0700] rev 17539
Merge
Fri, 17 May 2013 10:40:21 +0200 8013900: More warnings compiling jaxp.
dfuchs [Fri, 17 May 2013 10:40:21 +0200] rev 17538
8013900: More warnings compiling jaxp. Summary: Some internal implementation classes in Jaxp were redefining equals() without redefining hashCode(). This patch adds hashCode() methods that are consistent with equals(). Reviewed-by: chegar, joehw
Fri, 10 May 2013 09:23:22 -0700 8014333: javadoc error in JAXP 1.5 patch
joehw [Fri, 10 May 2013 09:23:22 -0700] rev 17537
8014333: javadoc error in JAXP 1.5 patch Reviewed-by: lancea
Thu, 09 May 2013 14:23:39 -0700 Merge
lana [Thu, 09 May 2013 14:23:39 -0700] rev 17536
Merge
Wed, 08 May 2013 22:12:51 -0700 Merge
lana [Wed, 08 May 2013 22:12:51 -0700] rev 17535
Merge
Wed, 08 May 2013 23:38:03 -0700 8011653: Upgrade JDK8 to JAXP 1.5
joehw [Wed, 08 May 2013 23:38:03 -0700] rev 17534
8011653: Upgrade JDK8 to JAXP 1.5 Reviewed-by: alanb, dfuchs
Mon, 06 May 2013 18:50:16 +0200 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently
dfuchs [Mon, 06 May 2013 18:50:16 +0200] rev 17533
8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently Summary: Encodings.java sometimes creates EncodingInfo objects whose java names are not recognized by the Charset API. This patch fixes that issue. Reviewed-by: joehw, alanb
Thu, 16 May 2013 12:14:49 -0700 Added tag jdk8-b90 for changeset f96a31ce35e6
katleman [Thu, 16 May 2013 12:14:49 -0700] rev 17532
Added tag jdk8-b90 for changeset f96a31ce35e6
Wed, 05 Jul 2017 18:56:02 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:02 +0200] rev 17531
Merge
Fri, 17 May 2013 10:14:03 -0700 Merge
lana [Fri, 17 May 2013 10:14:03 -0700] rev 17530
Merge
Tue, 14 May 2013 09:05:03 -0300 Merge
jlaskey [Tue, 14 May 2013 09:05:03 -0300] rev 17529
Merge
Tue, 14 May 2013 12:39:02 +0200 8014492: Make NashornLinker public
attila [Tue, 14 May 2013 12:39:02 +0200] rev 17528
8014492: Make NashornLinker public Reviewed-by: hannesw, jlaskey
Fri, 10 May 2013 13:16:44 +0200 8014329: Slim down the label stack structure in CodeGenerator
lagergren [Fri, 10 May 2013 13:16:44 +0200] rev 17527
8014329: Slim down the label stack structure in CodeGenerator Reviewed-by: attila, jlaskey
Wed, 08 May 2013 16:48:33 +0200 8014225: Rerun only failed 262 tests
attila [Wed, 08 May 2013 16:48:33 +0200] rev 17526
8014225: Rerun only failed 262 tests Reviewed-by: jlaskey, lagergren
Wed, 08 May 2013 15:51:36 +0200 8013912: Nashorn needs to reuse temporary symbols
attila [Wed, 08 May 2013 15:51:36 +0200] rev 17525
8013912: Nashorn needs to reuse temporary symbols Reviewed-by: jlaskey, lagergren
Tue, 07 May 2013 14:43:17 +0200 8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes.
lagergren [Tue, 07 May 2013 14:43:17 +0200] rev 17524
8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes. Reviewed-by: jlaskey, attila
Tue, 07 May 2013 14:36:57 +0200 8013913: Removed Source field from all nodes except FunctionNode in order to save footprint
lagergren [Tue, 07 May 2013 14:36:57 +0200] rev 17523
8013913: Removed Source field from all nodes except FunctionNode in order to save footprint Reviewed-by: jlaskey, attila
Fri, 03 May 2013 22:50:51 +0200 8013874: Function argument's prototype seem cached and wrongly reused
hannesw [Fri, 03 May 2013 22:50:51 +0200] rev 17522
8013874: Function argument's prototype seem cached and wrongly reused Reviewed-by: jlaskey
Fri, 03 May 2013 22:48:53 +0200 8013873: Regexp regression for escaped dash in character class
hannesw [Fri, 03 May 2013 22:48:53 +0200] rev 17521
8013873: Regexp regression for escaped dash in character class Reviewed-by: jlaskey
Fri, 03 May 2013 22:47:23 +0200 8013878: ClassCastException in Regex
hannesw [Fri, 03 May 2013 22:47:23 +0200] rev 17520
8013878: ClassCastException in Regex Reviewed-by: jlaskey
Fri, 03 May 2013 16:01:33 +0200 8013871: mem usage histograms enabled with compiler logging level set to more specific than or equals to info when --print-mem-usage flag is used
lagergren [Fri, 03 May 2013 16:01:33 +0200] rev 17519
8013871: mem usage histograms enabled with compiler logging level set to more specific than or equals to info when --print-mem-usage flag is used Reviewed-by: jlaskey, hannesw
Fri, 03 May 2013 15:33:54 +0200 8013477: Node.setSymbol needs to be copy on write - enable IR snapshots for recompilation based on callsite type specialization. [not enabled by default, hidden by a flag for now]
lagergren [Fri, 03 May 2013 15:33:54 +0200] rev 17518
8013477: Node.setSymbol needs to be copy on write - enable IR snapshots for recompilation based on callsite type specialization. [not enabled by default, hidden by a flag for now] Reviewed-by: jlaskey, hannesw
Thu, 02 May 2013 15:01:16 -0300 8013796: load("fx:base.js") should not be in fx:bootstrap.js
jlaskey [Thu, 02 May 2013 15:01:16 -0300] rev 17517
8013796: load("fx:base.js") should not be in fx:bootstrap.js Reviewed-by: sundar, lagergren Contributed-by: james.laskey@oracle.com
Thu, 02 May 2013 13:23:36 -0300 Merge
jlaskey [Thu, 02 May 2013 13:23:36 -0300] rev 17516
Merge
Thu, 02 May 2013 13:22:46 -0300 8013794: JDK-8006220 caused an octane performance regression.
jlaskey [Thu, 02 May 2013 13:22:46 -0300] rev 17515
8013794: JDK-8006220 caused an octane performance regression. Reviewed-by: lagergren, sundar Contributed-by: james.laskey@oracle.com
Thu, 02 May 2013 09:19:44 +0200 8013729: SwitchPoint invalidation not working over prototype chain
hannesw [Thu, 02 May 2013 09:19:44 +0200] rev 17514
8013729: SwitchPoint invalidation not working over prototype chain Reviewed-by: lagergren, sundar
Tue, 30 Apr 2013 10:05:42 -0300 8006220: Simplify PropertyMaps
jlaskey [Tue, 30 Apr 2013 10:05:42 -0300] rev 17513
8006220: Simplify PropertyMaps Reviewed-by: hannesw, lagergren Contributed-by: james.laskey@oracle.com
Thu, 16 May 2013 12:16:16 -0700 Added tag jdk8-b90 for changeset 9757c7aa8f78
katleman [Thu, 16 May 2013 12:16:16 -0700] rev 17512
Added tag jdk8-b90 for changeset 9757c7aa8f78
Wed, 05 Jul 2017 18:55:55 +0200 Merge
duke [Wed, 05 Jul 2017 18:55:55 +0200] rev 17511
Merge
Thu, 16 May 2013 12:14:00 -0700 Added tag jdk8-b90 for changeset 77d6a1b1e9ec
katleman [Thu, 16 May 2013 12:14:00 -0700] rev 17510
Added tag jdk8-b90 for changeset 77d6a1b1e9ec
Wed, 05 Jul 2017 18:55:51 +0200 Merge
duke [Wed, 05 Jul 2017 18:55:51 +0200] rev 17509
Merge
Wed, 22 May 2013 15:00:41 +0200 Merge
erikj [Wed, 22 May 2013 15:00:41 +0200] rev 17508
Merge
Wed, 22 May 2013 10:31:39 +0200 8014970: Use open man pages for non commercial builds
erikj [Wed, 22 May 2013 10:31:39 +0200] rev 17507
8014970: Use open man pages for non commercial builds Reviewed-by: omajid, tbell
Wed, 22 May 2013 13:48:02 +0100 8015087: Provide debugging information for programs
andrew [Wed, 22 May 2013 13:48:02 +0100] rev 17506
8015087: Provide debugging information for programs Summary: Add missing debug info to unpack200 and jexec Reviewed-by: erikj
Tue, 21 May 2013 12:54:41 -0700 Merge
katleman [Tue, 21 May 2013 12:54:41 -0700] rev 17505
Merge
Tue, 21 May 2013 17:02:54 +0200 8011346: build-infra: While Constructing Javadoc information, JSpinner.java error: package sun.util.locale.provider does not exist
erikj [Tue, 21 May 2013 17:02:54 +0200] rev 17504
8011346: build-infra: While Constructing Javadoc information, JSpinner.java error: package sun.util.locale.provider does not exist Reviewed-by: dholmes, tbell, naoto
Fri, 17 May 2013 10:11:35 -0700 Merge
lana [Fri, 17 May 2013 10:11:35 -0700] rev 17503
Merge
Fri, 17 May 2013 16:44:36 +0100 Merge
chegar [Fri, 17 May 2013 16:44:36 +0100] rev 17502
Merge
Fri, 17 May 2013 16:44:15 +0100 8014783: java/net/HttpURLPermission/HttpURLPermissionTest.java leaves files open
chegar [Fri, 17 May 2013 16:44:15 +0100] rev 17501
8014783: java/net/HttpURLPermission/HttpURLPermissionTest.java leaves files open Reviewed-by: michaelm
Fri, 17 May 2013 15:18:40 +0100 Merge
chegar [Fri, 17 May 2013 15:18:40 +0100] rev 17500
Merge
Fri, 17 May 2013 15:00:53 +0100 8014791: More ProblemList.txt updates (5/2013)
chegar [Fri, 17 May 2013 15:00:53 +0100] rev 17499
8014791: More ProblemList.txt updates (5/2013) Reviewed-by: alanb
Fri, 17 May 2013 10:40:55 +0200 8013900: More warnings compiling jaxp.
dfuchs [Fri, 17 May 2013 10:40:55 +0200] rev 17498
8013900: More warnings compiling jaxp. Summary: Some internal implementation classes in Jaxp were redefining equals() without redefining hashCode(). This patch adds hashCode() methods that are consistent with equals(). Reviewed-by: chegar, joehw
Thu, 16 May 2013 15:08:24 -0700 4487672: (proxy) Proxy constructor should check for null argument
mchung [Thu, 16 May 2013 15:08:24 -0700] rev 17497
4487672: (proxy) Proxy constructor should check for null argument Reviewed-by: alanb, lancea
Thu, 16 May 2013 13:22:41 -0700 Merge
vinnie [Thu, 16 May 2013 13:22:41 -0700] rev 17496
Merge
Thu, 16 May 2013 02:43:58 -0700 Merge
vinnie [Thu, 16 May 2013 02:43:58 -0700] rev 17495
Merge
Wed, 15 May 2013 15:39:28 +0100 Merge
vinnie [Wed, 15 May 2013 15:39:28 +0100] rev 17494
Merge
Wed, 15 May 2013 14:49:50 +0100 Merge
vinnie [Wed, 15 May 2013 14:49:50 +0100] rev 17493
Merge
Tue, 14 May 2013 18:11:46 +0100 Merge
vinnie [Tue, 14 May 2013 18:11:46 +0100] rev 17492
Merge
Tue, 14 May 2013 18:08:18 +0100 7194075: Various classes of sunec.jar are duplicated in rt.jar
vinnie [Tue, 14 May 2013 18:08:18 +0100] rev 17491
7194075: Various classes of sunec.jar are duplicated in rt.jar Reviewed-by: mullan, vinnie Contributed-by: Stephen Flores <stephen.flores@oracle.com>
Wed, 15 May 2013 18:26:16 -0700 8001163: [pack200] should support attributes introduced by JSR-308
ksrini [Wed, 15 May 2013 18:26:16 -0700] rev 17490
8001163: [pack200] should support attributes introduced by JSR-308 Reviewed-by: jrose
Thu, 16 May 2013 10:58:20 -0700 7150552: network test hangs [macosx]
khazra [Thu, 16 May 2013 10:58:20 -0700] rev 17489
7150552: network test hangs [macosx] Summary: Remove usage of test/sun/net/www/httptest Reviewed-by: chegar
Thu, 16 May 2013 18:40:47 +0200 Merge
dfuchs [Thu, 16 May 2013 18:40:47 +0200] rev 17488
Merge
Thu, 16 May 2013 11:19:00 -0400 8013380: Removal of stack walk to find resource bundle breaks Glassfish startup
jgish [Thu, 16 May 2013 11:19:00 -0400] rev 17487
8013380: Removal of stack walk to find resource bundle breaks Glassfish startup Summary: Use caller's classloader to load resource as an alternative to thread context classloader and system classloader Reviewed-by: mchung, alanb
Thu, 16 May 2013 17:31:41 +0100 Merge
michaelm [Thu, 16 May 2013 17:31:41 +0100] rev 17486
Merge
Thu, 16 May 2013 17:28:47 +0100 8012625: Incorrect handling of HTTP/1.1 " Expect: 100-continue " in HttpURLConnection
michaelm [Thu, 16 May 2013 17:28:47 +0100] rev 17485
8012625: Incorrect handling of HTTP/1.1 " Expect: 100-continue " in HttpURLConnection Reviewed-by: alanb, chegar
Thu, 16 May 2013 19:28:44 +0400 8014676: Java debugger may fail to run
dmeetry [Thu, 16 May 2013 19:28:44 +0400] rev 17484
8014676: Java debugger may fail to run Summary: The problem is observed when the binaries for windows are placed under a path which contains a space Reviewed-by: sla, alanb Contributed-by: ivan.gerasimov@oracle.com
Thu, 16 May 2013 04:30:45 -0700 8010814: More buffers are stored or returned without cloning
xuelei [Thu, 16 May 2013 04:30:45 -0700] rev 17483
8010814: More buffers are stored or returned without cloning Reviewed-by: lancea
Thu, 16 May 2013 10:59:06 +0100 8004177: test/java/lang/Thread/GenerifyStackTraces.java doesn't clean-up
ewang [Thu, 16 May 2013 10:59:06 +0100] rev 17482
8004177: test/java/lang/Thread/GenerifyStackTraces.java doesn't clean-up Reviewed-by: alanb, dholmes, chegar
Wed, 15 May 2013 18:38:52 -0700 Merge
valeriep [Wed, 15 May 2013 18:38:52 -0700] rev 17481
Merge
Mon, 13 May 2013 16:52:33 -0700 Merge
valeriep [Mon, 13 May 2013 16:52:33 -0700] rev 17480
Merge
Tue, 07 May 2013 14:13:53 -0700 8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR
ascarpino [Tue, 07 May 2013 14:13:53 -0700] rev 17479
8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR Summary: Changed output length calculation to include incomplete blocks for CTR mode. Reviewed-by: valeriep
Tue, 07 May 2013 14:06:19 -0700 7196009: SunPkcs11 provider fails to parse config path containing parenthesis
valeriep [Tue, 07 May 2013 14:06:19 -0700] rev 17478
7196009: SunPkcs11 provider fails to parse config path containing parenthesis Summary: Enhanced to allow quoted string as library path values. Reviewed-by: weijun
Tue, 07 May 2013 14:04:53 -0700 8010134: A finalizer in sun.security.pkcs11.wrapper.PKCS11 perhaps should be protected
valeriep [Tue, 07 May 2013 14:04:53 -0700] rev 17477
8010134: A finalizer in sun.security.pkcs11.wrapper.PKCS11 perhaps should be protected Summary: Change the finalize method of PKCS11 class to be protected. Reviewed-by: xuelei
Wed, 15 May 2013 16:48:54 -0700 8013233: java/util/Locale/LocaleProviders.sh fails
naoto [Wed, 15 May 2013 16:48:54 -0700] rev 17476
8013233: java/util/Locale/LocaleProviders.sh fails Reviewed-by: okutsu
Wed, 15 May 2013 09:54:30 -0700 8014677: Correct docs warning for Objects.requireNonNull(T, Supplier<String>)
darcy [Wed, 15 May 2013 09:54:30 -0700] rev 17475
8014677: Correct docs warning for Objects.requireNonNull(T, Supplier<String>) Reviewed-by: alanb
Wed, 15 May 2013 07:48:57 -0700 8013730: JSR 310 DateTime API Updates III
sherman [Wed, 15 May 2013 07:48:57 -0700] rev 17474
8013730: JSR 310 DateTime API Updates III Summary: Integration of JSR310 Date/Time API update III Reviewed-by: naoto Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, masayoshi.okutsu@oracle.com, patrick.zhang@oracle.com
Wed, 15 May 2013 15:01:59 +0100 8010464: Evolve java networking same origin policy
michaelm [Wed, 15 May 2013 15:01:59 +0100] rev 17473
8010464: Evolve java networking same origin policy Reviewed-by: alanb, chegar, dsamersoff, weijun
Wed, 15 May 2013 00:36:03 -0400 8013395: StringBuffer.toString performance regression impacting embedded benchmarks
dholmes [Wed, 15 May 2013 00:36:03 -0400] rev 17472
8013395: StringBuffer.toString performance regression impacting embedded benchmarks Summary: cache a copy of the char[] to use with toString() and clear it when ever the sb content is modified Reviewed-by: alanb, plevart, mduigou, forax
Tue, 14 May 2013 14:20:18 -0700 8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit
sherman [Tue, 14 May 2013 14:20:18 -0700] rev 17471
8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit Summary: to throw IOE for malformed final unit in base64 stream Reviewed-by: chegar, alanb
Tue, 14 May 2013 14:09:18 -0700 8012326: Deadlock occurs when Charset.availableCharsets() is called by several threads at the same time
sherman [Tue, 14 May 2013 14:09:18 -0700] rev 17470
8012326: Deadlock occurs when Charset.availableCharsets() is called by several threads at the same time Summary: removed the race condition risk from ExtendedCahrset access code Reviewed-by: mchung, alanb
Tue, 14 May 2013 12:01:38 -0700 6328537: Improve javadocs for Socket class by adding references to SocketOptions
khazra [Tue, 14 May 2013 12:01:38 -0700] rev 17469
6328537: Improve javadocs for Socket class by adding references to SocketOptions Summary: Insert references to SocketOptions.java where applicable Reviewed-by: alanb, chegar
Tue, 14 May 2013 22:36:52 +0530 8014519: scriptpad sample does not work with nashorn
sundar [Tue, 14 May 2013 22:36:52 +0530] rev 17468
8014519: scriptpad sample does not work with nashorn Reviewed-by: attila, jlaskey Contributed-by: rieberandreas@gmail.com
Tue, 14 May 2013 20:16:21 +0400 8012453: (process) Runtime.exec(String) fails if command contains spaces [win]
uta [Tue, 14 May 2013 20:16:21 +0400] rev 17467
8012453: (process) Runtime.exec(String) fails if command contains spaces [win] Reviewed-by: alanb
Tue, 14 May 2013 14:32:15 +0100 8014500: bootcycle-images fails after upgrade to JAXP 1.5
alanb [Tue, 14 May 2013 14:32:15 +0100] rev 17466
8014500: bootcycle-images fails after upgrade to JAXP 1.5 Reviewed-by: lancea
Mon, 13 May 2013 22:16:55 -0700 8014365: Restore Objects.requireNonNull(T, Supplier<String>)
darcy [Mon, 13 May 2013 22:16:55 -0700] rev 17465
8014365: Restore Objects.requireNonNull(T, Supplier<String>) Reviewed-by: mduigou
Mon, 13 May 2013 20:35:36 -0700 8013386: (tz) Support tzdata2013c
sherman [Mon, 13 May 2013 20:35:36 -0700] rev 17464
8013386: (tz) Support tzdata2013c Summary: updated tz data to version 2013c Reviewed-by: peytoia, okutsu
Mon, 13 May 2013 13:48:58 -0700 8014254: Selector in HttpServer introduces a 1000 ms delay when using KeepAlive
khazra [Mon, 13 May 2013 13:48:58 -0700] rev 17463
8014254: Selector in HttpServer introduces a 1000 ms delay when using KeepAlive Summary: Rearrange event-handling code to remove bottle-neck. Also reviewed by mhall@mhcomputing.net. Reviewed-by: chegar, alanb
Mon, 13 May 2013 13:15:20 -0700 Merge
mduigou [Mon, 13 May 2013 13:15:20 -0700] rev 17462
Merge
Mon, 13 May 2013 12:26:28 -0700 8008687: MethodHandle code: allow static and invokespecial calls to interface methods
bharadwaj [Mon, 13 May 2013 12:26:28 -0700] rev 17461
8008687: MethodHandle code: allow static and invokespecial calls to interface methods Summary: Changes to support invocation of lambda methods compiled either as static interface methods and or private instance methods. Reviewed-by: jrose, twisti
Mon, 13 May 2013 22:23:17 +0530 8012975: Remove rhino from jdk8
sundar [Mon, 13 May 2013 22:23:17 +0530] rev 17460
8012975: Remove rhino from jdk8 Reviewed-by: alanb, tbell
Mon, 13 May 2013 06:05:32 -0700 8005598: (reopened) Need to clone array of input/output parameters
xuelei [Mon, 13 May 2013 06:05:32 -0700] rev 17459
8005598: (reopened) Need to clone array of input/output parameters Reviewed-by: weijun
Mon, 13 May 2013 05:41:51 -0700 8005535: SSLSessionImpl should have protected finalize()
xuelei [Mon, 13 May 2013 05:41:51 -0700] rev 17458
8005535: SSLSessionImpl should have protected finalize() Reviewed-by: weijun, wetmore
Fri, 10 May 2013 23:56:24 +0400 7021870: GzipInputStream closes underlying stream during reading
dmeetry [Fri, 10 May 2013 23:56:24 +0400] rev 17457
7021870: GzipInputStream closes underlying stream during reading Reviewed-by: mduigou Contributed-by: ivan.gerasimov@oracle.com
Fri, 10 May 2013 12:25:16 -0700 8014357: Minor refactorings to sun.reflect.generics.reflectiveObjects.*
darcy [Fri, 10 May 2013 12:25:16 -0700] rev 17456
8014357: Minor refactorings to sun.reflect.generics.reflectiveObjects.* Reviewed-by: mchung
Fri, 10 May 2013 10:12:58 -0700 Merge
mduigou [Fri, 10 May 2013 10:12:58 -0700] rev 17455
Merge
Fri, 10 May 2013 09:51:14 -0700 8014316: Use Method Refs in j.u.stream.MatchOps
mduigou [Fri, 10 May 2013 09:51:14 -0700] rev 17454
8014316: Use Method Refs in j.u.stream.MatchOps Reviewed-by: dholmes
Fri, 10 May 2013 09:06:21 -0700 8014296: DivModTests should not compare pointers
rriggs [Fri, 10 May 2013 09:06:21 -0700] rev 17453
8014296: DivModTests should not compare pointers Reviewed-by: darcy
Fri, 10 May 2013 08:53:38 -0700 8014249: Add Modifer.parameterModifiers()
darcy [Fri, 10 May 2013 08:53:38 -0700] rev 17452
8014249: Add Modifer.parameterModifiers() Reviewed-by: mduigou, mchung
Fri, 10 May 2013 14:53:33 +0100 8011128: (fs) Files.createDirectory fails if the resolved path is exactly 248 characters long
alanb [Fri, 10 May 2013 14:53:33 +0100] rev 17451
8011128: (fs) Files.createDirectory fails if the resolved path is exactly 248 characters long Reviewed-by: khazra, chegar
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip