mchung [Fri, 20 Jun 2014 13:36:10 -0700] rev 25303
8044063: Remove com.sun.java.browser.* from jdk repo
Reviewed-by: darcy, alanb
mcimadamore [Tue, 01 Jul 2014 17:23:46 +0100] rev 25302
8048905: More tweaking with langtools intellij support
Summary: Add support for 'jtreg.home' property; fix code width to be 80; disable import optimizations
Reviewed-by: vromero
jlahoda [Mon, 30 Jun 2014 17:08:06 +0200] rev 25301
6707032: Division by zero warning not suppressed properly in some cases
Summary: Delay reporting of the division by zero warning until annotations are resolved, so that @SuppressWarnings works correctly.
Reviewed-by: vromero
ksrini [Fri, 27 Jun 2014 17:54:54 -0700] rev 25300
8047162: [javadoc] index files are non deterministic
Reviewed-by: jjg
alundblad [Tue, 17 Jun 2014 14:01:27 +0200] rev 25299
8048594: The sjavac client/server protocol should be hidden behind an interface
Reviewed-by: jfranck
vromero [Fri, 27 Jun 2014 20:32:12 +0100] rev 25298
8047719: Incorrect LVT in switch statement
Reviewed-by: jjg, jlahoda
sogoel [Thu, 26 Jun 2014 16:39:14 -0700] rev 25297
8048293: update tools/javadoc/6227454 to have missing <head> tag
Reviewed-by: jjg, bpatel
sogoel [Thu, 26 Jun 2014 16:07:07 -0700] rev 25296
8047316: update javadoc tests to fix tidy warning for incorrect html comment
Reviewed-by: jjg, ksrini
sogoel [Thu, 26 Jun 2014 15:47:52 -0700] rev 25295
8048168: update 2 javadoc tests to add summary attribute for table tag
Reviewed-by: jjg, ksrini
sogoel [Thu, 26 Jun 2014 15:41:05 -0700] rev 25294
8047744: update 2 javadoc tests for nested emphasis <code>
Reviewed-by: jjg, ksrini
sogoel [Thu, 26 Jun 2014 15:30:21 -0700] rev 25293
8047743: update com/sun/javadoc/testHref for unrecognized <action>
Reviewed-by: jjg, ksrini
sogoel [Thu, 26 Jun 2014 15:21:44 -0700] rev 25292
8047303: update com/sun/javadoc/DocRootSlash/DocRootSlash for unexpected </a>
Reviewed-by: jjg, ksrini
jjg [Thu, 26 Jun 2014 11:45:51 -0700] rev 25291
8007307: DPrinter: support the DocTree API
Reviewed-by: mcimadamore
jjg [Thu, 26 Jun 2014 11:31:59 -0700] rev 25290
8047183: JDK build fails with sjavac enabled
Reviewed-by: mcimadamore
pgovereau [Thu, 26 Jun 2014 13:48:58 -0400] rev 25289
8042345: getDocComment fails for doc comments on PackageElement found in package-info.java
Reviewed-by: jjg
jjg [Wed, 25 Jun 2014 19:15:53 -0700] rev 25288
8048162: Restrict catch type from Throwable to ReflectiveOperationException
Reviewed-by: darcy
jjg [Wed, 25 Jun 2014 19:04:52 -0700] rev 25287
8046614: Fill in missing doc comments
Reviewed-by: darcy
jjg [Wed, 25 Jun 2014 17:58:37 -0700] rev 25286
8046613: Fill in missing doc comments
Reviewed-by: darcy
rfield [Wed, 25 Jun 2014 11:22:27 -0700] rev 25285
8048121: javac complex method references: revamp and simplify
8038776: VerifyError when running successfully compiled java class
Summary: Add tests missing from the push of 8037404
Reviewed-by: dlsmith, vromero
ksrini [Tue, 24 Jun 2014 15:15:22 -0700] rev 25284
8047157: [javadoc] fixup tests for determinism and add classes uses
Reviewed-by: jjg
darcy [Tue, 24 Jun 2014 10:51:00 -0700] rev 25283
7196160: Project Coin: allow @SafeVarargs on private methods
Reviewed-by: jjg
mcimadamore [Tue, 24 Jun 2014 16:04:46 +0100] rev 25282
8046451: Add basic IntelliJ support for langtools
Summary: Add new ant target 'idea' to create IntelliJ langtools project
Reviewed-by: jjg
rfield [Tue, 24 Jun 2014 00:43:46 -0700] rev 25281
8037404: javac NPE or VerifyError for code with constructor reference of inner class
8047341: lambda reference to inner class in base class causes LambdaConversionException
8044748: JVM cannot access constructor though ::new reference although can call it directly
8044737: Lambda: NPE while obtaining method reference through lambda expression
Summary: revamp and simplify handling of complex method references
Reviewed-by: dlsmith, vromero
sogoel [Fri, 20 Jun 2014 13:26:24 -0700] rev 25280
8047300: update tools/javadoc/6227454 test for missing <DOCTYPE> tags
Reviewed-by: jjg, ksrini
vromero [Fri, 20 Jun 2014 20:36:54 +0100] rev 25279
8044546: Crash on faulty reduce/lambda
Reviewed-by: mcimadamore, dlsmith
Contributed-by: maurizio.cimadamore@oracle.com, vicente.romero@oracle.com
rfield [Fri, 20 Jun 2014 10:56:47 -0700] rev 25278
8046060: Different results of floating point multiplication for lambda code block
Summary: propogate strictfp into lambda body
Reviewed-by: vromero, jlahoda
dlsmith [Fri, 20 Jun 2014 11:42:16 -0600] rev 25277
8047407: Add test for JDK-8037385
Reviewed-by: mcimadamore
dlsmith [Fri, 20 Jun 2014 10:56:31 -0600] rev 25276
8034147: javac crashes with a NullPointerException during bounds checking
Summary: Types.supertype should return Type.noType rather than null
Reviewed-by: vromero, mcimadamore