duke [Mon, 04 Sep 2017 11:05:00 +0200] rev 47046
Merge
asaha [Fri, 25 Aug 2017 04:59:19 +0000] rev 47045
Added tag jdk-10+21 for changeset 88329a180238
duke [Mon, 04 Sep 2017 11:04:56 +0200] rev 47044
Merge
joehw [Fri, 25 Aug 2017 10:17:08 -0700] rev 47043
8186675: Javadoc of SAXSource contains implementation detail
Reviewed-by: lancea
asaha [Fri, 25 Aug 2017 04:59:19 +0000] rev 47042
Added tag jdk-10+21 for changeset 5c8fbfb7f89e
duke [Mon, 04 Sep 2017 11:04:51 +0200] rev 47041
Merge
sdama [Fri, 01 Sep 2017 07:55:00 +0530] rev 47040
8184720: Nashorn engine in strict mode throws a java.lang.ClassCastException when calling apply() and passing the arguments object
Summary: Fixed needsCallee method to return true properly in strict mode
Reviewed-by: hannesw, sundar
Contributed-by: srinivas.dama@oracle.com
sdama [Fri, 01 Sep 2017 07:07:11 +0530] rev 47039
8073640: Nashorn scripting: here document with only whitespace gives error
Summary: Added support for handling trailing blank lines in here-doc string parsing
Reviewed-by: hannesw, jlaskey
Contributed-by: srinivas.dama@oracle.com