-
Notifications
You must be signed in to change notification settings - Fork 925
Remove sun.misc.Unsafe memory access API usage #8259
Copy link
Copy link
Open
1 / 11 of 1 issue completedLabels
Code cleanupLabel for cleanup done on the Netbeans IDELabel for cleanup done on the Netbeans IDEJava[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)Upgrade JDKUpgrade to the JDK requirements of a module.Upgrade to the JDK requirements of a module.priority:highHigh priority issue that should, if possible, be fixed in next releaseHigh priority issue that should, if possible, be fixed in next release
Milestone
Metadata
Metadata
Assignees
Labels
Code cleanupLabel for cleanup done on the Netbeans IDELabel for cleanup done on the Netbeans IDEJava[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)Upgrade JDKUpgrade to the JDK requirements of a module.Upgrade to the JDK requirements of a module.priority:highHigh priority issue that should, if possible, be fixed in next releaseHigh priority issue that should, if possible, be fixed in next release
Type
Fields
Give feedbackNo fields configured for issues without a type.
--sun-misc-unsafe-memory-accesstodenysee JEP 498.
nb 25 started on JDK 24 in terminal will print the following to console:
to get the full stack trace, set
--sun-misc-unsafe-memory-access=debug(but there might be more usages, guava might have it fixed in the next release google/guava#6806 (comment)) edit: guava and guice is resolved
startup log of NB 30rc1 looks pretty good now.
truffle-api-24.0.0.jarstill likes to useUnsafe::objectFieldOffset(start java debugger)Details