Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8251554 JEP 401: Value Classes and Objects (Preview)
  3. JDK-8339206

Update to AsmTools with support for value classes and objects

XMLWordPrintable

      The jasm and jdis tools used to run tests require enhancement to support the JVM changes of Value Classes and Objects, as described in JDK-8317278.

      There are three class file changes:

      1) The ACC_IDENTITY flag on class declarations, which replaces ACC_SUPER
      2) The ACC_STRICT flag on fields (previously used on methods in legacy classes)
      3) The LoadableDescriptors attribute, which contains a list of Utf8 descriptors

      This task can be completed when the jtreg version used for mainline development includes a version of jasm that supports the new features.

            dlsmith Dan Smith
            dlsmith Dan Smith
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: