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

STD: Jdb is unable to deal with multibyte method names and variables

XMLWordPrintable

    • generic
    • generic

      Create a class with MB method name and MB variable names.

      After compiling with -g flag(see bug 4051149 for other limitations), run jdb. The following problems occurs:

      1) Unable to set a breakpoint inside a MB method via stop-in command. You can do so using <class-name>:<line number>.

      2) Assuming you set the breakpoint using <class-name>:<line number>, when the breakpoint inside MB method is hit, jdb will print the garbage method name.

      3) Using the locals command, try printing the names of MB variables. jdb will print garbage variable names.

            ghirschsunw Gordon Hirsch (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: