New Early Access builds

Alan Bateman Alan.Bateman at oracle.com
Tue Dec 1 17:54:23 UTC 2020


On 01/12/2020 17:43, Christian Stein wrote:
> Hi again!
>
> Another issue I observe with the new Loom EA build is
> related to JShell on Windows 10.
>
> The following worky by using the normal 16-ea build:
>
>   java --version
>   openjdk 16-ea 2021-03-16
>   OpenJDK Runtime Environment (build 16-ea+26-1764)
>   OpenJDK 64-Bit Server VM (build 16-ea+26-1764, mixed mode, sharing)
>
>   jshell https://bit.ly/bach-main-boot 
> <https://urldefense.com/v3/__https://bit.ly/bach-main-boot__;!!GqivPVa7Brio!MC0ShLIUfSAoFk8Q_TmFhWQ0xVTZY-4f-wFd9zGgjJlJOtOVBLHZ0Y4P_P76DAHxpQ$>
>
> Bach boots and a standard "jshell>" prompt appears.
>
> Using 16-loom+9, an EOFException is raised:
>
I'll check this but I'll bet this is debugger related because jshell 
uses the Java Debug Interface to control a VM that runs with the 
debugger agent. JVM TI has significantly advanced in recent weeks to 
support virtual threads, the JDWP agent will follow, and I expect a lot 
of the issues we have in this area will resolve themselves.

-Alan


More information about the loom-dev mailing list