mbien commented on issue #8259:
URL: https://github.com/apache/netbeans/issues/8259#issuecomment-4281300795
startup log of NB 30rc1 looks pretty good now.
#### `truffle-api-24.0.0.jar` still likes to use
`Unsafe::objectFieldOffset` (start java debugger)
```
WARNING: sun.misc.Unsafe::objectFieldOffset called by
com.oracle.truffle.api.dsl.InlineSupport$UnsafeField
(jar:file:.../truffle-api-24.0.0.jar!/)
```
https://github.com/oracle/graal/blob/dbc733f99ceebfd8bd02911b8e7313787affd49a/truffle/src/com.oracle.truffle.api.dsl/src/com/oracle/truffle/api/dsl/InlineSupport.java#L1137-L1151
updating the dependency might not help since it looks like the usage is
still in master - at least in the `InlineSupport` utility. Don't know if its
usage changed.
#### `org.eclipse.sisu.inject-1.0.0.jar` writes to a final field once
(maven-indexer dependency).
```
WARNING: Final field mapper in class
org.apache.maven.index.DefaultArtifactContextProducer has been mutated
reflectively by class org.eclipse.sisu.bean.BeanPropertyField in unnamed module
@3cd10341 (jar:file:.../org.eclipse.sisu.inject-1.0.0.jar!/)
```
we can probably propose a PR for this one.
--
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