Severin Gehwolf

Results 387 comments of Severin Gehwolf

https://github.com/oracle/graal/pull/4783 has some more details about what replacements are for some currently internal API usage. Particularly: `ReflectionUtil` (replace with own) => https://github.com/oracle/graal/pull/4783#issuecomment-1208138188 `LocalizationFeature` => https://github.com/oracle/graal/pull/4783#issuecomment-1208160638

The annotations (except `AlwaysInline` as promised) will move to a different artifact (sdk), but remain in the same package: https://github.com/oracle/graal/pull/4683

With #27960 there would be no more usage of `@NeverInline` in Quarkus as far as I can see. As far as `@AlwaysInline` is concerned, I see these remaining usages: ```...

@fniephaus Is there a smaller reproducer than this trufflesqueak thingy?

@olpaw Thanks for adding me to this. Is this work being planned for 22.3? As this would be related to https://github.com/oracle/graal/discussions/4792 do you have some details on **what exactly** is...

I do think this could be useful. Having said that, some of this has been discussed in https://bugs.openjdk.org/browse/JDK-8199944 (and been considered as won't fix at the time). I tend to...

> @AlanBateman @jerboaa That's a good idea.Adding a special bean is only available on Linux systems.I do not know the process of creating a CSR, can you help me create...

> This fixes the problem in two places. Further work may be required in the area of Java metrics / MXBeans. I've filed https://bugs.openjdk.org/browse/JDK-8292541 for the Java side.