Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add constant dynamic unit tests #2870

Merged
merged 2 commits into from
Sep 15, 2018
Merged

Commits on Sep 14, 2018

  1. Add Primitive CondyTests for JDK11

    Add Java 11 tests for Constant Dynamic mainly involves
    String object, NULL object and Primitive data types
    objects. Variation covers running this test in interpreted mode
    as well as specific JIT compilation modes which checks out
    JIT's handling of resolved and unresolved Constant Dynamic cases.
    
    Signed-off-by: Rahil Shah <rahil@ca.ibm.com>
    r30shah committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    f338ff7 View commit details
    Browse the repository at this point in the history
  2. Get ASM-7.0 from SNAPSHOT

    For released asm version we get asm-all.jar which combines all asm
    components in single jar. To test ConstantDynamic helper methods
    are only available in 7.0 version of asm which is not released yet.
    This commit grabs asm-7.0 as well which contains necessary classes
    to generate tests for Constant Dynamic
    
    Signed-off-by: Rahil Shah <rahil@ca.ibm.com>
    r30shah committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    71ca4c1 View commit details
    Browse the repository at this point in the history