mbien commented on issue #8259:
URL: https://github.com/apache/netbeans/issues/8259#issuecomment-2767344031
this looks like the 3.6 lucene editor dependency
```
jfr print --events jdk.DeprecatedInvocation nb_startup_1.jfr
...
jdk.DeprecatedInvocation {
startTime = 20:11:36.151 (2025-03-31)
method = sun.misc.Unsafe.objectFieldOffset(Field)
invocationTime = 20:10:47.191 (2025-03-31)
forRemoval = true
stackTrace = [
org.apache.lucene.util.RamUsageEstimator.<clinit>() line: 191
...
]
}
```
more:
```
org.apache.lucene.util.Constants.<clinit>(Line:79)
sun/misc/Unsafe#addressSize
org.apache.lucene.util.RamUsageEstimator.<clinit>(Line:171)
sun/misc/Unsafe#arrayIndexScale
org.apache.lucene.util.RamUsageEstimator.<clinit>(Line:191)
sun/misc/Unsafe#objectFieldOffset
org.apache.lucene.util.RamUsageEstimator.<clinit>(Line:210)
sun/misc/Unsafe#arrayBaseOffset
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists