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

[JVMCI] incorrect management of JVMCI compilation failure reason string

XMLWordPrintable

    • b05

      A JVMCI compilation failure message string copied from a Java String object is assigned to CompileTask::_failure_reason. Currently, the string can be allocated in resource memory within a ResourceMark scope that is exited before the associated CompileTask is freed. CompileTask must be modified to support a C heap allocated _failure_reason.

            dnsimon Douglas Simon
            dnsimon Douglas Simon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: