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

Remove java.lang.Compiler for Java 21+ #18581

Merged
merged 3 commits into from
Dec 7, 2023

Commits on Dec 7, 2023

  1. Remove java.lang.Compiler for Java 21+

    Fixes: eclipse-openj9#18430
    
    Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
    keithc-ca committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f76c7ad View commit details
    Browse the repository at this point in the history
  2. Adapt tests for removal of java.lang.Compiler

    Add CompilerAccess to allow tests to compile in Java 21+, supported
    by new "access" test shared library. Update tests to use the new
    library as needed, and defining TEST_LIB_PATH for DDR tests on OSX.
    
    Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
    keithc-ca committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    48119fc View commit details
    Browse the repository at this point in the history
  3. Adapt tests for removal of java.lang.Compiler

    Update tests to use $(ADD_JVM_LIB_DIR_TO_LIBPATH) as appropriate.
    
    Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
    keithc-ca committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    80bd14e View commit details
    Browse the repository at this point in the history