Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8316893 Compile without -fno-delete-null-pointer-checks
  3. JDK-8316895

SeenThread::print_action_queue called on a null pointer

XMLWordPrintable

    • b17

        PlaceholderEntry calls print_action_queue without checking if the thread pointers are non-null. This works because we compile with -fno-delete-null-pointer-checks, and crashes if that flag is removed.

        Crash can be observed in test/hotspot/jtreg/runtime/logging/RedefineClasses.java, for example.

              djelinski Daniel Jelinski
              djelinski Daniel Jelinski
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: