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

hotspot dumps core on minor vm exits (e.g. mistyped library name)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.3.0
    • 1.3.0
    • hotspot
    • None
    • sol-beta2
    • sparc
    • solaris_7
    • Verified

      Due to the fix (which we badly needed) for 4336145, hotspot now dumps
      core for any vm_exit_during_initialization even in product mode.
      The problem was seen on Kestrel Solaris beta almost b17.

      There are times when a core dump is not needed, and inappropriate.

      The example found was in mistyping a library name, as in
        java -Xrunlibreqevent008 reqevent008 instead of typing
        java -Xrunreqevent008 reqevent008

      What I got back was:

      Error occurred during initialization of VM
      Could not find -Xrun library: liblibreqevent008.so
      Abort (core dumped)

      The request is to split errors into those where a core dump is helpful
      and those where it is overkill.

            jcoomes John Coomes (Inactive)
            acorn Karen Kinnear (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: