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

JDK11 Compatibility #4

Open
pacomendes opened this issue Feb 27, 2019 · 1 comment
Open

JDK11 Compatibility #4

pacomendes opened this issue Feb 27, 2019 · 1 comment

Comments

@pacomendes
Copy link

pacomendes commented Feb 27, 2019

This library is a transitive dependency on one of our projects but references a class removed from the JDK:

sun.nio.ch.KQueueArrayWrapper

idleClassAndMethod.add(new StringPair("sun.nio.ch.KQueueArrayWrapper", "kevent0"));

Does this cause any issues when running on JDK11? Unit tests pass on JDK 11, but I'm not sure how to ensure this code path would work.

@rhowe
Copy link

rhowe commented Apr 5, 2019

This won't be a problem - this is just a list of things to not profile if they're encountered in the stack. If they don't exist, that's fine too.

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

2 participants