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

Improve class initialization barrier in TemplateTable::_new for S390

XMLWordPrintable

    • b08
    • s390x

      The class initialization barrier in TemplateTable::_new fast path check ensures that the class being instantiated is fully initialized. It can be improved by introducing additional fast path check when current thread is initializer thread as MacroAssembler::clinit_barrier() does. It avoids repeated calls into interpreter runtime for classes being initialized.

      This improvement should be applied to all platforms that support fast class initialization.

            amitkumar Amit Kumar
            matsaave Matias Saavedra Silva
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: