JDK-4407265 : jdb HelloWorld hangs on Linux RH6.2
  • Type: Bug
  • Component: vm-legacy
  • Sub-Component: jvmdi
  • Affected Version: 1.3.1
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2001-01-23
  • Updated: 2001-01-24
  • Resolved: 2001-01-24
Related Reports
Duplicate :  
Relates :  
Description
Test : jdb HelloWorld
Mode : -Xmixed, -Xint, -Xcomp

Steps to reproduce :

HelloWorld.java
             ::::::::::::::
             public class HelloWorld {
                 public static void main(String args[]) {
                     System.out.println("Hello, world!");
                 }
             }


user% $JAVA_HOME/bin/java -showversion HelloWorld
java version "1.3.1beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1beta-b13)
Java HotSpot(TM) Client VM (build 1.3.1beta-b13, mixed mode)

Hello, world!

user% $JAVA_HOME/bin/jdb HelloWorld
Initializing jdb...
> stop in HelloWorld.main
Deferring breakpoint HelloWorld.main.
It will be set after the class is loaded.
> run HelloWorld
> 
VM Started:

Hangs here..