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

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

XMLWordPrintable

    • b26
    • generic
    • generic

        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.

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

                Created:
                Updated:
                Resolved: