sun/misc/Unsafe#addressSize org.apache.lucene.util.Constants.<clinit>(Line:79)
sun/misc/Unsafe#arrayBaseOffset org.apache.lucene.util.RamUsageEstimator.<clinit>(Line:210)
sun/misc/Unsafe#arrayIndexScale org.apache.lucene.util.RamUsageEstimator.<clinit>(Line:171)
sun/misc/Unsafe#objectFieldOffset org.apache.lucene.util.RamUsageEstimator.<clinit>(Line:191)
codebase:
netbeans/ide/libs.lucene/external/binaries-list
Line 17 in 3ebd6cb
runtime:
Lucene 3.x is making misc.Unsafe calls, this was resolved in 5.x. apache/lucene#7301
those warnings will become errors in JDK 26, see parent issue #8259
updating it won't be trivial since it is exposed via editor API
https://lucene.apache.org/core/4_0_0/MIGRATE.html
Committer