-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b28
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056556 | emb-9 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | master |
JDK-8064182 | 8u45 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8055648 | 8u40 | Attila Szegedi | P3 | Resolved | Fixed | b04 |
JDK-8070419 | emb-8u47 | Attila Szegedi | P3 | Resolved | Fixed | team |
jjs
jjs> var x = Object.create(null);
jjs> x;
Expected:
Error message is printed (because x can't be converted to String to print it) -- but interactive mode to continue.
Actual:
Stack trace printed with TypeError and jjs process exits.
jjs> var x = Object.create(null);
jjs> x;
Expected:
Error message is printed (because x can't be converted to String to print it) -- but interactive mode to continue.
Actual:
Stack trace printed with TypeError and jjs process exits.
- backported by
-
JDK-8055648 jjs exits interactive mode if exception was thrown when trying to print value of last evaluated expression
-
- Resolved
-
-
JDK-8056556 jjs exits interactive mode if exception was thrown when trying to print value of last evaluated expression
-
- Resolved
-
-
JDK-8064182 jjs exits interactive mode if exception was thrown when trying to print value of last evaluated expression
-
- Resolved
-
-
JDK-8070419 jjs exits interactive mode if exception was thrown when trying to print value of last evaluated expression
-
- Resolved
-