Philippe Marschall

Results 166 comments of Philippe Marschall

My expectation would be the following: 1. The class comment documents the contract of the behavior of the class. I believe that's a pretty reasonable expectation. Otherwise users are left...

Yes, I'm an associate member.

What about returning Option None instead?

> Same error occurs in Graal.js: > > ... > > Still investigating ... I'm not sure that can be compared. JavaScript doesn't really have arrays let alone byte arrays....

@munnema you could have a look at [spring-batch-inmemory](https://github.com/marschall/spring-batch-inmemory) that gives you a `NullDataSource`, you will have to use one of the custom repositories and job explorers though.

@munnema maybe it's better to raise an issue in that project and keep the discussion on this issue on topic

What about a Multi-Release JAR and using `java.lang.invoke.VarHandle#releaseFence()`?

> would it be possible to re-implement `VM.releaseFence()` using an Indy instead of a `MethodHandle`, to get around this issue but retain performance? I don't think so for two reasons:...

This seems to be fixed in b982f5e8e4eb986ad2c7d7f3d7e922623f89b3f9

> @marschall this looks much better, I am curious if it breaks anything ? It shouldn't :-) The previous logic was: > Add one microsecond if the nanosecond part (minus...