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

debug.cpp utility find() should print Java Object fields.

    XMLWordPrintable

Details

    • b26
    • generic
    • generic

    Backports

      Description

        The src/hotspot/share/utilities/debug.cpp utilities which print Java object details, only print full details (including object fields) in debug builds. Product builds are limited to only printing the basic oop/klass pointer details.

        As we can perform debugging on product builds, as well as debug builds,
        this limitation should be removed. The FieldPrinter in instancelass.hpp should not be excluded from product builds.

        Attachments

          Issue Links

            Activity

              People

                kevinw Kevin Walls
                kevinw Kevin Walls
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: