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

HotSpot VM build 1.3.0-b24 hangs with -Xrunhprof:cpu=samples option

XMLWordPrintable

    • sol-fcs
    • generic, sparc
    • generic, solaris_7
    • Not verified



        Name: abR10010 Date: 08/01/2000



        The hanging is intermittent but quite reproducible.

        % java -version
        java version "1.3.0"
        Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-b24)
        Java HotSpot(TM) Client VM (build 1.3.0-b24, mixed mode)

        % java -Xrunhprof:cpu=samples HelloWorld
        <hanging>...

        The same happens for the Server VM.

        HotSpot VM build 1.3.0-b23 is OK.

        % java -version
        java version "1.3.0"
        Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-b23)
        Java HotSpot(TM) Client VM (build 1.3.0-b23, mixed mode)

        % java -Xrunhprof:cpu=samples HelloWorld
        Hello World!
        Dumping CPU usage by sampling running threads ... done.

        This bug prevents the nsk/regression/b4328316 test from passing.

        HelloWorld.java source:
        //------------------------
        public class HelloWorld {
            public static void main(String argv[]) {
                System.out.println("Hello World!");
            }
        }
        //------------------------

        ======================================================================

              acorn Karen Kinnear (Inactive)
              bondsunw Bond Bond (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: