Wed, 20 Nov 2013 12:46:08 +0100 8028308: nsk regression, assert(obj->is_oop()) failed: not an oop
roland [Wed, 20 Nov 2013 12:46:08 +0100] rev 21728
8028308: nsk regression, assert(obj->is_oop()) failed: not an oop Summary: rbp not restored when stack overflow is thrown from deopt/uncommon trap blobs Reviewed-by: kvn, iveresov
Thu, 14 Nov 2013 19:27:07 +0100 8028306: nsk stress tests, CodeCache fills, then safepoint asserts
anoll [Thu, 14 Nov 2013 19:27:07 +0100] rev 21727
8028306: nsk stress tests, CodeCache fills, then safepoint asserts Summary: Move handle_full_code_cache() out of block that forbids safepoints Reviewed-by: kvn, iveresov
Mon, 18 Nov 2013 12:26:51 -0800 8028319: ConflictingDefaultsTest.testReabstract spins when running with -mode invoke and -Xcomp
morris [Mon, 18 Nov 2013 12:26:51 -0800] rev 21726
8028319: ConflictingDefaultsTest.testReabstract spins when running with -mode invoke and -Xcomp Summary: Change _abstract_method_handler to return AbstractMethodError i2c, c2i and c2iv entries. Reviewed-by: kvn, vlivanov
Fri, 15 Nov 2013 07:58:06 -0800 8028444: new hotspot build - hs25-b60
amurillo [Fri, 15 Nov 2013 07:58:06 -0800] rev 21725
8028444: new hotspot build - hs25-b60 Reviewed-by: jcoomes
Thu, 21 Nov 2013 09:22:49 -0800 Added tag jdk8-b117 for changeset 797ce5564b97
cl [Thu, 21 Nov 2013 09:22:49 -0800] rev 21724
Added tag jdk8-b117 for changeset 797ce5564b97
Thu, 21 Nov 2013 09:22:41 -0800 Added tag jdk8-b117 for changeset df929242dddc
cl [Thu, 21 Nov 2013 09:22:41 -0800] rev 21723
Added tag jdk8-b117 for changeset df929242dddc
Wed, 05 Jul 2017 19:23:07 +0200 Added tag jdk8-b117 for changeset 31b0e03fcad7
duke [Wed, 05 Jul 2017 19:23:07 +0200] rev 21722
Added tag jdk8-b117 for changeset 31b0e03fcad7
Wed, 05 Jul 2017 19:23:07 +0200 Merge jdk8-b117
duke [Wed, 05 Jul 2017 19:23:07 +0200] rev 21721
Merge
Wed, 05 Jul 2017 19:23:04 +0200 Merge
duke [Wed, 05 Jul 2017 19:23:04 +0200] rev 21720
Merge
Fri, 15 Nov 2013 07:15:51 -0800 Merge
lana [Fri, 15 Nov 2013 07:15:51 -0800] rev 21719
Merge
Fri, 15 Nov 2013 11:08:12 +0000 8026231: Look at 'static' flag when checking method references
vromero [Fri, 15 Nov 2013 11:08:12 +0000] rev 21718
8026231: Look at 'static' flag when checking method references Reviewed-by: jjg, dlsmith
Thu, 14 Nov 2013 13:47:38 -0800 8025524: javadoc does not correctly locate constructors for nested classes
bpatel [Thu, 14 Nov 2013 13:47:38 -0800] rev 21717
8025524: javadoc does not correctly locate constructors for nested classes Reviewed-by: jjg
Thu, 14 Nov 2013 19:28:20 +0000 8026963: type annotations code crashes for code with erroneous trees
vromero [Thu, 14 Nov 2013 19:28:20 +0000] rev 21716
8026963: type annotations code crashes for code with erroneous trees Reviewed-by: jjg, jlahoda
Thu, 14 Nov 2013 12:32:57 -0500 8028282: Remove @ignore from test langtools/test/tools/javac/T7042623.java
emc [Thu, 14 Nov 2013 12:32:57 -0500] rev 21715
8028282: Remove @ignore from test langtools/test/tools/javac/T7042623.java Summary: Remove @ignore from test Reviewed-by: jjg
Wed, 13 Nov 2013 16:36:08 -0800 8025113: Convert 7 tools TryWithResources tests to jtreg format
sogoel [Wed, 13 Nov 2013 16:36:08 -0800] rev 21714
8025113: Convert 7 tools TryWithResources tests to jtreg format Reviewed-by: darcy, jjg
Mon, 11 Nov 2013 17:26:09 +0100 8027375: javac asserts on nested erroneous annotations
jfranck [Mon, 11 Nov 2013 17:26:09 +0100] rev 21713
8027375: javac asserts on nested erroneous annotations Summary: make sure JCAnnotation trees have type != null before annotation processing Reviewed-by: jjg
Mon, 11 Nov 2013 09:47:46 -0500 8027439: Compile-time error in the case of ((Integer[] & Serializable)new Integer[1]).getClass()
emc [Mon, 11 Nov 2013 09:47:46 -0500] rev 21712
8027439: Compile-time error in the case of ((Integer[] & Serializable)new Integer[1]).getClass() 8027253: javac illegally accepts array as bound Summary: backing out change allowing arrays in intersection types Reviewed-by: vromero
Sat, 09 Nov 2013 15:24:38 +0100 8027142: Invokedynamic instructions don't get line number table entries
jlahoda [Sat, 09 Nov 2013 15:24:38 +0100] rev 21711
8027142: Invokedynamic instructions don't get line number table entries Summary: When emitting invokedynamic instruction, write pendingStatPos, if set, into the LineNumberTable. Invokedynamic itself does not set the pendingStatPos. Reviewed-by: jjg, jrose, ksrini, vromero
Fri, 08 Nov 2013 17:39:33 -0800 Merge
lana [Fri, 08 Nov 2013 17:39:33 -0800] rev 21710
Merge
Thu, 07 Nov 2013 20:11:56 -0800 8027730: Fix release-8 type visitors to support intersection types
darcy [Thu, 07 Nov 2013 20:11:56 -0800] rev 21709
8027730: Fix release-8 type visitors to support intersection types Reviewed-by: jjg, jlahoda, sogoel
Wed, 06 Nov 2013 17:48:25 +0100 8027281: Incorrect invokespecial generated for JCK lang EXPR/expr636/expr63602m* tests
jlahoda [Wed, 06 Nov 2013 17:48:25 +0100] rev 21708
8027281: Incorrect invokespecial generated for JCK lang EXPR/expr636/expr63602m* tests Summary: When invoking interface default method via a superclass, use the direct superclass in the reference. Reviewed-by: vromero, dlsmith, jjg
Mon, 04 Nov 2013 18:51:56 -0800 8027530: javap tonga tests cleanup: test -public, -protected, -package, -private options
cl [Mon, 04 Nov 2013 18:51:56 -0800] rev 21707
8027530: javap tonga tests cleanup: test -public, -protected, -package, -private options Reviewed-by: jjg
Mon, 04 Nov 2013 18:04:34 -0800 8027411: javap tonga tests cleanup: write a java program to test invalid options -h and -b
cl [Mon, 04 Nov 2013 18:04:34 -0800] rev 21706
8027411: javap tonga tests cleanup: write a java program to test invalid options -h and -b Reviewed-by: jjg
Mon, 04 Nov 2013 17:38:38 -0800 8025844: Need test to provide coverage for new DocumentationTool.Location enum
cl [Mon, 04 Nov 2013 17:38:38 -0800] rev 21705
8025844: Need test to provide coverage for new DocumentationTool.Location enum Reviewed-by: jjg
Fri, 01 Nov 2013 21:43:27 +0100 8027310: Annotation Processor crashes with NPE
jlahoda [Fri, 01 Nov 2013 21:43:27 +0100] rev 21704
8027310: Annotation Processor crashes with NPE Summary: JCAnnotation.attribute is null when annotation type is unavailable Reviewed-by: jjg, jfranck
Fri, 01 Nov 2013 19:08:56 +0000 8027660: javac crash while creating LVT entry for a local variable defined in an inner block
vromero [Fri, 01 Nov 2013 19:08:56 +0000] rev 21703
8027660: javac crash while creating LVT entry for a local variable defined in an inner block Reviewed-by: jjg Contributed-by: vicente.romero@oracle.com, jan.lahoda@oracle.com
Thu, 14 Nov 2013 09:05:25 -0800 Added tag jdk8-b116 for changeset 1fbd33ac5531
cl [Thu, 14 Nov 2013 09:05:25 -0800] rev 21702
Added tag jdk8-b116 for changeset 1fbd33ac5531
Wed, 05 Jul 2017 19:22:57 +0200 Merge
duke [Wed, 05 Jul 2017 19:22:57 +0200] rev 21701
Merge
Thu, 14 Nov 2013 09:05:09 -0800 Added tag jdk8-b116 for changeset 6ea9f58eb1a2
cl [Thu, 14 Nov 2013 09:05:09 -0800] rev 21700
Added tag jdk8-b116 for changeset 6ea9f58eb1a2
Wed, 05 Jul 2017 19:22:54 +0200 Merge
duke [Wed, 05 Jul 2017 19:22:54 +0200] rev 21699
Merge
Thu, 14 Nov 2013 09:05:07 -0800 Added tag jdk8-b116 for changeset ad4a69ce1836
cl [Thu, 14 Nov 2013 09:05:07 -0800] rev 21698
Added tag jdk8-b116 for changeset ad4a69ce1836
Wed, 05 Jul 2017 19:22:50 +0200 Merge
duke [Wed, 05 Jul 2017 19:22:50 +0200] rev 21697
Merge
Fri, 15 Nov 2013 07:16:05 -0800 Merge
lana [Fri, 15 Nov 2013 07:16:05 -0800] rev 21696
Merge
Tue, 12 Nov 2013 10:23:42 +0530 Merge
sundar [Tue, 12 Nov 2013 10:23:42 +0530] rev 21695
Merge
Mon, 11 Nov 2013 14:25:01 +0100 8028020: Function parameter as last expression in comma in return value causes bad type calculation
attila [Mon, 11 Nov 2013 14:25:01 +0100] rev 21694
8028020: Function parameter as last expression in comma in return value causes bad type calculation Reviewed-by: jlaskey, lagergren, sundar
Fri, 08 Nov 2013 17:39:39 -0800 Merge
lana [Fri, 08 Nov 2013 17:39:39 -0800] rev 21693
Merge
Thu, 07 Nov 2013 18:11:12 +0530 Merge
sundar [Thu, 07 Nov 2013 18:11:12 +0530] rev 21692
Merge
Thu, 07 Nov 2013 17:26:46 +0530 8027828: ClassCastException when converting return value of a Java method to boolean
sundar [Thu, 07 Nov 2013 17:26:46 +0530] rev 21691
8027828: ClassCastException when converting return value of a Java method to boolean Reviewed-by: jlaskey, attila
Tue, 05 Nov 2013 13:09:40 +0400 8027708: NASHORN TEST: Create Nashorn test that draws image step-by-step using JavaFX canvas.
kshefov [Tue, 05 Nov 2013 13:09:40 +0400] rev 21690
8027708: NASHORN TEST: Create Nashorn test that draws image step-by-step using JavaFX canvas. Reviewed-by: jlaskey, lagergren
Tue, 05 Nov 2013 09:13:41 +0530 Merge
sundar [Tue, 05 Nov 2013 09:13:41 +0530] rev 21689
Merge
Mon, 04 Nov 2013 18:52:22 +0530 8027753: Support ScriptObject to JSObject, ScriptObjectMirror, Map, Bindings auto-conversion as well as explicit wrap, unwrap
sundar [Mon, 04 Nov 2013 18:52:22 +0530] rev 21688
8027753: Support ScriptObject to JSObject, ScriptObjectMirror, Map, Bindings auto-conversion as well as explicit wrap, unwrap Reviewed-by: jlaskey, hannesw, attila
Mon, 04 Nov 2013 09:29:12 +0530 Merge
sundar [Mon, 04 Nov 2013 09:29:12 +0530] rev 21687
Merge
Fri, 01 Nov 2013 15:36:33 +0100 8027236: Ensure ScriptObject and ConsString aren't visible to Java
attila [Fri, 01 Nov 2013 15:36:33 +0100] rev 21686
8027236: Ensure ScriptObject and ConsString aren't visible to Java Reviewed-by: lagergren, sundar
Fri, 01 Nov 2013 19:54:48 +0530 8027700: function redeclaration checks missing for declaration binding instantiation
sundar [Fri, 01 Nov 2013 19:54:48 +0530] rev 21685
8027700: function redeclaration checks missing for declaration binding instantiation Reviewed-by: jlaskey, lagergren
Thu, 14 Nov 2013 09:05:27 -0800 Added tag jdk8-b116 for changeset 873d41f3369f
cl [Thu, 14 Nov 2013 09:05:27 -0800] rev 21684
Added tag jdk8-b116 for changeset 873d41f3369f
Wed, 05 Jul 2017 19:22:42 +0200 Merge
duke [Wed, 05 Jul 2017 19:22:42 +0200] rev 21683
Merge
Thu, 14 Nov 2013 23:33:06 -0800 Merge
lana [Thu, 14 Nov 2013 23:33:06 -0800] rev 21682
Merge
Fri, 08 Nov 2013 17:16:59 -0800 Merge
lana [Fri, 08 Nov 2013 17:16:59 -0800] rev 21681
Merge
Thu, 07 Nov 2013 20:48:38 -0800 8027943: serial version of com.sun.corba.se.spi.orbutil.proxy.CompositeInvocationHandlerImpl changed in 7u45
mchung [Thu, 07 Nov 2013 20:48:38 -0800] rev 21680
8027943: serial version of com.sun.corba.se.spi.orbutil.proxy.CompositeInvocationHandlerImpl changed in 7u45 Reviewed-by: msheppar, alanb, lancea
Thu, 14 Nov 2013 09:04:54 -0800 Added tag jdk8-b116 for changeset 9b8bd0fa21c4
cl [Thu, 14 Nov 2013 09:04:54 -0800] rev 21679
Added tag jdk8-b116 for changeset 9b8bd0fa21c4
Wed, 05 Jul 2017 19:22:38 +0200 Merge
duke [Wed, 05 Jul 2017 19:22:38 +0200] rev 21678
Merge
Fri, 15 Nov 2013 07:14:23 -0800 Merge
lana [Fri, 15 Nov 2013 07:14:23 -0800] rev 21677
Merge
Thu, 14 Nov 2013 16:08:28 -0800 8014266: regression test AsyncSSLSocketClose.java time out.
xuelei [Thu, 14 Nov 2013 16:08:28 -0800] rev 21676
8014266: regression test AsyncSSLSocketClose.java time out. Reviewed-by: xuelei Contributed-by: Rajan Halade <rajan.halade@oracle.com>
Thu, 14 Nov 2013 14:01:52 -0500 Merge
coleenp [Thu, 14 Nov 2013 14:01:52 -0500] rev 21675
Merge
Thu, 14 Nov 2013 10:44:57 -0500 8023041: The CDS classlist needs to be updated for JDK 8
hseigel [Thu, 14 Nov 2013 10:44:57 -0500] rev 21674
8023041: The CDS classlist needs to be updated for JDK 8 Summary: Generate new classlists from JDK 8 classes Reviewed-by: alanb, coleenp, hseigel Contributed-by: ekaterina.pavlova@oracle.com
Thu, 14 Nov 2013 19:31:31 +0100 8027765: Make exit codes and stdout/stderr printing from jmap/jinfo/jstack/jps consistent
sla [Thu, 14 Nov 2013 19:31:31 +0100] rev 21673
8027765: Make exit codes and stdout/stderr printing from jmap/jinfo/jstack/jps consistent Reviewed-by: alanb, allwin, sspitsyn, mgronlun
Thu, 14 Nov 2013 12:17:37 +0100 8028055: (reflect) invoking Method/Constructor in anonymous classes breaks with -Dsun.reflect.noInflation=true
jfranck [Thu, 14 Nov 2013 12:17:37 +0100] rev 21672
8028055: (reflect) invoking Method/Constructor in anonymous classes breaks with -Dsun.reflect.noInflation=true Reviewed-by: briangoetz
Thu, 14 Nov 2013 10:40:33 +0000 8028343: More ProblemList.txt updates (11/2013)
alanb [Thu, 14 Nov 2013 10:40:33 +0000] rev 21671
8028343: More ProblemList.txt updates (11/2013) Reviewed-by: chegar
Wed, 13 Nov 2013 22:22:28 -0800 8028321: Fix for String.split() empty input sequence/JDK-6559590 triggers regression
sherman [Wed, 13 Nov 2013 22:22:28 -0800] rev 21670
8028321: Fix for String.split() empty input sequence/JDK-6559590 triggers regression Summary: to undo the change for 6559590 Reviewed-by: darcy
Wed, 13 Nov 2013 15:48:21 -0500 8026884: test for fix of JDK-8021398 does not have @bug tag
emc [Wed, 13 Nov 2013 15:48:21 -0500] rev 21669
8026884: test for fix of JDK-8021398 does not have @bug tag 8028021: @since 1.8 missing for certain methods in java.lang.reflect.Method in generated api docs Summary: two documentation fixes Reviewed-by: darcy
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip