Tue, 20 Aug 2013 17:34:06 +0400 7182350: Regression in wording of unchecked warning message
kizune [Tue, 20 Aug 2013 17:34:06 +0400] rev 19506
7182350: Regression in wording of unchecked warning message Reviewed-by: mcimadamore, jjg
Mon, 19 Aug 2013 07:47:10 -0700 7071377: Exception when javac -processor is given a class name with invalid postfix
ksrini [Mon, 19 Aug 2013 07:47:10 -0700] rev 19505
7071377: Exception when javac -processor is given a class name with invalid postfix Reviewed-by: jjg, vromero
Fri, 16 Aug 2013 16:00:12 +0200 8023146: Sjavac test failes in langtools nightly
erikj [Fri, 16 Aug 2013 16:00:12 +0200] rev 19504
8023146: Sjavac test failes in langtools nightly Reviewed-by: mcimadamore, jfranck
Thu, 15 Aug 2013 22:36:08 +0200 8022508: javac crashes if the generics arity of a base class is wrong
jlahoda [Thu, 15 Aug 2013 22:36:08 +0200] rev 19503
8022508: javac crashes if the generics arity of a base class is wrong Reviewed-by: mcimadamore, vromero
Thu, 15 Aug 2013 22:33:43 +0200 8015809: More user friendly compile-time errors for uncaught exceptions in lambda expression
jlahoda [Thu, 15 Aug 2013 22:33:43 +0200] rev 19502
8015809: More user friendly compile-time errors for uncaught exceptions in lambda expression Summary: Producing individual errors for uncaught undeclared exceptions inside lambda expressions, rather than one error for the whole lambda Reviewed-by: mcimadamore
Fri, 16 Aug 2013 10:32:42 +0100 8022053: javac generates unverifiable initializer for nested subclass of local class
vromero [Fri, 16 Aug 2013 10:32:42 +0100] rev 19501
8022053: javac generates unverifiable initializer for nested subclass of local class Reviewed-by: jjg, mcimadamore
Thu, 15 Aug 2013 17:24:35 +0200 8015145: Smartjavac needs more flexibility with linking to sources
erikj [Thu, 15 Aug 2013 17:24:35 +0200] rev 19500
8015145: Smartjavac needs more flexibility with linking to sources Reviewed-by: jjg, ohrstrom
Wed, 14 Aug 2013 21:44:51 -0700 8016921: Change the profiles table on overview-summary.html page to a list
bpatel [Wed, 14 Aug 2013 21:44:51 -0700] rev 19499
8016921: Change the profiles table on overview-summary.html page to a list Reviewed-by: jjg
Wed, 14 Aug 2013 18:58:39 -0700 6840442: JavaCompiler.getTask() has incomplete specification for IllegalArgumentException
ksrini [Wed, 14 Aug 2013 18:58:39 -0700] rev 19498
6840442: JavaCompiler.getTask() has incomplete specification for IllegalArgumentException Reviewed-by: jjg
Wed, 14 Aug 2013 16:41:01 -0700 8017191: Javadoc is confused by @link to imported classes outside of the set of generated packages
jjg [Wed, 14 Aug 2013 16:41:01 -0700] rev 19497
8017191: Javadoc is confused by @link to imported classes outside of the set of generated packages Reviewed-by: bpatel
Wed, 14 Aug 2013 07:07:55 -0700 8007517: DefaultMethodRegressionTests.java fail in TL
ksrini [Wed, 14 Aug 2013 07:07:55 -0700] rev 19496
8007517: DefaultMethodRegressionTests.java fail in TL Reviewed-by: jjg, vromero
Wed, 14 Aug 2013 10:53:37 +0100 8013394: compile of iterator use fails with error \"defined in an inaccessible class or interface\"
vromero [Wed, 14 Aug 2013 10:53:37 +0100] rev 19495
8013394: compile of iterator use fails with error \"defined in an inaccessible class or interface\" Reviewed-by: mcimadamore
Tue, 13 Aug 2013 18:34:06 -0700 Merge
lana [Tue, 13 Aug 2013 18:34:06 -0700] rev 19494
Merge
Mon, 12 Aug 2013 17:28:31 +0100 8021567: Javac doesn't report \"java: reference to method is ambiguous\" any more
mcimadamore [Mon, 12 Aug 2013 17:28:31 +0100] rev 19493
8021567: Javac doesn't report \"java: reference to method is ambiguous\" any more Summary: Javac incorrectly forgets about constant folding results within lambdas Reviewed-by: jjg, vromero
Mon, 12 Aug 2013 17:25:07 +0100 6537020: JCK tests: a compile-time error should be given in case of ambiguously imported fields (types, methods)
mcimadamore [Mon, 12 Aug 2013 17:25:07 +0100] rev 19492
6537020: JCK tests: a compile-time error should be given in case of ambiguously imported fields (types, methods) Summary: Hiding check does not support interface multiple inheritance Reviewed-by: jjg
Sat, 10 Aug 2013 16:29:26 +0100 6983297: methods missing from NewArrayTree
vromero [Sat, 10 Aug 2013 16:29:26 +0100] rev 19491
6983297: methods missing from NewArrayTree Reviewed-by: jjg
Sat, 10 Aug 2013 16:26:50 +0100 8022622: javac, two tests are failing with compile time error after class Collector was modified
vromero [Sat, 10 Aug 2013 16:26:50 +0100] rev 19490
8022622: javac, two tests are failing with compile time error after class Collector was modified Reviewed-by: mcimadamore
Sat, 10 Aug 2013 13:27:38 +0100 8009640: -profile <compact> does not work when -bootclasspath specified
vromero [Sat, 10 Aug 2013 13:27:38 +0100] rev 19489
8009640: -profile <compact> does not work when -bootclasspath specified Reviewed-by: jjg
Fri, 09 Aug 2013 15:01:33 -0700 8022161: javac Null Pointer Exception in Enter.visitTopLevel
ksrini [Fri, 09 Aug 2013 15:01:33 -0700] rev 19488
8022161: javac Null Pointer Exception in Enter.visitTopLevel Reviewed-by: jjg, vromero, jlahoda
Thu, 08 Aug 2013 11:49:16 +0100 8019486: javac, generates erroneous LVT for a test case with lambda code
vromero [Thu, 08 Aug 2013 11:49:16 +0100] rev 19487
8019486: javac, generates erroneous LVT for a test case with lambda code Reviewed-by: mcimadamore
Thu, 22 Aug 2013 09:10:22 -0700 Added tag jdk8-b104 for changeset c45de6831abc
cl [Thu, 22 Aug 2013 09:10:22 -0700] rev 19486
Added tag jdk8-b104 for changeset c45de6831abc
Wed, 05 Jul 2017 19:09:18 +0200 Merge
duke [Wed, 05 Jul 2017 19:09:18 +0200] rev 19485
Merge
Thu, 22 Aug 2013 09:10:09 -0700 Added tag jdk8-b104 for changeset 94ae8ce0f0fa
cl [Thu, 22 Aug 2013 09:10:09 -0700] rev 19484
Added tag jdk8-b104 for changeset 94ae8ce0f0fa
Wed, 05 Jul 2017 19:09:14 +0200 Merge
duke [Wed, 05 Jul 2017 19:09:14 +0200] rev 19483
Merge
Fri, 23 Aug 2013 14:09:04 -0700 Merge
lana [Fri, 23 Aug 2013 14:09:04 -0700] rev 19482
Merge
Tue, 20 Aug 2013 17:41:16 -0700 Merge
lana [Tue, 20 Aug 2013 17:41:16 -0700] rev 19481
Merge
Tue, 13 Aug 2013 18:28:49 -0700 Merge
lana [Tue, 13 Aug 2013 18:28:49 -0700] rev 19480
Merge
Fri, 09 Aug 2013 12:10:41 -0700 8022548: SPECJVM2008 has errors introduced in 7u40-b34
joehw [Fri, 09 Aug 2013 12:10:41 -0700] rev 19479
8022548: SPECJVM2008 has errors introduced in 7u40-b34 Reviewed-by: chegar, lancea
Thu, 22 Aug 2013 09:10:08 -0700 Added tag jdk8-b104 for changeset 1fc167004a38
cl [Thu, 22 Aug 2013 09:10:08 -0700] rev 19478
Added tag jdk8-b104 for changeset 1fc167004a38
Wed, 05 Jul 2017 19:09:09 +0200 Merge
duke [Wed, 05 Jul 2017 19:09:09 +0200] rev 19477
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip