Commit Graph

47290 Commits

Author SHA1 Message Date
Goetz Lindenmaier
a0218352fc 8188135: Fix VS 2010 build after "8187631: Refactor FileDescriptor close implementation"
Reviewed-by: dholmes, alanb
2017-09-29 10:00:58 +02:00
Lana Steuck
a1b8c392f1 Added tag jdk-10+25 for changeset 8eb5e3ccee56 2017-09-29 00:52:30 +00:00
Athijegannathan Sundararajan
cea7897f08 8188098: NPE in SimpleTreeVisitorES6 visitor when parsing a tagged template literal
Reviewed-by: hannesw, jlaskey
2017-09-28 23:03:17 +05:30
Athijegannathan Sundararajan
b0e9c95b72 8188082: autoimports.js sample is broken
Reviewed-by: hannesw, jlaskey
2017-09-28 18:30:35 +05:30
Maurizio Cimadamore
9e6049ef0f 8188090: Running tests from make causes spurious mercurial changes
Fix relative path in test/TestCommon.gmk

Reviewed-by: erikj
2017-09-28 11:20:16 +01:00
Bhavesh Patel
6db0190cb5 8186332: Fix method signature in method summary table
Reviewed-by: jjg, ksrini
2017-09-27 16:47:07 -07:00
Joe Darcy
5d2a4c319a 8187982: Update SourceVersion to mention restricted keywords
Reviewed-by: mcimadamore
2017-09-27 14:23:41 -07:00
Mandy Chung
24d81d3f2e 6373396: (cl spec) clarify spec of ClassLoader.getPackages() about run-time package
Reviewed-by: psandoz
2017-09-27 12:44:06 -07:00
Paul Sandoz
999343e352 8187688: Additional tests for MethodHandle.invokeWithArguments
Reviewed-by: redestad
2017-09-27 10:24:40 -07:00
Claes Redestad
0355224df8 8187826: Avoid using reflection to bootstrap NamedFunctions
Reviewed-by: psandoz
2017-09-27 17:56:00 +02:00
Hannes Wallnöfer
2e46c1508a 8186815: Java.from has a bug, when element is ScriptObject
Reviewed-by: sundar, jlaskey
2017-09-27 17:09:52 +02:00
Priya Lakshmi Muthuswamy
10f7bd1ab6 8133623: JDK-8055034.js and JDK-8130127.js fail in nashorn nightly
Reviewed-by: sundar, hannesw
2017-09-27 15:26:35 +02:00
Athijegannathan Sundararajan
a00dba8a16 8188023: Avoid -source and -target javac options in nashorn ant compilation
Reviewed-by: jlaskey, hannesw
2017-09-27 18:40:37 +05:30
Hannes Wallnöfer
047f60b678 8187962: Optimistic types ignore JavaAdapter return types
Reviewed-by: sundar, attila
2017-09-27 14:56:19 +02:00
Magnus Ihse Bursie
26f4eca08c 8188013: symbolgenerator targets jdk 9 source
Reviewed-by: erikj
2017-09-27 11:38:21 +02:00
Magnus Ihse Bursie
81f0285c52 8188012: Nashorn build targets version 9 source
Reviewed-by: erikj, dholmes
2017-09-27 11:21:40 +02:00
Philipp Kunz
2ae9614d34 6695402: Jarsigner with multi-byte characters in class names
Reviewed-by: weijun
2017-09-27 14:02:15 +08:00
Bhavesh Patel
385c583ed1 8183511: improve style for deprecated text
Reviewed-by: jjg, ksrini
2017-09-26 20:03:48 -07:00
Rob McKenna
1fc8d0cfd9 8184328: JDK 8u131 socketRead0 hang at SSL read
Reviewed-by: xuelei, chegar, coffeys
2017-09-26 19:19:09 +01:00
Vyom Tewari
99b202b398 8185072: network006 times out in many configs in JDK10-hs nightly
Reviewed-by: chegar, rriggs
2017-09-26 20:34:10 +05:30
Athijegannathan Sundararajan
06e15f6982 8187965: dynalink samples under $jdk10/src/sample/nashorn/dynalink are broken
Reviewed-by: jlaskey, hannesw
2017-09-26 20:29:13 +05:30
Maurizio Cimadamore
c825188cd8 8177466: Add compiler support for local variable type-inference
Add support for 'var' in implicitly typed local variable declarations

Reviewed-by: vromero, jlahoda
2017-09-26 12:52:53 +01:00
Vyom Tewari
02ba926da2 8159526: Deprivilege jdk.httpserver
Reviewed-by: chegar, alanb, michaelm, mchung
2017-09-26 15:08:56 +05:30
Chris Hegarty
b98d0bda76 8181176: java/net/httpclient/websocket/ConnectionHandover.java times out
Reviewed-by: coffeys
2017-09-26 10:20:35 +01:00
David Holmes
da352d7930 Merge 2017-09-26 01:26:00 -04:00
Hamlin Li
9f1f9587cb 8187376: test issue in java/lang/invoke/VarHandles/VarHandleBaseTest.java
Reviewed-by: psandoz
2017-09-26 12:47:49 +08:00
Goetz Lindenmaier
92fc72a86b 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
Reviewed-by: ihse, dholmes
2017-09-25 23:42:58 -04:00
Srinivas Dama
2dc0eaaa4b 8185257: Nashorn AST is missing nodes when a for-loop contains a VariableDeclarationList
Var declaration in for loop removed from block scope in es6 mode

Reviewed-by: hannesw, sundar
2017-09-26 07:00:43 +05:30
Athijegannathan Sundararajan
551d0689ed 8187934: dropping a shebang script in src/sample/nashorn directory results in test failure
Reviewed-by: hannesw, jlaskey
2017-09-25 20:32:44 +05:30
Srinivas Dama
dca8480e87 8186011: Fix samples/java_completion.js and samples/disassemble.js
Replaced continuation property to method as API changed and removed invalid test in jdk9 modular system

Reviewed-by: hannesw, sundar
2017-09-26 00:37:37 +05:30
Magnus Ihse Bursie
6beed6f0b7 8187672: RunTest displays broken output if jtreg fails completely
Reviewed-by: erikj, tbell
2017-09-25 11:52:40 +02:00
Magnus Ihse Bursie
bac7500e27 8180897: Explicit --with-jtreg path not expanded
Reviewed-by: erikj
2017-09-25 11:50:39 +02:00
Jan Lahoda
4335a9a642 8187883: NewClassDefEnclosing.java fails on windows
Fixing whitespace normalization.

Reviewed-by: mcimadamore
2017-09-25 13:03:11 +02:00
Maurizio Cimadamore
bde617da88 8187784: IntelliJ langtools project exclusion settings are too broad
Revert exclusion for src/make/test folders

Reviewed-by: jlahoda
2017-09-25 11:32:13 +01:00
Magnus Ihse Bursie
ab22e37439 8176467: --with-cacerts-file should fail during configure if file does not exist
Reviewed-by: erikj
2017-09-25 10:47:28 +02:00
Magnus Ihse Bursie
1490f5ebed 8176099: --with-build-jdk and --with-boot-jdk not working with JDK 10
Reviewed-by: erikj
2017-09-25 10:45:34 +02:00
Magnus Ihse Bursie
e84be60b1a 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
Reviewed-by: erikj
2017-09-25 10:32:00 +02:00
Magnus Ihse Bursie
4ef785b337 8187543: Replace SRC_ROOT with TOPDIR
Reviewed-by: erikj
2017-09-25 10:21:23 +02:00
Sergey Bylokhov
97d93fe4d8 8187442: Xcheck:jni produces various "WARNING in native method" in launcher
Reviewed-by: ksrini, dholmes
2017-09-22 15:32:09 -07:00
John R Rose
f98aab0db9 8185993: MethodHandle.invokeWithArguments jumbo-arity
Reviewed-by: psandoz, vlivanov
2017-09-22 15:28:16 -07:00
Andrey Nazarov
71e91d9c2e 8185458: Added comment for Files.notExists in FileUtils test library
Reviewed-by: chegar
2017-09-22 11:49:53 -07:00
Jan Lahoda
b45c9233a4 8044853: Attr synthesizes nullcheck tree nodes
Avoid move of JCNewClass.encl to args in front end phases.

Reviewed-by: jjg
2017-09-22 14:06:11 +02:00
Priya Lakshmi Muthuswamy
de9651c66a 8181792: nashorn samples/exec.js has some incorrect examples
Reviewed-by: sundar, hannesw
2017-09-22 12:00:41 +02:00
Priya Lakshmi Muthuswamy
6c1410fffa 8186180: Symbol.__proto__ results in error with format string placeholder
Reviewed-by: sundar, hannesw
2017-09-22 11:52:38 +02:00
Priya Lakshmi Muthuswamy
ea3a3f20d5 8187362: Nashorn unsigned right shift operator unexpectedly returns floating-point
Reviewed-by: sundar, hannesw
2017-09-22 11:48:57 +02:00
Amy Lu
f22dd8323b 8184329: Refactor java/lang/ClassLoader shell tests to java
Reviewed-by: mchung
2017-09-22 16:38:54 +08:00
Felix Yang
300988fb02 8085875: java/net/DatagramSocket/PortUnreachable.java fails intermittently: Address already in use
Reviewed-by: msheppar, clanger
2017-09-21 20:05:46 -07:00
Felix Yang
e634950b41 8187026: Remove intermittent key from java/net/httpclient/http2/BasicTest.java
Reviewed-by: chegar
2017-09-21 19:48:32 -07:00
Weijun Wang
b380f1b6cc 8187786: Many javax/net/ssl/DTLS tests failing
Reviewed-by: xuelei
2017-09-22 09:49:08 +08:00
Erik Joelsson
4f3d30c818 8187790: generated-configure out of sync
Reviewed-by: mchung, tbell
2017-09-21 23:20:18 +02:00