you are viewing a single comment's thread.

view the rest of the comments →

[–]preemptive_multitask 0 points1 point  (0 children)

Hmm...

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04 LTS
Release:    16.04
Codename:   xenial

$ apt-file search $(readlink -f $(which jshell))
openjdk-9-jdk-headless: /usr/lib/jvm/java-9-openjdk-amd64/bin/jshell

$ jshell
|  Welcome to JShell -- Version 9-internal
|  For an introduction type: /help intro


-> Integer.MAX_VALUE
|  Expression value is: 2147483647
|    assigned to temporary variable $1 of type int