-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: hotspot
The tests fail with the following error:
< script error in file <system-init> : <system-init>:220:0 Expected an operand but found var
< var inp = java.lang.System["in"];
< ^ in <system-init> at line number 220 at column number 0
This seems to happen while parsing line 220 of
jdk/src/java.scripting/share/classes/com/sun/tools/script/shell/init.js
< script error in file <system-init> : <system-init>:220:0 Expected an operand but found var
< var inp = java.lang.System["in"];
< ^ in <system-init> at line number 220 at column number 0
This seems to happen while parsing line 220 of
jdk/src/java.scripting/share/classes/com/sun/tools/script/shell/init.js
- duplicates
-
JDK-8150186 Folding mismatched accesses with @Stable is incorrect
-
- Closed
-
- relates to
-
JDK-8150180 String.value contents should be trusted
-
- Resolved
-