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

Display thread once in Internal exceptions event log lines

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 13
    • 13
    • hotspot
    • b23
    • generic
    • generic

        Display thread once in Internal exceptions event log lines

        Currently the internal exceptions related event log - part in the hs_err file looks like this :

        Internal exceptions (20 events):
        Event: 9.075 Thread 0x000003ff7c971800 Exception <a .... exception-related info/signature ....> (0x00000000d930ed40)
        thrown [/mydir/jdk/src/hotspot/share/oops/constantPool.cpp, line 777]
        for thread 0x000003ff7c971800


        One can see that the thread is displayed ***twice*** in every line, once at the beginning :
        Event: 9.075 Thread 0x000003ff7c971800

        and again at the end:
        for thread 0x000003ff7c971800

        I think the info should be displayed just once (saves a bit space and makes the output shorter).

              mbaesken Matthias Baesken
              mbaesken Matthias Baesken
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: