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

[lworld] Pre-allocated instance should be created during class initialization

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • repo-valhalla
    • repo-valhalla
    • hotspot

      The pre-allocated default value of an inline class is currently allocated during the loading phase. This causes an issue to implement class redefinition for inline classes. The allocation of the default instance should be moved to the class initialization phase.

            fparain Frederic Parain
            fparain Frederic Parain
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: