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

Filename and linenumber are not printed for asserts any more.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • b103

      When hitting an assert, filename and linenumber are not printed out any more. Instead the following is printed:

       INVALID (0xe0000000) at pc=0x0000000000000000

      This is because the posix version of os::exception_name() has changed from returning NULL to returning a string saying "invalid (<num>)", breaking the API.

            david David Lindholm (Inactive)
            david David Lindholm (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: