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

buildbreak: package com.ibm.oti.shared does not exist #3204

Closed
sxa opened this issue Oct 10, 2018 · 3 comments
Closed

buildbreak: package com.ibm.oti.shared does not exist #3204

sxa opened this issue Oct 10, 2018 · 3 comments
Labels

Comments

@sxa
Copy link
Contributor

sxa commented Oct 10, 2018

Something that went in yesterday has destabilised the builds seemingly across all platforms. Seen at adoptopenjdk CI but also visible in the OpenJ9 CI

/ramdisk0/build/workspace/build-scripts/jobs/jdk8u/jdk8u-aix-ppc64-openj9/workspace/build/src/jdk/src/share/classes/sun/misc/URLClassPath.java:113: error: cannot find symbol
    private SharedClassURLClasspathHelper sharedClassURLClasspathHelper = null; 
            ^
  symbol:   class SharedClassURLClasspathHelper
  location: class URLClassPath
/ramdisk0/build/workspace/build-scripts/jobs/jdk8u/jdk8u-aix-ppc64-openj9/workspace/build/src/jdk/src/share/classes/sun/misc/URLClassPath.java:166: error: cannot find symbol
                        SharedClassURLClasspathHelper helper) {                 
                        ^
  symbol:   class SharedClassURLClasspathHelper
  location: class URLClassPath
/ramdisk0/build/workspace/build-scripts/jobs/jdk8u/jdk8u-aix-ppc64-openj9/workspace/build/src/jdk/src/share/classes/java/net/URLClassLoader.java:65: error: package com.ibm.oti.shared does not exist
import com.ibm.oti.shared.Shared;              
@sxa sxa changed the title OpenJ9 builds broken buildbreak: package com.ibm.oti.shared does not exist Oct 10, 2018
@pshipton
Copy link
Member

Trying to figure out what caused this.

@pshipton
Copy link
Member

I believe this is fixed by #3207

@pshipton
Copy link
Member

Although the builds were broken (failed to run java -version), I don't believe the symptom described here was related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants