8
0

4 Commits

Author SHA256 Message Date
61b0b961b6 Accepting request 1266402 from Java:packages
- Upgrade to version 9.8
  * new Opcodes.V25 constant for Java 25
  * bug fixes
    + Fix one more copy operation on DUP2
    + 318015: Valid bytecode for jvm, but failed to pass the
      CheckClassAdapter.
    + `ASMifier` should print calls to `valueOf` instead of
      deprecated constructors of primitive wrappers

OBS-URL: https://build.opensuse.org/request/show/1266402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/objectweb-asm?expand=0&rev=30
2025-04-03 16:40:48 +00:00
073e2ef762 - Upgrade to version 9.8
* new Opcodes.V25 constant for Java 25
  * bug fixes
    + Fix one more copy operation on DUP2
    + 318015: Valid bytecode for jvm, but failed to pass the
      CheckClassAdapter.
    + `ASMifier` should print calls to `valueOf` instead of
      deprecated constructors of primitive wrappers

OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=72
2025-04-02 06:12:00 +00:00
19cc197084 Accepting request 1207482 from Java:packages
9.7.1

OBS-URL: https://build.opensuse.org/request/show/1207482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/objectweb-asm?expand=0&rev=29
2024-10-13 15:33:21 +00:00
9eada42c00 Accepting request 1206588 from home:urbic:branches:Java:packages
- Upgrade to version 9.7.1
  * new Opcodes.V24 constant for Java 24
  * Javadoc improvements
  * new features
    + 318013: new ClassWriter setFlags() method.
    + Add ConstantDynamic serialization and Number suffixes to
      Textifier.
  * bug fixes
    + 318014: Analyzer with a SimpleVerifier may throw an
      AnalyzerException on valid java code due to incompatible
      frame locals.
    + 318015: Valid bytecode for jvm, but failed to pass the
      CheckClassAdapter.
    + 318016: ClassNotFoundException with an array of the type of
      current class.
    + 318018: changing invokedynamic Handle itf bool flag doesn't
      create new methodref in symbol table.
    + 318019: Attribute::write is invoked twice.
    + Fix DUP_X1, DUP_X2, DUP2_X1, and DUP2_X2 not copying values
      correctly in Analyzer.
    + Fix SimpleVerifier multiple dimensions merge.
    + Fix SourceInterpreter wrongly saying that Condy long /
      doubles are one word elements.
    + GeneratorAdapter: fix push(Type.VOID_TYPE).
    + Fix null method parameter name in Asmifier causing NPE.

OBS-URL: https://build.opensuse.org/request/show/1206588
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=70
2024-10-11 11:28:45 +00:00

Diff Content Not Available