Fri, 06 Sep 2013 10:05:08 +0100 Merge
chegar [Fri, 06 Sep 2013 10:05:08 +0100] rev 21033
Merge
Fri, 30 Aug 2013 10:17:10 +0100 Merge
chegar [Fri, 30 Aug 2013 10:17:10 +0100] rev 21032
Merge
Fri, 23 Aug 2013 22:12:54 +0100 Merge
chegar [Fri, 23 Aug 2013 22:12:54 +0100] rev 21031
Merge
Thu, 15 Aug 2013 21:34:46 +0100 Merge
chegar [Thu, 15 Aug 2013 21:34:46 +0100] rev 21030
Merge
Fri, 09 Aug 2013 14:44:53 +0100 Merge
chegar [Fri, 09 Aug 2013 14:44:53 +0100] rev 21029
Merge
Fri, 02 Aug 2013 11:11:28 +0100 Merge
chegar [Fri, 02 Aug 2013 11:11:28 +0100] rev 21028
Merge
Thu, 25 Jul 2013 19:06:03 +0100 Merge
chegar [Thu, 25 Jul 2013 19:06:03 +0100] rev 21027
Merge
Wed, 24 Jul 2013 15:18:33 -0700 8016675: Make Javadoc pages more robust
bpatel [Wed, 24 Jul 2013 15:18:33 -0700] rev 21026
8016675: Make Javadoc pages more robust Reviewed-by: jlaskey, ksrini
Tue, 15 Oct 2013 21:02:21 +0100 8024947: javac should issue the potentially ambiguous overload warning only where the problem appears
vromero [Tue, 15 Oct 2013 21:02:21 +0100] rev 21025
8024947: javac should issue the potentially ambiguous overload warning only where the problem appears Reviewed-by: jjg
Tue, 15 Oct 2013 19:36:45 +0100 8025816: javac crash with method reference with a type variable as the site
vromero [Tue, 15 Oct 2013 19:36:45 +0100] rev 21024
8025816: javac crash with method reference with a type variable as the site Reviewed-by: jjg
Tue, 15 Oct 2013 11:20:27 -0700 8026370: javadoc creates empty <span class="italic"></span>
bpatel [Tue, 15 Oct 2013 11:20:27 -0700] rev 21023
8026370: javadoc creates empty <span class="italic"></span> Reviewed-by: jjg
Tue, 15 Oct 2013 16:23:18 +0200 8026180: com.sun.source.tree.NewArrayTree refers to com.sun.tools.javac.util.List
jlahoda [Tue, 15 Oct 2013 16:23:18 +0200] rev 21022
8026180: com.sun.source.tree.NewArrayTree refers to com.sun.tools.javac.util.List Summary: Correcting import in NewArrayTree, adding test protecting againts improper types in API signatures Reviewed-by: jjg
Mon, 14 Oct 2013 23:07:43 -0700 8025998: Missing LV table in lambda bodies
jjg [Mon, 14 Oct 2013 23:07:43 -0700] rev 21021
8025998: Missing LV table in lambda bodies Reviewed-by: vromero
Mon, 14 Oct 2013 22:34:37 -0700 8025693: recent javadoc changes cause com/sun/javadoc/testLinkOption/TestLinkOption.java to fail
jjg [Mon, 14 Oct 2013 22:34:37 -0700] rev 21020
8025693: recent javadoc changes cause com/sun/javadoc/testLinkOption/TestLinkOption.java to fail Reviewed-by: darcy
Mon, 14 Oct 2013 16:28:44 -0700 8026371: "tidy" issues in langtools/src/**/*.html files
jjg [Mon, 14 Oct 2013 16:28:44 -0700] rev 21019
8026371: "tidy" issues in langtools/src/**/*.html files Reviewed-by: darcy
Mon, 14 Oct 2013 22:11:09 +0200 8014016: javac is too late detecting invalid annotation usage
jlahoda [Mon, 14 Oct 2013 22:11:09 +0200] rev 21018
8014016: javac is too late detecting invalid annotation usage Summary: Adding new queue to Annotate for validation tasks, performing annotation validation during enter Reviewed-by: jjg, emc, jfranck
Mon, 14 Oct 2013 12:38:09 -0700 8026368: doclint does not report empty tags when tag closed implicitly
jjg [Mon, 14 Oct 2013 12:38:09 -0700] rev 21017
8026368: doclint does not report empty tags when tag closed implicitly Reviewed-by: darcy
Fri, 11 Oct 2013 23:31:06 -0700 Merge
lana [Fri, 11 Oct 2013 23:31:06 -0700] rev 21016
Merge
Fri, 11 Oct 2013 15:49:15 +0200 6278240: Exception from AnnotationValue.getValue() should list the found type not the required type
jlahoda [Fri, 11 Oct 2013 15:49:15 +0200] rev 21015
6278240: Exception from AnnotationValue.getValue() should list the found type not the required type Reviewed-by: darcy, jfranck, jjg
Thu, 10 Oct 2013 23:26:56 -0700 8012557: Implement lambda methods on interfaces as private
rfield [Thu, 10 Oct 2013 23:26:56 -0700] rev 21014
8012557: Implement lambda methods on interfaces as private 8016320: Method reference in subinterface of type I.super::foo produces exception at runtime Summary: Now that the VM supports interface instance private methods, lambda methods and lambda bridges are always private. Access is now through invokespecial. Reviewed-by: vromero, jlahoda
Thu, 10 Oct 2013 20:57:27 -0700 Merge
lana [Thu, 10 Oct 2013 20:57:27 -0700] rev 21013
Merge
Thu, 10 Oct 2013 13:41:08 -0700 Merge
lana [Thu, 10 Oct 2013 13:41:08 -0700] rev 21012
Merge
Thu, 10 Oct 2013 17:13:32 -0700 8026294: 8025633 breaks langtools/test/com/sun/javadoc/testRepeatedAnnotations/TestRepeatedAnnotations.java
jjg [Thu, 10 Oct 2013 17:13:32 -0700] rev 21011
8026294: 8025633 breaks langtools/test/com/sun/javadoc/testRepeatedAnnotations/TestRepeatedAnnotations.java Reviewed-by: darcy
Thu, 10 Oct 2013 20:12:08 -0400 8008762: Type annotation on inner class in anonymous class show up as regular type annotations
emc [Thu, 10 Oct 2013 20:12:08 -0400] rev 21010
8008762: Type annotation on inner class in anonymous class show up as regular type annotations 8015257: type annotation with TYPE_USE and FIELD attributed differently if repeated. 8013409: test failures for type annotations Summary: Fixes to address some problems in type annotations Reviewed-by: jfranck, jjg
Thu, 10 Oct 2013 13:55:41 -0400 8019461: Clean up javac diagnostics
emc [Thu, 10 Oct 2013 13:55:41 -0400] rev 21009
8019461: Clean up javac diagnostics 7196553: Review error messages for repeating annotations Summary: Changes to the diagnostic messages to improve clarity and JLS coherence Reviewed-by: jjg
Thu, 10 Oct 2013 10:51:15 -0700 8025633: Fix javadoc to generate valid anchor names
bpatel [Thu, 10 Oct 2013 10:51:15 -0700] rev 21008
8025633: Fix javadoc to generate valid anchor names Reviewed-by: jjg
Thu, 10 Oct 2013 08:51:55 +0200 8021237: clean up JavacAnnotatedConstruct
alundblad [Thu, 10 Oct 2013 08:51:55 +0200] rev 21007
8021237: clean up JavacAnnotatedConstruct Summary: Refactored the static helper methods in JavacAnnoConstructs into ordinary methods and put them in a common superclass (AnnoConstruct) of Symbol and Type. Reviewed-by: jjg, vromero, jfranck
Wed, 09 Oct 2013 13:09:31 +0200 8025087: Annotation processing api returns default modifier for interface static method
jlahoda [Wed, 09 Oct 2013 13:09:31 +0200] rev 21006
8025087: Annotation processing api returns default modifier for interface static method Summary: ClassReader must not set Flags.DEFAULT for interface static methods Reviewed-by: vromero, jjg
Wed, 09 Oct 2013 13:06:49 +0200 8025141: java.lang.ClassFormatError: Illegal field modifiers in class (...)
jlahoda [Wed, 09 Oct 2013 13:06:49 +0200] rev 21005
8025141: java.lang.ClassFormatError: Illegal field modifiers in class (...) Summary: Should not generate non-public $assertionsDisabled field into interfaces Reviewed-by: jjg, vromero
Tue, 08 Oct 2013 15:33:28 +0200 8024415: Bug in javac Pretty: Wrong precedence in JCConditional trees
alundblad [Tue, 08 Oct 2013 15:33:28 +0200] rev 21004
8024415: Bug in javac Pretty: Wrong precedence in JCConditional trees Summary: Fixed precedence and associativity issues with pretty printing of JCConditional expressions. Reviewed-by: jfranck Contributed-by: Andreas Lundblad <andreas.lundblad@oracle.com>, Matthew Dempsky <mdempsky@google.com>
Thu, 17 Oct 2013 09:41:12 -0700 Added tag jdk8-b112 for changeset 96faa2507e3a
cl [Thu, 17 Oct 2013 09:41:12 -0700] rev 21003
Added tag jdk8-b112 for changeset 96faa2507e3a
Wed, 05 Jul 2017 19:18:32 +0200 Merge
duke [Wed, 05 Jul 2017 19:18:32 +0200] rev 21002
Merge
Tue, 22 Oct 2013 16:29:42 -0700 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
tbell [Tue, 22 Oct 2013 16:29:42 -0700] rev 21001
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung
Tue, 22 Oct 2013 16:10:31 -0700 Merge
katleman [Tue, 22 Oct 2013 16:10:31 -0700] rev 21000
Merge
Mon, 21 Oct 2013 15:11:05 +0200 8026874: During JAXWS build the newly built JAXP classes should be in the bootclasspath (not only in the classpath)
simonis [Mon, 21 Oct 2013 15:11:05 +0200] rev 20999
8026874: During JAXWS build the newly built JAXP classes should be in the bootclasspath (not only in the classpath) Reviewed-by: erikj
Thu, 17 Oct 2013 16:12:58 -0700 Merge
lana [Thu, 17 Oct 2013 16:12:58 -0700] rev 20998
Merge
Tue, 15 Oct 2013 13:46:18 +0100 Merge
chegar [Tue, 15 Oct 2013 13:46:18 +0100] rev 20997
Merge
Fri, 11 Oct 2013 19:24:06 +0100 Merge
chegar [Fri, 11 Oct 2013 19:24:06 +0100] rev 20996
Merge
Thu, 03 Oct 2013 19:18:54 +0100 Merge
chegar [Thu, 03 Oct 2013 19:18:54 +0100] rev 20995
Merge
Sat, 14 Sep 2013 20:43:34 +0100 Merge
chegar [Sat, 14 Sep 2013 20:43:34 +0100] rev 20994
Merge
Fri, 06 Sep 2013 09:55:59 +0100 Merge
chegar [Fri, 06 Sep 2013 09:55:59 +0100] rev 20993
Merge
Fri, 30 Aug 2013 10:15:43 +0100 Merge
chegar [Fri, 30 Aug 2013 10:15:43 +0100] rev 20992
Merge
Fri, 23 Aug 2013 22:12:39 +0100 Merge
chegar [Fri, 23 Aug 2013 22:12:39 +0100] rev 20991
Merge
Thu, 15 Aug 2013 21:33:56 +0100 Merge
chegar [Thu, 15 Aug 2013 21:33:56 +0100] rev 20990
Merge
Fri, 09 Aug 2013 14:31:17 +0100 Merge
chegar [Fri, 09 Aug 2013 14:31:17 +0100] rev 20989
Merge
Fri, 02 Aug 2013 11:11:03 +0100 Merge
chegar [Fri, 02 Aug 2013 11:11:03 +0100] rev 20988
Merge
Thu, 01 Aug 2013 16:09:17 -0400 8017505: Better Client Service
mkos [Thu, 01 Aug 2013 16:09:17 -0400] rev 20987
8017505: Better Client Service Reviewed-by: mullan, ahgross, mgrebac
Fri, 11 Oct 2013 21:26:38 -0700 Merge
lana [Fri, 11 Oct 2013 21:26:38 -0700] rev 20986
Merge
Thu, 10 Oct 2013 21:22:53 -0700 Merge
lana [Thu, 10 Oct 2013 21:22:53 -0700] rev 20985
Merge
Thu, 10 Oct 2013 10:03:29 -0700 Merge
lana [Thu, 10 Oct 2013 10:03:29 -0700] rev 20984
Merge
Thu, 17 Oct 2013 09:40:59 -0700 Added tag jdk8-b112 for changeset 7ac3e6a52e4c
cl [Thu, 17 Oct 2013 09:40:59 -0700] rev 20983
Added tag jdk8-b112 for changeset 7ac3e6a52e4c
Wed, 05 Jul 2017 19:18:22 +0200 Merge
duke [Wed, 05 Jul 2017 19:18:22 +0200] rev 20982
Merge
Tue, 22 Oct 2013 16:29:33 -0700 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
tbell [Tue, 22 Oct 2013 16:29:33 -0700] rev 20981
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung
Thu, 17 Oct 2013 17:48:51 -0700 Merge
lana [Thu, 17 Oct 2013 17:48:51 -0700] rev 20980
Merge
Thu, 17 Oct 2013 15:45:23 -0700 Merge
lana [Thu, 17 Oct 2013 15:45:23 -0700] rev 20979
Merge
Thu, 17 Oct 2013 16:35:28 -0700 8016500: Unlocalized warnigs.
joehw [Thu, 17 Oct 2013 16:35:28 -0700] rev 20978
8016500: Unlocalized warnigs. Reviewed-by: lancea
Thu, 17 Oct 2013 11:22:39 -0700 8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI
joehw [Thu, 17 Oct 2013 11:22:39 -0700] rev 20977
8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI Reviewed-by: lancea
Tue, 15 Oct 2013 14:16:49 +0100 Merge
chegar [Tue, 15 Oct 2013 14:16:49 +0100] rev 20976
Merge
Fri, 11 Oct 2013 19:49:44 +0100 Merge
chegar [Fri, 11 Oct 2013 19:49:44 +0100] rev 20975
Merge
Fri, 23 Aug 2013 22:12:35 +0100 Merge
chegar [Fri, 23 Aug 2013 22:12:35 +0100] rev 20974
Merge
Tue, 20 Aug 2013 09:02:25 -0700 8022682: Supporting XOM
joehw [Tue, 20 Aug 2013 09:02:25 -0700] rev 20973
8022682: Supporting XOM Reviewed-by: alanb, chegar, lancea
Thu, 15 Aug 2013 21:33:52 +0100 Merge
chegar [Thu, 15 Aug 2013 21:33:52 +0100] rev 20972
Merge
Fri, 09 Aug 2013 14:31:12 +0100 Merge
chegar [Fri, 09 Aug 2013 14:31:12 +0100] rev 20971
Merge
Fri, 02 Aug 2013 11:10:59 +0100 Merge
chegar [Fri, 02 Aug 2013 11:10:59 +0100] rev 20970
Merge
Wed, 31 Jul 2013 10:54:46 -0700 8021366: java_util/Properties/PropertiesWithOtherEncodings fails during 7u45 nightly testing
joehw [Wed, 31 Jul 2013 10:54:46 -0700] rev 20969
8021366: java_util/Properties/PropertiesWithOtherEncodings fails during 7u45 nightly testing Reviewed-by: lancea, alanb, dfuchs, mullan
Wed, 31 Jul 2013 00:37:01 -0700 8014530: Better digital signature processing
joehw [Wed, 31 Jul 2013 00:37:01 -0700] rev 20968
8014530: Better digital signature processing Reviewed-by: alanb, dfuchs, mullan, lancea
Mon, 29 Jul 2013 14:07:44 +0100 Merge
chegar [Mon, 29 Jul 2013 14:07:44 +0100] rev 20967
Merge
Mon, 22 Jul 2013 14:02:14 +0100 Merge
chegar [Mon, 22 Jul 2013 14:02:14 +0100] rev 20966
Merge
Wed, 17 Jul 2013 18:46:28 +0200 8013502: Improve stream factories
dfuchs [Wed, 17 Jul 2013 18:46:28 +0200] rev 20965
8013502: Improve stream factories Reviewed-by: joehw, mullan, lancea
Wed, 17 Jul 2013 09:31:39 -0700 8017298: Better XML support
joehw [Wed, 17 Jul 2013 09:31:39 -0700] rev 20964
8017298: Better XML support Reviewed-by: alanb, dfuchs, mullan, lancea
Tue, 16 Jul 2013 14:06:04 -0700 8012425: Transform TransformerFactory
joehw [Tue, 16 Jul 2013 14:06:04 -0700] rev 20963
8012425: Transform TransformerFactory Reviewed-by: alanb, dfuchs, mullan
Mon, 14 Oct 2013 22:07:29 -0700 8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw [Mon, 14 Oct 2013 22:07:29 -0700] rev 20962
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression Reviewed-by: lancea, alanb
Mon, 14 Oct 2013 09:52:52 -0700 Merge
lana [Mon, 14 Oct 2013 09:52:52 -0700] rev 20961
Merge
Fri, 11 Oct 2013 21:26:31 -0700 Merge
lana [Fri, 11 Oct 2013 21:26:31 -0700] rev 20960
Merge
Sun, 13 Oct 2013 13:50:16 +0400 8008733: Psr:perf:osb performance regression (18%) in wss_bodyenc
aefimov [Sun, 13 Oct 2013 13:50:16 +0400] rev 20959
8008733: Psr:perf:osb performance regression (18%) in wss_bodyenc Reviewed-by: alanb, shade
Thu, 10 Oct 2013 21:22:52 -0700 Merge
lana [Thu, 10 Oct 2013 21:22:52 -0700] rev 20958
Merge
Thu, 10 Oct 2013 20:57:22 -0700 Merge
lana [Thu, 10 Oct 2013 20:57:22 -0700] rev 20957
Merge
Thu, 10 Oct 2013 10:03:21 -0700 Merge
lana [Thu, 10 Oct 2013 10:03:21 -0700] rev 20956
Merge
Thu, 10 Oct 2013 17:01:05 -0700 8003262: reverse translation required changes in xalan resource bundles
joehw [Thu, 10 Oct 2013 17:01:05 -0700] rev 20955
8003262: reverse translation required changes in xalan resource bundles Reviewed-by: lancea, dfuchs
Thu, 17 Oct 2013 09:40:58 -0700 Added tag jdk8-b112 for changeset d0f3600edd98
cl [Thu, 17 Oct 2013 09:40:58 -0700] rev 20954
Added tag jdk8-b112 for changeset d0f3600edd98
Wed, 05 Jul 2017 19:18:10 +0200 Merge
duke [Wed, 05 Jul 2017 19:18:10 +0200] rev 20953
Merge
Thu, 17 Oct 2013 16:19:45 -0700 Merge
lana [Thu, 17 Oct 2013 16:19:45 -0700] rev 20952
Merge
Thu, 17 Oct 2013 13:02:07 +0530 Merge
sundar [Thu, 17 Oct 2013 13:02:07 +0530] rev 20951
Merge
Wed, 16 Oct 2013 10:15:55 +0200 8026693: getType() called on DISCARD node
hannesw [Wed, 16 Oct 2013 10:15:55 +0200] rev 20950
8026693: getType() called on DISCARD node Reviewed-by: sundar, lagergren
Wed, 16 Oct 2013 10:12:22 +0200 8026692: eval() throws NullPointerException with --compile-only
hannesw [Wed, 16 Oct 2013 10:12:22 +0200] rev 20949
8026692: eval() throws NullPointerException with --compile-only Reviewed-by: sundar, lagergren
Tue, 15 Oct 2013 22:13:56 +0530 Merge
sundar [Tue, 15 Oct 2013 22:13:56 +0530] rev 20948
Merge
Tue, 15 Oct 2013 13:14:04 -0300 8026498: Revert: latest runsunspider.js tests contains several bugs
jlaskey [Tue, 15 Oct 2013 13:14:04 -0300] rev 20947
8026498: Revert: latest runsunspider.js tests contains several bugs Reviewed-by: sundar, hannesw Contributed-by: james.laskey@oracle.com
Tue, 15 Oct 2013 17:37:47 +0200 8026367: Add a sync keyword to mozilla_compat
hannesw [Tue, 15 Oct 2013 17:37:47 +0200] rev 20946
8026367: Add a sync keyword to mozilla_compat Reviewed-by: sundar, attila, lagergren
Tue, 15 Oct 2013 15:57:14 +0200 8026397: Fix ambiguity with array conversion, including passing JS NativeArrays in Java variable arity methods' vararg array position
attila [Tue, 15 Oct 2013 15:57:14 +0200] rev 20945
8026397: Fix ambiguity with array conversion, including passing JS NativeArrays in Java variable arity methods' vararg array position Reviewed-by: jlaskey, sundar
Mon, 14 Oct 2013 12:41:11 +0200 8026113: Nashorn arrays should automatically convert to Java arrays
attila [Mon, 14 Oct 2013 12:41:11 +0200] rev 20944
8026113: Nashorn arrays should automatically convert to Java arrays Reviewed-by: jlaskey, sundar
Mon, 14 Oct 2013 11:45:15 +0200 8026016: too many relinks dominate avatar.js http benchmark
hannesw [Mon, 14 Oct 2013 11:45:15 +0200] rev 20943
8026016: too many relinks dominate avatar.js http benchmark Reviewed-by: sundar, jlaskey, attila
Fri, 11 Oct 2013 14:54:16 +0200 8026309: latest runsunspider.js tests contains several bugs
jlaskey [Fri, 11 Oct 2013 14:54:16 +0200] rev 20942
8026309: latest runsunspider.js tests contains several bugs Reviewed-by: sundar, lagergren Contributed-by: james.laskey@oracle.com
Fri, 11 Oct 2013 23:31:18 -0700 Merge
lana [Fri, 11 Oct 2013 23:31:18 -0700] rev 20941
Merge
Fri, 11 Oct 2013 14:13:00 +0200 Merge
sundar [Fri, 11 Oct 2013 14:13:00 +0200] rev 20940
Merge
Fri, 11 Oct 2013 14:11:14 +0200 8026317: $ in the function name results in wrong function being invoked
sundar [Fri, 11 Oct 2013 14:11:14 +0200] rev 20939
8026317: $ in the function name results in wrong function being invoked Reviewed-by: lagergren, jlaskey
Fri, 11 Oct 2013 11:15:59 +0200 8026302: source representation of getter and setter methods is wrong
sundar [Fri, 11 Oct 2013 11:15:59 +0200] rev 20938
8026302: source representation of getter and setter methods is wrong Reviewed-by: lagergren, hannesw, jlaskey
Fri, 11 Oct 2013 10:56:08 +0200 8026292: Megamorphic setter fails with boolean value
hannesw [Fri, 11 Oct 2013 10:56:08 +0200] rev 20937
8026292: Megamorphic setter fails with boolean value Reviewed-by: jlaskey, sundar
Fri, 11 Oct 2013 09:09:13 +0200 Merge
sundar [Fri, 11 Oct 2013 09:09:13 +0200] rev 20936
Merge
Fri, 11 Oct 2013 06:50:06 +0200 8026263: [NASHORN] Test test/script/basic/JDK-8025488.js fails in nightly builds
sundar [Fri, 11 Oct 2013 06:50:06 +0200] rev 20935
8026263: [NASHORN] Test test/script/basic/JDK-8025488.js fails in nightly builds Reviewed-by: jlaskey
Thu, 10 Oct 2013 21:43:35 +0200 8026264: Getter, setter function name mangling issues
sundar [Thu, 10 Oct 2013 21:43:35 +0200] rev 20934
8026264: Getter, setter function name mangling issues Reviewed-by: lagergren, jlaskey
Thu, 10 Oct 2013 16:16:20 +0200 8026250: Logging nullpointer bugfix and javadoc warnings
lagergren [Thu, 10 Oct 2013 16:16:20 +0200] rev 20933
8026250: Logging nullpointer bugfix and javadoc warnings Reviewed-by: hannesw, jlaskey, sundar
Thu, 10 Oct 2013 14:43:22 +0200 8026162: "this" in SAM adapter functions is wrong
sundar [Thu, 10 Oct 2013 14:43:22 +0200] rev 20932
8026162: "this" in SAM adapter functions is wrong Reviewed-by: jlaskey, hannesw
Thu, 10 Oct 2013 13:41:19 -0700 Merge
lana [Thu, 10 Oct 2013 13:41:19 -0700] rev 20931
Merge
Thu, 10 Oct 2013 13:17:57 +0200 8026248: importClass has to be a varargs function
sundar [Thu, 10 Oct 2013 13:17:57 +0200] rev 20930
8026248: importClass has to be a varargs function Reviewed-by: jlaskey, hannesw
Thu, 10 Oct 2013 11:48:56 +0200 8026167: Class cache/reuse of 'eval' scripts results in ClassCastException in some cases.
sundar [Thu, 10 Oct 2013 11:48:56 +0200] rev 20929
8026167: Class cache/reuse of 'eval' scripts results in ClassCastException in some cases. Reviewed-by: lagergren, jlaskey
Wed, 09 Oct 2013 17:53:22 +0200 8026137: Fix Issues with Binary Evaluation Order
lagergren [Wed, 09 Oct 2013 17:53:22 +0200] rev 20928
8026137: Fix Issues with Binary Evaluation Order Reviewed-by: hannesw, jlaskey Contributed-by: marcus.lagergren@oracle.com, attila.szegedi@oracle.com
Wed, 09 Oct 2013 14:50:39 +0200 8026008: Constant folding removes var statement
hannesw [Wed, 09 Oct 2013 14:50:39 +0200] rev 20927
8026008: Constant folding removes var statement Reviewed-by: sundar, jlaskey
Wed, 09 Oct 2013 13:26:23 +0200 8026125: Array.prototype.slice.call(Java.type("java.util.HashMap")) throws ClassCastException: jdk.internal.dynalink.beans.StaticClass cannot be cast to jdk.nashorn.internal.runtime.ScriptObject
sundar [Wed, 09 Oct 2013 13:26:23 +0200] rev 20926
8026125: Array.prototype.slice.call(Java.type("java.util.HashMap")) throws ClassCastException: jdk.internal.dynalink.beans.StaticClass cannot be cast to jdk.nashorn.internal.runtime.ScriptObject Reviewed-by: hannesw, jlaskey
Wed, 09 Oct 2013 10:47:47 +0200 8026112: Function("with(x ? 1e81 : (x2.constructor = 0.1)){}") throws AssertionError: double is not compatible with object
sundar [Wed, 09 Oct 2013 10:47:47 +0200] rev 20925
8026112: Function("with(x ? 1e81 : (x2.constructor = 0.1)){}") throws AssertionError: double is not compatible with object Reviewed-by: lagergren, hannesw
Thu, 17 Oct 2013 09:41:14 -0700 Added tag jdk8-b112 for changeset 49f23f00d4e6
cl [Thu, 17 Oct 2013 09:41:14 -0700] rev 20924
Added tag jdk8-b112 for changeset 49f23f00d4e6
Wed, 05 Jul 2017 19:18:01 +0200 Merge
duke [Wed, 05 Jul 2017 19:18:01 +0200] rev 20923
Merge
Tue, 22 Oct 2013 16:29:10 -0700 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
tbell [Tue, 22 Oct 2013 16:29:10 -0700] rev 20922
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung
Thu, 17 Oct 2013 14:17:54 -0700 Merge
lana [Thu, 17 Oct 2013 14:17:54 -0700] rev 20921
Merge
Wed, 16 Oct 2013 23:31:16 -0700 8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
wetmore [Wed, 16 Oct 2013 23:31:16 -0700] rev 20920
8026762: jdk8-tl builds windows builds failing in corba - javac: no source files Reviewed-by: katleman, dholmes
Wed, 16 Oct 2013 13:49:59 +0200 6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar
erikj [Wed, 16 Oct 2013 13:49:59 +0200] rev 20919
6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar Reviewed-by: dholmes, chegar
Sun, 13 Oct 2013 22:00:30 +0100 Merge
chegar [Sun, 13 Oct 2013 22:00:30 +0100] rev 20918
Merge
Thu, 03 Oct 2013 19:11:30 +0100 Merge
chegar [Thu, 03 Oct 2013 19:11:30 +0100] rev 20917
Merge
Sat, 14 Sep 2013 19:40:07 +0100 Merge
chegar [Sat, 14 Sep 2013 19:40:07 +0100] rev 20916
Merge
Fri, 06 Sep 2013 09:48:54 +0100 Merge
chegar [Fri, 06 Sep 2013 09:48:54 +0100] rev 20915
Merge
Fri, 30 Aug 2013 09:48:22 +0100 Merge
chegar [Fri, 30 Aug 2013 09:48:22 +0100] rev 20914
Merge
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip