Wed, 05 Jul 2017 19:21:26 +0200 Merge
duke [Wed, 05 Jul 2017 19:21:26 +0200] rev 21507
Merge
Thu, 31 Oct 2013 16:46:43 -0700 Merge
lana [Thu, 31 Oct 2013 16:46:43 -0700] rev 21506
Merge
Wed, 30 Oct 2013 14:12:16 -0400 8024930: Re-enable disabled bridging tests
briangoetz [Wed, 30 Oct 2013 14:12:16 -0400] rev 21505
8024930: Re-enable disabled bridging tests Reviewed-by: psandoz, rfield
Wed, 30 Oct 2013 18:09:49 +0000 8027327: jar files related to test test/tools/javac/ExtDirs/ExtDirTest.java should be removed from the repo
vromero [Wed, 30 Oct 2013 18:09:49 +0000] rev 21504
8027327: jar files related to test test/tools/javac/ExtDirs/ExtDirTest.java should be removed from the repo Reviewed-by: ksrini
Wed, 30 Oct 2013 08:35:52 -0700 8027481: jdeps to handle classes with the same package name and correct profile for javax.crypto.*
mchung [Wed, 30 Oct 2013 08:35:52 -0700] rev 21503
8027481: jdeps to handle classes with the same package name and correct profile for javax.crypto.* Reviewed-by: alanb, dfuchs
Mon, 28 Oct 2013 12:29:34 -0700 Merge
lana [Mon, 28 Oct 2013 12:29:34 -0700] rev 21502
Merge
Thu, 24 Oct 2013 16:52:27 -0700 8027220: DefaultMethodsTest: Change test to match spec
rfield [Thu, 24 Oct 2013 16:52:27 -0700] rev 21501
8027220: DefaultMethodsTest: Change test to match spec Reviewed-by: ksrini
Thu, 24 Oct 2013 11:22:50 -0700 8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
bpatel [Thu, 24 Oct 2013 11:22:50 -0700] rev 21500
8006248: Since addition of -Xdoclint, javadoc ignores unknown tags Reviewed-by: jjg
Thu, 24 Oct 2013 01:27:10 -0400 8023682: Incorrect attributes emitted for anonymous class declaration
emc [Thu, 24 Oct 2013 01:27:10 -0400] rev 21499
8023682: Incorrect attributes emitted for anonymous class declaration Summary: Cause javac to emit type annotations on new instruction as well as anonymous class supertype for annotated anonymous classes. Reviewed-by: jjg, jfranck
Wed, 23 Oct 2013 23:20:32 -0400 8006732: support correct bytecode storage of type annotations in multicatch
emc [Wed, 23 Oct 2013 23:20:32 -0400] rev 21498
8006732: support correct bytecode storage of type annotations in multicatch Summary: Fix issue with annotations being added before attribution, which causes multicatch not to work right and several tests to fail. Reviewed-by: jfranck, jjg
Wed, 23 Oct 2013 15:45:18 -0700 8026936: Initialize LamdbaToMethod lazily and as required
ksrini [Wed, 23 Oct 2013 15:45:18 -0700] rev 21497
8026936: Initialize LamdbaToMethod lazily and as required Reviewed-by: jjg, rfield Contributed-by: jan.lahoda@oracle.com
Wed, 23 Oct 2013 07:50:04 +0200 8026861: Wrong LineNumberTable for variable declarations in lambdas
jlahoda [Wed, 23 Oct 2013 07:50:04 +0200] rev 21496
8026861: Wrong LineNumberTable for variable declarations in lambdas Summary: Setting or correcting positions for many trees produced by LambdaToMethod. Reviewed-by: vromero, rfield
Wed, 23 Oct 2013 23:02:17 +0200 8027191: Fix for JDK-8026861 refers to an incorrect bug number
jlahoda [Wed, 23 Oct 2013 23:02:17 +0200] rev 21495
8027191: Fix for JDK-8026861 refers to an incorrect bug number Summary: Reverting changeset e7c8a164d7bd, so that it can be applied again with a correct bug number Reviewed-by: jjg
Wed, 23 Oct 2013 13:54:13 -0700 8026770: javadoc creates invalid HTML in profile summary pages
bpatel [Wed, 23 Oct 2013 13:54:13 -0700] rev 21494
8026770: javadoc creates invalid HTML in profile summary pages Reviewed-by: jjg
Wed, 23 Oct 2013 10:28:10 -0700 8022720: Method refeerences - private method should be accessible (nested classes)
rfield [Wed, 23 Oct 2013 10:28:10 -0700] rev 21493
8022720: Method refeerences - private method should be accessible (nested classes) Reviewed-by: jjg, ksrini
Wed, 23 Oct 2013 07:50:04 +0200 8026508: Invokedynamic instructions don't get line number table entries
jlahoda [Wed, 23 Oct 2013 07:50:04 +0200] rev 21492
8026508: Invokedynamic instructions don't get line number table entries Summary: Setting or correcting positions for many trees produced by LambdaToMethod. Reviewed-by: vromero, rfield
Tue, 22 Oct 2013 17:44:43 -0700 Merge
jjg [Tue, 22 Oct 2013 17:44:43 -0700] rev 21491
Merge
Tue, 22 Oct 2013 17:42:10 -0700 8027119: Cleanup javadoc comments for taglet API
jjg [Tue, 22 Oct 2013 17:42:10 -0700] rev 21490
8027119: Cleanup javadoc comments for taglet API Reviewed-by: mduigou
Tue, 22 Oct 2013 16:53:21 -0700 8023668: Desugar serializable lambda bodies using more robust naming scheme
rfield [Tue, 22 Oct 2013 16:53:21 -0700] rev 21489
8023668: Desugar serializable lambda bodies using more robust naming scheme Summary: lambda / bridged method-reference naming overhaul Reviewed-by: ksrini, briangoetz
Tue, 22 Oct 2013 13:54:49 +0100 8025290: javac implicit versus explicit lambda compilation error
vromero [Tue, 22 Oct 2013 13:54:49 +0100] rev 21488
8025290: javac implicit versus explicit lambda compilation error Reviewed-by: jjg, dlsmith
Tue, 22 Oct 2013 10:08:49 +0200 8026857: AnnoConstruct.getAnnotationsByType does not search supertype for inherited annotations if @SomeContainer({}) is present
jfranck [Tue, 22 Oct 2013 10:08:49 +0200] rev 21487
8026857: AnnoConstruct.getAnnotationsByType does not search supertype for inherited annotations if @SomeContainer({}) is present Summary: An empty container should not stop javac from looking at supertypes for inherited repeating annotations Reviewed-by: jjg
Mon, 21 Oct 2013 20:10:43 -0700 8026758: Inefficient code in LambdaToMethod
ksrini [Mon, 21 Oct 2013 20:10:43 -0700] rev 21486
8026758: Inefficient code in LambdaToMethod Reviewed-by: jjg, jlahoda, rfield
Tue, 22 Oct 2013 03:36:44 +0200 8026855: AnnoConstruct.getAnnotationsByType includes inherited indirectly present annotations even when containee type is not inheritable
jfranck [Tue, 22 Oct 2013 03:36:44 +0200] rev 21485
8026855: AnnoConstruct.getAnnotationsByType includes inherited indirectly present annotations even when containee type is not inheritable Summary: In AnnoConstruct.getAnnotationByType() check that the annotation sought after is inherited before looking on supertypes. Reviewed-by: jjg
Mon, 21 Oct 2013 15:37:11 -0700 8026984: Clarity intended use of jdk.Exported
darcy [Mon, 21 Oct 2013 15:37:11 -0700] rev 21484
8026984: Clarity intended use of jdk.Exported Reviewed-by: psandoz, mr, alanb
Mon, 21 Oct 2013 15:55:02 +0100 8026956: test tools/javac/lambda/TargetType58.java is failing after a libs change
vromero [Mon, 21 Oct 2013 15:55:02 +0100] rev 21483
8026956: test tools/javac/lambda/TargetType58.java is failing after a libs change Reviewed-by: jfranck
Sun, 20 Oct 2013 12:54:17 -0700 8026931: MethodParameters tests failing on Windows
ksrini [Sun, 20 Oct 2013 12:54:17 -0700] rev 21482
8026931: MethodParameters tests failing on Windows Reviewed-by: jjg, vromero
Sun, 20 Oct 2013 12:46:12 -0700 8026791: wrong type_path encoded for method_return on an inner class constructor
jjg [Sun, 20 Oct 2013 12:46:12 -0700] rev 21481
8026791: wrong type_path encoded for method_return on an inner class constructor Reviewed-by: jjg Contributed-by: wdietl@gmail.com
Sun, 20 Oct 2013 12:01:43 -0700 8025109: Better encapsulation for AnnotatedType
jjg [Sun, 20 Oct 2013 12:01:43 -0700] rev 21480
8025109: Better encapsulation for AnnotatedType Reviewed-by: jjg Contributed-by: wdietl@gmail.com
Sat, 19 Oct 2013 17:43:09 +0100 8024809: javac, some lambda programs are rejected by flow analysis
vromero [Sat, 19 Oct 2013 17:43:09 +0100] rev 21479
8024809: javac, some lambda programs are rejected by flow analysis Reviewed-by: jjg, dlsmith
Fri, 18 Oct 2013 16:34:42 -0700 8026567: Use meaningful style names for strong and italic styles.
bpatel [Fri, 18 Oct 2013 16:34:42 -0700] rev 21478
8026567: Use meaningful style names for strong and italic styles. Reviewed-by: jjg
Fri, 18 Oct 2013 15:03:34 -0700 8026749: Missing LV table in lambda bodies
jjg [Fri, 18 Oct 2013 15:03:34 -0700] rev 21477
8026749: Missing LV table in lambda bodies Reviewed-by: vromero, jlahoda
Thu, 17 Oct 2013 19:10:19 -0700 8026838: Fix new doclint issues in javax.annotation.processing
darcy [Thu, 17 Oct 2013 19:10:19 -0700] rev 21476
8026838: Fix new doclint issues in javax.annotation.processing Reviewed-by: jjg
Thu, 31 Oct 2013 12:36:36 -0700 Added tag jdk8-b114 for changeset 7e53ada0d2d4
cl [Thu, 31 Oct 2013 12:36:36 -0700] rev 21475
Added tag jdk8-b114 for changeset 7e53ada0d2d4
Wed, 05 Jul 2017 19:21:18 +0200 Merge
duke [Wed, 05 Jul 2017 19:21:18 +0200] rev 21474
Merge
Thu, 31 Oct 2013 12:36:20 -0700 Added tag jdk8-b114 for changeset 18b08c4ac28d
cl [Thu, 31 Oct 2013 12:36:20 -0700] rev 21473
Added tag jdk8-b114 for changeset 18b08c4ac28d
Wed, 05 Jul 2017 19:21:15 +0200 Merge
duke [Wed, 05 Jul 2017 19:21:15 +0200] rev 21472
Merge
Thu, 31 Oct 2013 16:31:44 -0700 Merge
lana [Thu, 31 Oct 2013 16:31:44 -0700] rev 21471
Merge
Wed, 30 Oct 2013 08:58:05 -0700 8024378: StAX parser shall support JAXP properties
joehw [Wed, 30 Oct 2013 08:58:05 -0700] rev 21470
8024378: StAX parser shall support JAXP properties Reviewed-by: dfuchs, lancea
Tue, 29 Oct 2013 14:52:51 -0700 8027484: Implementation error in SAX2DOM.java
joehw [Tue, 29 Oct 2013 14:52:51 -0700] rev 21469
8027484: Implementation error in SAX2DOM.java Reviewed-by: alanb, lancea
Mon, 28 Oct 2013 12:26:22 -0700 Merge
lana [Mon, 28 Oct 2013 12:26:22 -0700] rev 21468
Merge
Thu, 24 Oct 2013 13:43:02 -0700 8004476: XSLT Extension Functions Don't Work in WebStart
joehw [Thu, 24 Oct 2013 13:43:02 -0700] rev 21467
8004476: XSLT Extension Functions Don't Work in WebStart Reviewed-by: dfuchs, lancea, alanb
Thu, 31 Oct 2013 12:36:18 -0700 Added tag jdk8-b114 for changeset 021350e22576
cl [Thu, 31 Oct 2013 12:36:18 -0700] rev 21466
Added tag jdk8-b114 for changeset 021350e22576
Wed, 05 Jul 2017 19:21:10 +0200 Merge
duke [Wed, 05 Jul 2017 19:21:10 +0200] rev 21465
Merge
Thu, 31 Oct 2013 16:47:09 -0700 Merge
lana [Thu, 31 Oct 2013 16:47:09 -0700] rev 21464
Merge
Thu, 31 Oct 2013 12:50:17 +0530 Merge
sundar [Thu, 31 Oct 2013 12:50:17 +0530] rev 21463
Merge
Wed, 30 Oct 2013 20:09:44 +0530 8027562: eval should load second and subsequent arguments for side effect
sundar [Wed, 30 Oct 2013 20:09:44 +0530] rev 21462
8027562: eval should load second and subsequent arguments for side effect Reviewed-by: jlaskey, lagergren
Wed, 30 Oct 2013 11:28:46 -0300 8027532: nashorn should only use jdk8 apis in the compact1 profile
jlaskey [Wed, 30 Oct 2013 11:28:46 -0300] rev 21461
8027532: nashorn should only use jdk8 apis in the compact1 profile Reviewed-by: sundar, lagergren, hannesw Contributed-by: james.laskey@oracle.com
Tue, 29 Oct 2013 14:22:44 -0300 8027447: The wrong string buffer is specified for stderr in $EXEC
jlaskey [Tue, 29 Oct 2013 14:22:44 -0300] rev 21460
8027447: The wrong string buffer is specified for stderr in $EXEC Reviewed-by: lagergren, sundar Contributed-by: james.laskey@oracle.com
Tue, 29 Oct 2013 10:40:00 -0300 Merge
jlaskey [Tue, 29 Oct 2013 10:40:00 -0300] rev 21459
Merge
Fri, 25 Oct 2013 15:21:12 +0200 8027301: Optimizations for Function.prototype.apply
hannesw [Fri, 25 Oct 2013 15:21:12 +0200] rev 21458
8027301: Optimizations for Function.prototype.apply Reviewed-by: jlaskey
Fri, 25 Oct 2013 10:20:49 +0200 8027042: Evaluation order for binary operators can be improved
hannesw [Fri, 25 Oct 2013 10:20:49 +0200] rev 21457
8027042: Evaluation order for binary operators can be improved Reviewed-by: lagergren, jlaskey, attila
Mon, 28 Oct 2013 12:29:40 -0700 Merge
lana [Mon, 28 Oct 2013 12:29:40 -0700] rev 21456
Merge
Wed, 23 Oct 2013 20:21:23 +0530 Merge
sundar [Wed, 23 Oct 2013 20:21:23 +0530] rev 21455
Merge
Wed, 23 Oct 2013 20:15:43 +0530 8027150: ScriptObjectListAdapter won't work as expected
sundar [Wed, 23 Oct 2013 20:15:43 +0530] rev 21454
8027150: ScriptObjectListAdapter won't work as expected Reviewed-by: jlaskey, attila
Wed, 23 Oct 2013 17:30:13 +0530 8027128: jdk.nashorn.api.scripting.JSObject should be an interface
sundar [Wed, 23 Oct 2013 17:30:13 +0530] rev 21453
8027128: jdk.nashorn.api.scripting.JSObject should be an interface Reviewed-by: hannesw, attila, jlaskey
Tue, 22 Oct 2013 22:12:24 +0530 Merge
sundar [Tue, 22 Oct 2013 22:12:24 +0530] rev 21452
Merge
Tue, 22 Oct 2013 22:04:46 +0530 8027020: [regression] java.lang.VerifyError: Bad type on operand stack
sundar [Tue, 22 Oct 2013 22:04:46 +0530] rev 21451
8027020: [regression] java.lang.VerifyError: Bad type on operand stack Reviewed-by: jlaskey, attila
Tue, 22 Oct 2013 17:52:37 +0200 8027037: Make ScriptObjectMirror conversions work for any JSObject
attila [Tue, 22 Oct 2013 17:52:37 +0200] rev 21450
8027037: Make ScriptObjectMirror conversions work for any JSObject Reviewed-by: jlaskey, lagergren, sundar
Tue, 22 Oct 2013 16:43:27 +0200 8027031: complete merging of loads and converts
attila [Tue, 22 Oct 2013 16:43:27 +0200] rev 21449
8027031: complete merging of loads and converts Reviewed-by: jlaskey, lagergren
Tue, 22 Oct 2013 17:47:56 +0530 Merge
sundar [Tue, 22 Oct 2013 17:47:56 +0530] rev 21448
Merge
Tue, 22 Oct 2013 17:38:12 +0530 8027024: String.prototype.charAt and charCodeAt do not evaluate 'self' and 'pos' arguments in right order
sundar [Tue, 22 Oct 2013 17:38:12 +0530] rev 21447
8027024: String.prototype.charAt and charCodeAt do not evaluate 'self' and 'pos' arguments in right order Reviewed-by: jlaskey, attila, lagergren
Tue, 22 Oct 2013 11:31:03 +0200 8026955: for-in should convert primitive values to object
hannesw [Tue, 22 Oct 2013 11:31:03 +0200] rev 21446
8026955: for-in should convert primitive values to object Reviewed-by: jlaskey, lagergren
Tue, 22 Oct 2013 11:12:36 +0200 8027015: AutoCloseable no longer implements @FunctionalInterface
hannesw [Tue, 22 Oct 2013 11:12:36 +0200] rev 21445
8027015: AutoCloseable no longer implements @FunctionalInterface Reviewed-by: lagergren, sundar
Tue, 22 Oct 2013 14:27:52 +0530 8027016: Array.prototype.indexOf should return -1 when array is of length zero
sundar [Tue, 22 Oct 2013 14:27:52 +0530] rev 21444
8027016: Array.prototype.indexOf should return -1 when array is of length zero Reviewed-by: lagergren, attila
Mon, 21 Oct 2013 13:31:03 +0400 8026871: NASHORN TEST: Enable possibility to test Nashorn use of JavaFX canvas.
kshefov [Mon, 21 Oct 2013 13:31:03 +0400] rev 21443
8026871: NASHORN TEST: Enable possibility to test Nashorn use of JavaFX canvas. Reviewed-by: jlaskey, sundar
Mon, 21 Oct 2013 10:09:19 +0530 Merge
sundar [Mon, 21 Oct 2013 10:09:19 +0530] rev 21442
Merge
Fri, 18 Oct 2013 22:42:41 +0200 8026858: Array length does not handle defined properties correctly
hannesw [Fri, 18 Oct 2013 22:42:41 +0200] rev 21441
8026858: Array length does not handle defined properties correctly Reviewed-by: jlaskey
Fri, 18 Oct 2013 18:26:13 +0530 Merge
sundar [Fri, 18 Oct 2013 18:26:13 +0530] rev 21440
Merge
Fri, 18 Oct 2013 12:50:21 +0200 8026805: Array.prototype.length doesn't work as expected
hannesw [Fri, 18 Oct 2013 12:50:21 +0200] rev 21439
8026805: Array.prototype.length doesn't work as expected Reviewed-by: sundar, lagergren
Thu, 17 Oct 2013 17:33:16 +0200 8026701: Array.prototype.splice is slow on dense arrays
hannesw [Thu, 17 Oct 2013 17:33:16 +0200] rev 21438
8026701: Array.prototype.splice is slow on dense arrays Reviewed-by: lagergren, sundar, jlaskey
Thu, 17 Oct 2013 12:38:50 +0200 8026161: Don't narrow floating-point literals in the lexer
attila [Thu, 17 Oct 2013 12:38:50 +0200] rev 21437
8026161: Don't narrow floating-point literals in the lexer Reviewed-by: hannesw, jlaskey
Thu, 31 Oct 2013 12:36:38 -0700 Added tag jdk8-b114 for changeset 348c2258d7bf
cl [Thu, 31 Oct 2013 12:36:38 -0700] rev 21436
Added tag jdk8-b114 for changeset 348c2258d7bf
Wed, 05 Jul 2017 19:21:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:21:00 +0200] rev 21435
Merge
Thu, 31 Oct 2013 16:30:42 -0700 Merge
lana [Thu, 31 Oct 2013 16:30:42 -0700] rev 21434
Merge
Mon, 28 Oct 2013 12:22:45 -0700 Merge
lana [Mon, 28 Oct 2013 12:22:45 -0700] rev 21433
Merge
Wed, 23 Oct 2013 16:45:30 +0100 5036554: unmarshal error on CORBA alias type in CORBA any
coffeys [Wed, 23 Oct 2013 16:45:30 +0100] rev 21432
5036554: unmarshal error on CORBA alias type in CORBA any Reviewed-by: chegar, smarks
Tue, 22 Oct 2013 11:40:27 +0100 8021257: com.sun.corba.se.** should be on restricted package list
alanb [Tue, 22 Oct 2013 11:40:27 +0100] rev 21431
8021257: com.sun.corba.se.** should be on restricted package list Reviewed-by: chegar, coffeys, smarks Contributed-by: alan.bateman@oralce.com, mark.sheppard@oracle.com
Thu, 31 Oct 2013 12:36:05 -0700 Added tag jdk8-b114 for changeset 71655e2f499f
cl [Thu, 31 Oct 2013 12:36:05 -0700] rev 21430
Added tag jdk8-b114 for changeset 71655e2f499f
Wed, 05 Jul 2017 19:20:56 +0200 Merge
duke [Wed, 05 Jul 2017 19:20:56 +0200] rev 21429
Merge
Thu, 31 Oct 2013 16:44:18 -0700 Merge
lana [Thu, 31 Oct 2013 16:44:18 -0700] rev 21428
Merge
Thu, 31 Oct 2013 13:51:58 -0700 8024876: [TEST_BUG] javax/xml/jaxp/parsers/8022548/XOMParserTest.java failed when testbase dir has read only permissions
joehw [Thu, 31 Oct 2013 13:51:58 -0700] rev 21427
8024876: [TEST_BUG] javax/xml/jaxp/parsers/8022548/XOMParserTest.java failed when testbase dir has read only permissions Reviewed-by: chegar
Thu, 31 Oct 2013 11:52:30 -0700 8027155: test/java/io/File/NulFile.java failing when test run in othervm mode
dxu [Thu, 31 Oct 2013 11:52:30 -0700] rev 21426
8027155: test/java/io/File/NulFile.java failing when test run in othervm mode Reviewed-by: mchung, alanb
Tue, 29 Oct 2013 12:45:18 -0400 8024633: Lambda linkage performance - initialize generated class earlier
briangoetz [Tue, 29 Oct 2013 12:45:18 -0400] rev 21425
8024633: Lambda linkage performance - initialize generated class earlier Reviewed-by: briangoetz, rfield Contributed-by: sergey.kuksenko@oracle.com
Thu, 31 Oct 2013 10:37:08 -0400 8024637: Lambda linkage performance - use reflection instead of ASM to manipulate parameter types
briangoetz [Thu, 31 Oct 2013 10:37:08 -0400] rev 21424
8024637: Lambda linkage performance - use reflection instead of ASM to manipulate parameter types 8023984: Lambda linkage performance - use a method ref to a static factory instead of a ctor ref Reviewed-by: briangoetz, rfield Contributed-by: sergey.kuksenko@oracle.com
Thu, 31 Oct 2013 11:59:09 +0100 7144200: java/lang/management/ClassLoadingMXBean/LoadCounts.java failed with JFR enabled
jbachorik [Thu, 31 Oct 2013 11:59:09 +0100] rev 21423
7144200: java/lang/management/ClassLoadingMXBean/LoadCounts.java failed with JFR enabled Summary: Make the test less stringent by not requiring the number of loaded classes to increase by a specific number Reviewed-by: sla
Thu, 31 Oct 2013 11:59:04 +0100 8027316: Distinct operation on an unordered stream should not be a barrier
psandoz [Thu, 31 Oct 2013 11:59:04 +0100] rev 21422
8027316: Distinct operation on an unordered stream should not be a barrier Reviewed-by: henryjen, mduigou, briangoetz
Wed, 30 Oct 2013 18:39:09 -0700 8023863: deprecate support for statically-generated stubs from RMI (JRMP)
smarks [Wed, 30 Oct 2013 18:39:09 -0700] rev 21421
8023863: deprecate support for statically-generated stubs from RMI (JRMP) 4449028: exportObject() javadoc should specify behavior for null socket factories Reviewed-by: dfuchs, darcy
Wed, 30 Oct 2013 17:45:12 -0700 6910473: java.math.BigInteger.bitLength() may return negative "int" on large numbers
bpb [Wed, 30 Oct 2013 17:45:12 -0700] rev 21420
6910473: java.math.BigInteger.bitLength() may return negative "int" on large numbers 8021203: BigInteger.doubleValue/floatValue returns 0.0 instead of Infinity 8021204: Constructor BigInteger(String val, int radix) doesn't detect overflow 8022780: Incorrect BigInteger division because of MutableBigInteger.bitLength() overflow Summary: Prevent construction of overflowed BigIntegers. Reviewed-by: bpb, darcy, psandoz Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>
Wed, 30 Oct 2013 17:27:25 -0700 8005294: Consider default methods for additions to AnnotatedElement
darcy [Wed, 30 Oct 2013 17:27:25 -0700] rev 21419
8005294: Consider default methods for additions to AnnotatedElement Reviewed-by: jfranck, plevart, mchung, abuckley, sogoel
Wed, 30 Oct 2013 16:49:35 -0700 8027526: CheckTipsAndVersions.java failing occasionally
wetmore [Wed, 30 Oct 2013 16:49:35 -0700] rev 21418
8027526: CheckTipsAndVersions.java failing occasionally Reviewed-by: mullan, mchung
Tue, 29 Oct 2013 12:31:27 -0400 8027318: Lambda Metafactory: generate serialization-hostile read/writeObject methods for non-serializable lambdas
briangoetz [Tue, 29 Oct 2013 12:31:27 -0400] rev 21417
8027318: Lambda Metafactory: generate serialization-hostile read/writeObject methods for non-serializable lambdas Reviewed-by: rfield, psandoz
Wed, 30 Oct 2013 13:51:07 -0700 Merge
lana [Wed, 30 Oct 2013 13:51:07 -0700] rev 21416
Merge
Wed, 30 Oct 2013 18:38:20 +0000 Merge
michaelm [Wed, 30 Oct 2013 18:38:20 +0000] rev 21415
Merge
Wed, 30 Oct 2013 18:37:50 +0000 8027570: NullPointerException in URLPermission.hashCode()
michaelm [Wed, 30 Oct 2013 18:37:50 +0000] rev 21414
8027570: NullPointerException in URLPermission.hashCode() Reviewed-by: chegar
Wed, 30 Oct 2013 17:54:48 +0100 8020467: Inconsistency between usage.getUsed() and isUsageThresholdExceeded() with CMS Old Gen pool
jbachorik [Wed, 30 Oct 2013 17:54:48 +0100] rev 21413
8020467: Inconsistency between usage.getUsed() and isUsageThresholdExceeded() with CMS Old Gen pool Reviewed-by: mchung, brutisso
Wed, 30 Oct 2013 09:37:12 -0700 6931564: Incorrect display name of Locale for south africa
mfang [Wed, 30 Oct 2013 09:37:12 -0700] rev 21412
6931564: Incorrect display name of Locale for south africa Reviewed-by: yhuang
Wed, 30 Oct 2013 09:33:23 -0700 6192407: s10_70, ko, s1/dvd, minor misspelling under "Select Software Localizations"
mfang [Wed, 30 Oct 2013 09:33:23 -0700] rev 21411
6192407: s10_70, ko, s1/dvd, minor misspelling under "Select Software Localizations" Reviewed-by: yhuang
Wed, 30 Oct 2013 13:44:40 +0100 8022229: Intermittent test failures in sun/tools/jstatd
ykantser [Wed, 30 Oct 2013 13:44:40 +0100] rev 21410
8022229: Intermittent test failures in sun/tools/jstatd Reviewed-by: sla, egahlin, jbachorik, allwin
Wed, 30 Oct 2013 14:41:42 +0000 8026880: NetworkInterface native initializing code should check fieldID values
chegar [Wed, 30 Oct 2013 14:41:42 +0000] rev 21409
8026880: NetworkInterface native initializing code should check fieldID values Reviewed-by: alanb
Wed, 30 Oct 2013 14:50:46 +0100 8027058: sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh Failed to initialize connector
jbachorik [Wed, 30 Oct 2013 14:50:46 +0100] rev 21408
8027058: sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh Failed to initialize connector Summary: Dynamically discover the first available port instead of hard-coding one Reviewed-by: sla, chegar, dfuchs
Tue, 29 Oct 2013 16:59:11 -0700 8025521: [de] mnemonic conflict in FileChooser for GTK Style feel&look
mfang [Tue, 29 Oct 2013 16:59:11 -0700] rev 21407
8025521: [de] mnemonic conflict in FileChooser for GTK Style feel&look Reviewed-by: naoto
Tue, 29 Oct 2013 15:32:04 -0700 Merge
mfang [Tue, 29 Oct 2013 15:32:04 -0700] rev 21406
Merge
Tue, 29 Oct 2013 15:31:07 -0700 8008647: [es] minor cosmetic issues in translated java command line outputs
mfang [Tue, 29 Oct 2013 15:31:07 -0700] rev 21405
8008647: [es] minor cosmetic issues in translated java command line outputs Reviewed-by: naoto
Tue, 29 Oct 2013 21:49:46 +0100 8027358: sun/management/jmxremote/bootstrap/LocalManagementTest.java failing since JDK-8004926
jbachorik [Tue, 29 Oct 2013 21:49:46 +0100] rev 21404
8027358: sun/management/jmxremote/bootstrap/LocalManagementTest.java failing since JDK-8004926 Reviewed-by: alanb, egahlin
Tue, 29 Oct 2013 11:34:30 -0700 8025646: [pt_BR] overtranslation of option in java command line output
mfang [Tue, 29 Oct 2013 11:34:30 -0700] rev 21403
8025646: [pt_BR] overtranslation of option in java command line output Reviewed-by: naoto, yhuang
Tue, 29 Oct 2013 11:29:57 -0700 8008437: [sv] over-translation in java command line outputs
mfang [Tue, 29 Oct 2013 11:29:57 -0700] rev 21402
8008437: [sv] over-translation in java command line outputs Reviewed-by: okutsu, yhuang
Tue, 29 Oct 2013 11:27:55 -0700 8026108: [it, ja, zh_CN] wrong translation in jar example.
mfang [Tue, 29 Oct 2013 11:27:55 -0700] rev 21401
8026108: [it, ja, zh_CN] wrong translation in jar example. Reviewed-by: okutsu, yhuang
Tue, 29 Oct 2013 17:21:26 +0000 8027466: Revert jdk/THIRD_PARTY_README to known good version
chegar [Tue, 29 Oct 2013 17:21:26 +0000] rev 21400
8027466: Revert jdk/THIRD_PARTY_README to known good version Reviewed-by: alanb
Tue, 29 Oct 2013 10:40:33 -0300 Merge
jlaskey [Tue, 29 Oct 2013 10:40:33 -0300] rev 21399
Merge
Mon, 30 Sep 2013 10:24:23 -0300 Merge
jlaskey [Mon, 30 Sep 2013 10:24:23 -0300] rev 21398
Merge
Fri, 13 Sep 2013 10:15:36 -0300 Merge
jlaskey [Fri, 13 Sep 2013 10:15:36 -0300] rev 21397
Merge
Tue, 27 Aug 2013 16:06:01 -0300 Merge
jlaskey [Tue, 27 Aug 2013 16:06:01 -0300] rev 21396
Merge
Wed, 24 Jul 2013 08:22:32 -0300 Merge
jlaskey [Wed, 24 Jul 2013 08:22:32 -0300] rev 21395
Merge
Tue, 16 Jul 2013 09:09:09 -0300 Merge
jlaskey [Tue, 16 Jul 2013 09:09:09 -0300] rev 21394
Merge
Wed, 05 Jun 2013 13:10:11 -0300 Merge
jlaskey [Wed, 05 Jun 2013 13:10:11 -0300] rev 21393
Merge
Wed, 29 May 2013 13:22:58 -0300 Merge
jlaskey [Wed, 29 May 2013 13:22:58 -0300] rev 21392
Merge
Thu, 23 May 2013 09:48:44 -0300 Merge
jlaskey [Thu, 23 May 2013 09:48:44 -0300] rev 21391
Merge
Tue, 14 May 2013 09:04:35 -0300 Merge
jlaskey [Tue, 14 May 2013 09:04:35 -0300] rev 21390
Merge
Mon, 29 Apr 2013 21:37:46 -0300 Merge
jlaskey [Mon, 29 Apr 2013 21:37:46 -0300] rev 21389
Merge
Mon, 22 Apr 2013 14:00:05 -0300 Merge
jlaskey [Mon, 22 Apr 2013 14:00:05 -0300] rev 21388
Merge
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip