coleenp [Wed, 02 Jul 2014 15:22:18 -0400] rev 25465
8047737: Move array component mirror to instance of java/lang/Class
Summary: Add field in java.lang.Class for componentType to simplify oop processing in JVM
Reviewed-by: fparain, twisti
sla [Wed, 02 Jul 2014 15:17:11 +0200] rev 25464
Merge
katleman [Thu, 17 Jul 2014 09:50:15 -0700] rev 25463
Added tag jdk9-b23 for changeset dce1ebc0a015
lana [Fri, 18 Jul 2014 08:25:14 -0700] rev 25462
Merge
mikael [Tue, 15 Jul 2014 21:45:50 -0700] rev 25461
8050825: Support running regression tests using jtreg_tests+TESTDIRS from top level
Reviewed-by: dholmes, mduigou
amurillo [Fri, 11 Jul 2014 21:07:48 -0700] rev 25460
Merge
mduigou [Wed, 09 Jul 2014 21:55:52 +0000] rev 25459
8047734: Backout use of -Og
Reviewed-by: iveresov
katleman [Thu, 17 Jul 2014 09:50:04 -0700] rev 25458
Added tag jdk9-b23 for changeset 740e05fd7953
duke [Wed, 05 Jul 2017 19:50:07 +0200] rev 25457
Added tag jdk9-b23 for changeset 39cfdc2dcaf3
duke [Wed, 05 Jul 2017 19:50:06 +0200] rev 25456
Merge
duke [Wed, 05 Jul 2017 19:50:00 +0200] rev 25455
Merge
ksrini [Sun, 15 Jun 2014 08:41:57 -0700] rev 25454
8039028: [javadoc] refactor the usage of Util.java
Reviewed-by: jjg
jjg [Sat, 12 Jul 2014 07:32:28 -0700] rev 25453
8050106: JavaCompiler relies on inappropriate result from comparison
Reviewed-by: darcy
jjg [Fri, 11 Jul 2014 18:51:32 -0700] rev 25452
8048806: Javadoc errors out on some valid HTML tags
Reviewed-by: bpatel
darcy [Fri, 11 Jul 2014 13:57:32 -0700] rev 25451
8050086: jdk.Exported is missing @return
Reviewed-by: jjg
ksrini [Fri, 11 Jul 2014 06:52:04 -0700] rev 25450
8049396: [javadoc] add more class-use test cases
Reviewed-by: jjg
ksrini [Sun, 29 Jun 2014 17:13:55 -0700] rev 25449
8049393: [javadoc] parameters are not sorted correctly
Reviewed-by: jjg
ntoda [Thu, 10 Jul 2014 16:03:45 -0700] rev 25448
8030610: replace test/tools/javac/versions/check.sh
Reviewed-by: jjg
lana [Thu, 10 Jul 2014 14:06:04 -0700] rev 25447
Merge
lana [Thu, 10 Jul 2014 12:39:26 -0700] rev 25446
Merge
ntoda [Thu, 10 Jul 2014 13:57:27 -0700] rev 25445
8011044: Remove support for 1.5 and earlier source and target options
Reviewed-by: darcy, jjg
Contributed-by: neil.toda@oracle.com, brian.goetz@oracle.com
vromero [Wed, 09 Jul 2014 10:49:32 -0400] rev 25444
8033483: Should ignore nested lambda bodies during overload resolution
Reviewed-by: mcimadamore, dlsmith
jlahoda [Wed, 09 Jul 2014 16:32:05 +0200] rev 25443
8031569: Refactor javac scope implementation to enable lazy imports
Summary: Introducing an internal API for Scope; rewriting ImportScopes to extend CompoundScopes.
Reviewed-by: mcimadamore, jjg, jfranck
Contributed-by: maurizio.cimadamore@oracle.com, jan.lahoda@oracle.com
mchung [Tue, 08 Jul 2014 18:26:34 -0700] rev 25442
8029548: (jdeps) use @jdk.Exported to determine supported vs JDK internal API
8031092: jdeps does not recognize --help option.
8048063: (jdeps) Add filtering capability
Reviewed-by: alanb, dfuchs
mcimadamore [Tue, 08 Jul 2014 15:42:04 +0100] rev 25441
8043926: javac, code valid in 7 is not compiling for 8
Summary: type-containment doesn't handle inference variables correctly
Reviewed-by: vromero, dlsmith
jlahoda [Tue, 08 Jul 2014 15:13:16 +0200] rev 25440
8042239: javac: TreeMaker.Type(Type t) does not handle UnionClassType
Summary: Enhancing TreeMaker.Type(Type t) with support for UnionClassType and IntersectionClassType.
Reviewed-by: vromero, rfield
Contributed-by: robert.field@oracle.com, jan.lahoda@oracle.com
sogoel [Mon, 07 Jul 2014 13:39:31 -0700] rev 25439
8044080: .out files for unicode, implicitThis and importChecks tests in tools/javac dir
Reviewed-by: jjg
sogoel [Mon, 07 Jul 2014 12:55:00 -0700] rev 25438
8049491: Remove three auxilary files in tools/javac/enum dir
Reviewed-by: jjg
sogoel [Mon, 07 Jul 2014 12:44:20 -0700] rev 25437
8046618: .out files for enum tests in tools/javac/dir
Reviewed-by: jjg
sogoel [Mon, 07 Jul 2014 12:36:45 -0700] rev 25436
8046635: .out files for enum tests in tools/javac/dir
Reviewed-by: jjg
vromero [Fri, 04 Jul 2014 16:34:44 +0100] rev 25435
8049075: javac, wildcards and generic vararg method invocation not accepted
Reviewed-by: mcimadamore
jjg [Fri, 04 Jul 2014 10:52:22 +0100] rev 25434
8042261: Implement classfile tests for Deprecated attribute.
Reviewed-by: jjg, anazarov, shurailine