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

Java 12 extensions update causing build failure #4158

Closed
theresa-m opened this issue Dec 31, 2018 · 0 comments
Closed

Java 12 extensions update causing build failure #4158

theresa-m opened this issue Dec 31, 2018 · 0 comments

Comments

@theresa-m
Copy link
Contributor

The last working build I have that is fixed in #3768 was at extensions commit "JCL - 8f2789f based on jdk-12+23)"

New errors:

/root/openj9-openjdk-jdk12/build/linux-x86_64-server-release/support/j9jcl_sources/java.base/share/classes/java/lang/System.java:133: error: cannot find symbol
                        VM.saveAndRemoveProperties(systemProperties);
                          ^
  symbol:   method saveAndRemoveProperties(Properties)
  location: class VM
/root/openj9-openjdk-jdk12/build/linux-x86_64-server-release/support/j9jcl_sources/java.base/share/classes/java/lang/System.java:301: error: incompatible types: Properties cannot be converted to Map<String,String>
        java.lang.VersionProps.init(systemProperties);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant