Thu, 02 Dec 2010 19:03:54 -0800 Added tag jdk7-b120 for changeset a841cb10e4ea
cl [Thu, 02 Dec 2010 19:03:54 -0800] rev 7219
Added tag jdk7-b120 for changeset a841cb10e4ea
Wed, 05 Jul 2017 17:28:08 +0200 Added tag jdk7-b120 for changeset 8c840d3ab24f
duke [Wed, 05 Jul 2017 17:28:08 +0200] rev 7218
Added tag jdk7-b120 for changeset 8c840d3ab24f
Wed, 05 Jul 2017 17:28:07 +0200 Merge jdk7-b120
duke [Wed, 05 Jul 2017 17:28:07 +0200] rev 7217
Merge
Wed, 05 Jul 2017 17:28:05 +0200 Merge
duke [Wed, 05 Jul 2017 17:28:05 +0200] rev 7216
Merge
Mon, 15 Nov 2010 14:41:21 +0000 6999635: Multicatch: crash while compiling simple code with a multicatch parameter
mcimadamore [Mon, 15 Nov 2010 14:41:21 +0000] rev 7215
6999635: Multicatch: crash while compiling simple code with a multicatch parameter Summary: missing erasure when computing stackmaps leads to assertion error Reviewed-by: darcy
Mon, 15 Nov 2010 13:50:53 +0000 6985719: Alike methods in interfaces (Inheritance and Overriding)
mcimadamore [Mon, 15 Nov 2010 13:50:53 +0000] rev 7214
6985719: Alike methods in interfaces (Inheritance and Overriding) Summary: javac should report error when interface inherits unrelated method with same erasure Reviewed-by: jjg
Sun, 14 Nov 2010 07:16:46 -0800 6991528: Support making Throwable.suppressedExceptions immutable
darcy [Sun, 14 Nov 2010 07:16:46 -0800] rev 7213
6991528: Support making Throwable.suppressedExceptions immutable Reviewed-by: mcimadamore
Sat, 13 Nov 2010 19:00:43 -0800 Merge
lana [Sat, 13 Nov 2010 19:00:43 -0800] rev 7212
Merge
Fri, 12 Nov 2010 12:34:18 +0000 6970016: Clean up ARM/try-with-resources implementation
mcimadamore [Fri, 12 Nov 2010 12:34:18 +0000] rev 7211
6970016: Clean up ARM/try-with-resources implementation Summary: changed Xlint option name from -Xlint:arm to -Xlint:try Reviewed-by: jjg
Fri, 12 Nov 2010 12:33:52 +0000 6999067: cast for invokeExact call gets redundant cast to <type> warnings
mcimadamore [Fri, 12 Nov 2010 12:33:52 +0000] rev 7210
6999067: cast for invokeExact call gets redundant cast to <type> warnings Summary: Xlint:cast should not report cast used in order to specify target type in polymorphic signature calls Reviewed-by: jjg
Fri, 12 Nov 2010 12:32:43 +0000 6598108: com.sun.source.util.Trees.isAccessible incorrect
mcimadamore [Fri, 12 Nov 2010 12:32:43 +0000] rev 7209
6598108: com.sun.source.util.Trees.isAccessible incorrect Summary: JavacTrees' version of isAccessible should take into account enclosing class accessibility Reviewed-by: jjg
Wed, 10 Nov 2010 12:37:25 +0000 6996914: Diamond inference: problem when accessing protected constructor
mcimadamore [Wed, 10 Nov 2010 12:37:25 +0000] rev 7208
6996914: Diamond inference: problem when accessing protected constructor Summary: special resolution scheme for diamond inference needs to open up protected constructors in anon inner class creation Reviewed-by: jjg
Tue, 09 Nov 2010 17:49:24 -0800 6997958: test tools/javac/api/T6412669.java fails in PIT
jjg [Tue, 09 Nov 2010 17:49:24 -0800] rev 7207
6997958: test tools/javac/api/T6412669.java fails in PIT Reviewed-by: darcy
Sat, 06 Nov 2010 13:53:48 -0700 6998063: new Scope impl to fix Scope performance issues
jjg [Sat, 06 Nov 2010 13:53:48 -0700] rev 7206
6998063: new Scope impl to fix Scope performance issues Reviewed-by: jjg Contributed-by: per.bothner@oracle.com
Thu, 04 Nov 2010 15:39:43 -0700 Merge
lana [Thu, 04 Nov 2010 15:39:43 -0700] rev 7205
Merge
Thu, 04 Nov 2010 12:58:29 +0000 6714835: Safe cast is rejected (with warning) by javac
mcimadamore [Thu, 04 Nov 2010 12:58:29 +0000] rev 7204
6714835: Safe cast is rejected (with warning) by javac Summary: Rules for unchecked cast conversion do not take into account type-containment Reviewed-by: jjg
Thu, 04 Nov 2010 12:57:48 +0000 6993963: Project Coin: Use precise exception analysis for effectively final catch parameters
mcimadamore [Thu, 04 Nov 2010 12:57:48 +0000] rev 7203
6993963: Project Coin: Use precise exception analysis for effectively final catch parameters Summary: More precise rethrow analysis should be extended to effectively-final exception parameters. Multicatch parameters should be made implicitly final. Reviewed-by: jjg, darcy
Wed, 05 Jul 2017 17:28:01 +0200 Merge
duke [Wed, 05 Jul 2017 17:28:01 +0200] rev 7202
Merge
Mon, 22 Nov 2010 14:57:17 -0800 Added tag jdk7-b119 for changeset 80bacb622b68
cl [Mon, 22 Nov 2010 14:57:17 -0800] rev 7201
Added tag jdk7-b119 for changeset 80bacb622b68
Wed, 05 Jul 2017 17:27:58 +0200 Merge
duke [Wed, 05 Jul 2017 17:27:58 +0200] rev 7200
Merge
Mon, 22 Nov 2010 14:57:16 -0800 Added tag jdk7-b119 for changeset 1db26590e632
cl [Mon, 22 Nov 2010 14:57:16 -0800] rev 7199
Added tag jdk7-b119 for changeset 1db26590e632
Wed, 05 Jul 2017 17:27:55 +0200 Merge
duke [Wed, 05 Jul 2017 17:27:55 +0200] rev 7198
Merge
Mon, 15 Nov 2010 10:47:48 -0800 6763340: memory leak in com.sun.corba.se.* classes
robm [Mon, 15 Nov 2010 10:47:48 -0800] rev 7197
6763340: memory leak in com.sun.corba.se.* classes 6873605: Missing finishedDispatch() call in ORBImpl causes test failures after 5u20 b04 Summary: Reviewed by Ken Cavanaugh Reviewed-by: coffeys
Mon, 15 Nov 2010 10:46:40 -0800 6277781: Serialization of Enums over IIOP is broke.
robm [Mon, 15 Nov 2010 10:46:40 -0800] rev 7196
6277781: Serialization of Enums over IIOP is broke. Summary: Reviewed by Ken Cavanaugh Reviewed-by: coffeys
Sat, 13 Nov 2010 18:39:26 -0800 Merge
lana [Sat, 13 Nov 2010 18:39:26 -0800] rev 7195
Merge
Thu, 04 Nov 2010 14:05:29 -0700 Merge
lana [Thu, 04 Nov 2010 14:05:29 -0700] rev 7194
Merge
Wed, 05 Jul 2017 17:27:51 +0200 Merge
duke [Wed, 05 Jul 2017 17:27:51 +0200] rev 7193
Merge
Mon, 29 Nov 2010 13:38:12 -0800 7003227: (pack200) intermittent failures compiling pack200
ksrini [Mon, 29 Nov 2010 13:38:12 -0800] rev 7192
7003227: (pack200) intermittent failures compiling pack200 Reviewed-by: jjg
Mon, 15 Nov 2010 19:05:15 -0800 Merge
lana [Mon, 15 Nov 2010 19:05:15 -0800] rev 7191
Merge
Mon, 15 Nov 2010 09:42:39 -0800 6544278: SecurityException not thrown for Indexed Jar file whose signature is corrupted
sherman [Mon, 15 Nov 2010 09:42:39 -0800] rev 7190
6544278: SecurityException not thrown for Indexed Jar file whose signature is corrupted Summary: Added code to deal with the index case specially. Reviewed-by: mullan
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip