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

Problems in the trace information.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.4.0
    • hotspot
    • generic
    • generic



      Name: si87474 Date: 01/11/2000


      My Costomer asked question
      ---------------------

      The trace function is an important feature for Java programmer,
      trace function in JVM has the following problems:

       1. It does not support native characters.
          In the trace information several information has a native
          characters, such as string literal,
          variable/class/package/method/thread names.

        Since the trace function does not support the native character,
        it doesn't help so much when we use the native characters in a
        Java program.


        More over, in some context, the JVM took away the first byte of
        the each char type data(UNICODE) we can't convert them to the
        native characters by using trace file taken.

       The JVM should support native characters in it.

       2. Incorrect trace information in the putfield_quick and ldc_quick
      instruction.

       The putfield_quick and ldc_quick instruction is putting
       the work area address of the field for its trace information,
       rather than the contents of the field.
       It does not make sense, should output the contents of the field.


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

            Unassigned Unassigned
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: