Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-2247

check the new StackMapTable feature for usage in Groovy

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0-rc-1
    • bytecode
    • None

    Description

      java 6 has a new verifier, that operates in two faces. the first phase is done by the compiler, which has to store type information in stack maps. the second phase is when loading the class, the verifier will check the usage based on the type information from the first phase. This allows the verifier to run much faster and shortens class loading time.

      This feature should be checked for usage in Groovy.

      Attachments

        Activity

          People

            blackdrag Jochen Theodorou
            blackdrag Jochen Theodorou
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: