duke [Wed, 05 Jul 2017 20:01:04 +0200] rev 26542
Merge
duke [Wed, 05 Jul 2017 20:00:59 +0200] rev 26541
Merge
lana [Thu, 11 Sep 2014 14:29:01 -0700] rev 26540
Merge
wetmore [Thu, 11 Sep 2014 12:18:01 -0700] rev 26539
8058180: .hgignore should be updated with webrev in all repos
Reviewed-by: jrose, katleman, jjg
lana [Wed, 10 Sep 2014 19:38:20 -0700] rev 26538
Merge
vromero [Tue, 09 Sep 2014 10:43:06 -0700] rev 26537
8042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a static class
Reviewed-by: mcimadamore, jjg, jlahoda
pgovereau [Tue, 09 Sep 2014 12:16:25 -0400] rev 26536
8054210: NullPointerException when compiling specific code.
Reviewed-by: vromero, jlahoda
pgovereau [Tue, 09 Sep 2014 11:55:47 -0400] rev 26535
8055500: fix for 8030046 is incorrect
Reviewed-by: jjg, ksrini
jlahoda [Mon, 08 Sep 2014 15:51:29 +0200] rev 26534
8057753: Test langtools/test/tools/javac/NoClass.java is failing when run together with langtools/test/tools/javac/DuplicateImport.java
Summary: Removing javac/NoClass test, as it is superseded by javac/importChecks/InvalidImportsNoClasses.java
Reviewed-by: jfranck
mcimadamore [Mon, 08 Sep 2014 14:16:33 +0100] rev 26533
8055514: Wrong, confusing error when non-static varargs referenced in static context
Summary: Improved heuristics in MethodResolutionPhase.mergeResults()
Reviewed-by: vromero
jfranck [Mon, 08 Sep 2014 13:11:28 +0200] rev 26532
8056021: checkin for JDK-8027262 breaks Checker Framework
Reviewed-by: jjg, mcimadamore
jlahoda [Mon, 08 Sep 2014 10:50:59 +0200] rev 26531
8056984: Exception in compiler: java.lang.AssertionError: isSubClass T
Summary: Must use type variable's captured bound as a method receiver, instead of the type variable itself, while checking if deferred attribution is needed.
Reviewed-by: mcimadamore, vromero
jlahoda [Mon, 08 Sep 2014 10:48:18 +0200] rev 26530
8056014: Type inference may be skipped for a complex receiver generic method in a parameter position
Summary: When checking if deferred attribution is needed for a chain of methods, stop on any method that returns any type variable, as the rest of analysis cannot use the correct type.
Reviewed-by: mcimadamore, vromero
sogoel [Fri, 05 Sep 2014 16:51:39 -0700] rev 26529
8055079: Group 9c: golden files for tests in tools/javac dir
Reviewed-by: jjg
sogoel [Fri, 05 Sep 2014 16:43:00 -0700] rev 26528
8055075: Group 9b: golden files for tests in tools/javac dir
Reviewed-by: jjg
sogoel [Thu, 04 Sep 2014 16:52:40 -0700] rev 26527
8055996: Remove @ignore from tools/javac/T6725036.java
Reviewed-by: jjg
katleman [Thu, 11 Sep 2014 09:09:00 -0700] rev 26526
Added tag jdk9-b30 for changeset 290847867ded
duke [Wed, 05 Jul 2017 20:00:52 +0200] rev 26525
Merge
lana [Thu, 11 Sep 2014 14:29:56 -0700] rev 26524
Merge
wetmore [Thu, 11 Sep 2014 12:18:00 -0700] rev 26523
8058180: .hgignore should be updated with webrev in all repos
Reviewed-by: jrose, katleman, jjg
katleman [Thu, 11 Sep 2014 09:08:55 -0700] rev 26522
Added tag jdk9-b30 for changeset a9217d0687d5
duke [Wed, 05 Jul 2017 20:00:48 +0200] rev 26521
Merge
lana [Thu, 11 Sep 2014 14:28:19 -0700] rev 26520
Merge
wetmore [Thu, 11 Sep 2014 12:17:59 -0700] rev 26519
8058180: .hgignore should be updated with webrev in all repos
Reviewed-by: jrose, katleman, jjg
lana [Wed, 10 Sep 2014 19:38:08 -0700] rev 26518
Merge
martin [Wed, 10 Sep 2014 15:17:48 -0700] rev 26517
8058175: [XML 1.0/1.1] - Attribute values with supplemental characters are being corrupted.
Reviewed-by: joehw
joehw [Fri, 05 Sep 2014 14:04:22 -0700] rev 26516
8056202: Xerces Update: Catalog Resolver
Reviewed-by: lancea
katleman [Thu, 11 Sep 2014 09:08:51 -0700] rev 26515
Added tag jdk9-b30 for changeset bbce32388a2d
duke [Wed, 05 Jul 2017 20:00:43 +0200] rev 26514
Merge
lana [Thu, 11 Sep 2014 14:30:00 -0700] rev 26513
Merge
wetmore [Thu, 11 Sep 2014 12:18:02 -0700] rev 26512
8058180: .hgignore should be updated with webrev in all repos
Reviewed-by: jrose, katleman, jjg
hannesw [Thu, 11 Sep 2014 17:23:02 +0200] rev 26511
8058179: Global constants get in the way of self-modifying properties
Reviewed-by: attila, jlaskey, sundar, lagergren
attila [Thu, 11 Sep 2014 17:12:38 +0200] rev 26510
8058100: Reduce the RecompilableScriptFunctionData footprint
Reviewed-by: jlaskey, lagergren
lana [Wed, 10 Sep 2014 19:37:52 -0700] rev 26509
Merge
hannesw [Wed, 10 Sep 2014 15:19:26 +0200] rev 26508
8057021: UserAccessorProperty guards fail with multiple globals
Reviewed-by: attila, lagergren
attila [Wed, 10 Sep 2014 13:08:58 +0200] rev 26507
8034954: Optimistic iteration in for-in and for-each
Reviewed-by: hannesw, lagergren
lagergren [Wed, 10 Sep 2014 12:37:44 +0200] rev 26506
8057703: More empty classes generated by Nashorn
Reviewed-by: attila, sundar
attila [Tue, 09 Sep 2014 15:34:14 +0200] rev 26505
8057931: Instead of not skipping small functions in parser, make lexer avoid them instead
Reviewed-by: hannesw, sundar
attila [Tue, 09 Sep 2014 15:33:58 +0200] rev 26504
8057930: remove eval ID
Reviewed-by: hannesw, sundar
attila [Mon, 08 Sep 2014 18:40:58 +0200] rev 26503
8057148: Skip nested functions on reparse
Reviewed-by: hannesw, lagergren
yan [Mon, 08 Sep 2014 15:37:50 +0400] rev 26502
8057678: Tests for let and const keywords in Nashorn
Reviewed-by: hannesw, lagergren
Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
sundar [Mon, 08 Sep 2014 15:51:27 +0530] rev 26501
8057742: ant clean test should not fail if one or more external test suites are missing
Reviewed-by: lagergren, hannesw
lagergren [Fri, 05 Sep 2014 16:28:17 +0200] rev 26500
8057588: Lots of trivial (empty) classes were generated by the Nashorn compiler as part of restOf-method generation
Reviewed-by: attila, sundar, hannesw
lagergren [Fri, 05 Sep 2014 16:28:02 +0200] rev 26499
8057611: Nashorn did not dump the JOx classes to disk when running with the -d flag
Reviewed-by: attila, sundar, hannesw
katleman [Thu, 11 Sep 2014 09:09:02 -0700] rev 26498
Added tag jdk9-b30 for changeset 00bb2442d1d6
duke [Wed, 05 Jul 2017 20:00:37 +0200] rev 26497
Merge
lana [Thu, 11 Sep 2014 14:28:13 -0700] rev 26496
Merge
wetmore [Thu, 11 Sep 2014 12:17:58 -0700] rev 26495
8058180: .hgignore should be updated with webrev in all repos
Reviewed-by: jrose, katleman, jjg
katleman [Thu, 11 Sep 2014 09:08:40 -0700] rev 26494
Added tag jdk9-b30 for changeset 10aa2df75c46
duke [Wed, 05 Jul 2017 20:00:32 +0200] rev 26493
Merge
lana [Thu, 11 Sep 2014 14:29:21 -0700] rev 26492
Merge
lancea [Thu, 11 Sep 2014 17:00:08 -0400] rev 26491
8057826: Minor clean-up to the java.sql Date/Time/Timestamp tests
Reviewed-by: redestad, joehw
wetmore [Thu, 11 Sep 2014 12:18:06 -0700] rev 26490
8058180: .hgignore should be updated with webrev in all repos
Reviewed-by: jrose, katleman, jjg
valeriep [Thu, 11 Sep 2014 17:06:35 +0000] rev 26489
8039898: sunpkcs11-solaris.cfg should be in solaris specific directory
Summary: Move from src/java.base/share/conf/security/ to src/jdk.crypto.pkcs11/solaris/conf/security
Reviewed-by: erikj, ihse
dsamersoff [Thu, 11 Sep 2014 08:01:33 -0700] rev 26488
8057746: Cannot handle JdpException in JMX agent initialization.
Summary: Add special handling for JdpException
Reviewed-by: jbachorik
Contributed-by: Yasumasa Suenaga <yasuenag@gmail.com>
michaelm [Thu, 11 Sep 2014 15:51:46 +0100] rev 26487
8057936: java.net.URLClassLoader.findClass uses exceptions in control flow
Reviewed-by: alanb, chegar, dholmes, mr
Contributed-by: claes.redestad@oracle.com