Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4407265

jdb HelloWorld hangs on Linux RH6.2

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.3.1
    • vm-legacy
    • None
    • x86
    • linux

      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..

            Unassigned Unassigned
            mpawarsunw Maneesh Pawar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: