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

Removing sun.misc.Unsafe; #130

Open
ghost opened this issue Aug 8, 2022 · 4 comments
Open

Removing sun.misc.Unsafe; #130

ghost opened this issue Aug 8, 2022 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 8, 2022

sun.misc.Unsafe is blocking point to be able to upgrade to new java version

@bigkahuna1uk
Copy link

I concur, you can't move up to JDK 17 because of this. Can we review usage and look for alternatives.

@ghost
Copy link
Author

ghost commented Aug 12, 2022

we should add micro steam for serialization as it is fast and secure

@narrorek0xd
Copy link

familiarity with mobile phone applications

wait, what ?

@emskaplann
Copy link

any updates on this issue? how can I fix this? I'm trying to run the project with JAVA 17 but getting this error:

java.lang.IllegalAccessError: class net.openhft.chronicle.core.OS (in unnamed module @0x54307ae0) cannot access class sun.nio.ch.FileChannelImpl (in module java.base) because module java.base does not export sun.nio.ch to unnamed module @0x54307ae0

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

4 participants
@bigkahuna1uk @narrorek0xd @emskaplann and others