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

Implement creation of nmethods from nmethods

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P5 P5
    • tbd
    • 22
    • hotspot
    • None

      We need functionality to create nmethods from existing nmethods to support the use cases:
      - Save C1 nmethods when they are replaced by C2 nmethods having speculative code.
      - Separate hot nmethods from cold nmethods, for example recreating them in a special code heap.
      - Preserve nmethods being removed as cold.

      Without this functionality, we need to use recompilation which is expensive for big methods.

            eastigeevich Evgeny Astigeevich
            eastigeevich Evgeny Astigeevich
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: