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

jdb messes output

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 12
    • 8
    • core-svc
    • None

      Breakpoint event happens just after cont command and causes mess of JDB output.

      Initializing jdb ...
      > stop in nsk.jdb.stop_in.stop_in002.stop_in002a.main
      Deferring breakpoint nsk.jdb.stop_in.stop_in002.stop_in002a.main.
      It will be set after the class is loaded.
      > run
      run nsk.jdb.stop_in.stop_in002.stop_in002a
      Set uncaught java.lang.Throwable
      Set deferred uncaught java.lang.Throwable
      >
      VM Started: Set deferred breakpoint nsk.jdb.stop_in.stop_in002.stop_in002a.main

      Breakpoint hit: "thread=main", nsk.jdb.stop_in.stop_in002.stop_in002a.main(), line=18 bci=0

      main[1] stop in nsk.jdb.stop_in.stop_in002.stop_in002b.<clinit>
      Deferring breakpoint nsk.jdb.stop_in.stop_in002.stop_in002b.<clinit>.
      It will be set after the class is loaded.
      main[1] stop in nsk.jdb.stop_in.stop_in002.stop_in002b.<init>
      Deferring breakpoint nsk.jdb.stop_in.stop_in002.stop_in002b.<init>.
      It will be set after the class is loaded.
      main[1] stop in nsk.jdb.stop_in.stop_in002.stop_in002b$StaticNested.m1
      Deferring breakpoint nsk.jdb.stop_in.stop_in002.stop_in002b$StaticNested.m1.
      It will be set after the class is loaded.
      main[1] stop in nsk.jdb.stop_in.stop_in002.stop_in002b$Inner.m2
      Deferring breakpoint nsk.jdb.stop_in.stop_in002.stop_in002b$Inner.m2.
      It will be set after the class is loaded.
      main[1] stop in nsk.jdb.stop_in.stop_in002.stop_in002b.foo
      Deferring breakpoint nsk.jdb.stop_in.stop_in002.stop_in002b.foo.
      It will be set after the class is loaded.
      main[1] cont
      > Set deferred breakpoint nsk.jdb.stop_in.stop_in002.stop_in002b.foo
      Set deferred breakpoint nsk.jdb.stop_in.stop_in002.stop_in002b.<init>
      Set deferred breakpoint nsk.jdb.stop_in.stop_in002.stop_in002b.<clinit>

      Breakpoint hit: "thread=main", nsk.jdb.stop_in.stop_in002.stop_in002b.<clinit>(), line=40 bci=0

      main[1] cont

      Breakpoint hit: main[1] cont
                                ^^^^^^^^
      > "thread=main", nsk.jdb.stop_in.stop_in002.stop_in002b.<init>(), line=45 bci=0
      ^^^

      > Set deferred breakpoint nsk.jdb.stop_in.stop_in002.stop_in002b$Inner.m2
      Set deferred breakpoint nsk.jdb.stop_in.stop_in002.stop_in002b$StaticNested.m1

      Breakpoint hit: "thread=main", nsk.jdb.stop_in.stop_in002.stop_in002b$StaticNested.m1(), line=51 bci=0

      main[1] cont

      Breakpoint hit: main[1] "thread=main", nsk.jdb.stop_in.stop_in002.stop_in002b$Inner.m2(), line=55 bci=0
                                 ^^^^^

      main[1] cont

      Breakpoint hit: main[1] "thread=main", nsk.jdb.stop_in.stop_in002.stop_in002b.foo(), line=58 bci=0
                                 ^^^^^

      main[1] cont
      >
      The application exited


            gadams Gary Adams (Inactive)
            bmoloden Boris Molodenkov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: