We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This library is a transitive dependency on one of our projects but references a class removed from the JDK:
sun.nio.ch.KQueueArrayWrapper
profiler/src/main/java/com/papertrail/profiler/CpuProfile.java
Line 147 in 8acd4de
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
This library is a transitive dependency on one of our projects but references a class removed from the JDK:
sun.nio.ch.KQueueArrayWrapper
profiler/src/main/java/com/papertrail/profiler/CpuProfile.java
Line 147 in 8acd4de
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.
The text was updated successfully, but these errors were encountered: