Attila Szegedi
Attila Szegedi
This is easily reproducible by checking out https://github.com/twitter/finagle and running: ``` ./sbt 'project finagle-benchmark' 'jmh:run com.twitter.finagle.ByteReaderBenchmark' ``` on Java 11. My hunch is that when `Run.run` [constructs a class loader](https://github.com/sbt/sbt/blob/develop/run/src/main/scala/sbt/Run.scala#L76),...
Hi, Dynalink in its current form is integrated into JDK 9; you download a JDK9 and it and it's there. My ex-Oracle colleague Sundar sometimes posts interesting stuff he does...
Could you give me an example of the boilerplate you'd like to remove?
Still not sure what you have in mind - an actual code example of what you hope to eliminate would be handy. If you want a friendly API for method...
I will look into this. It might be worthwhile to take into account when selecting the overloads. As you noted, since it isn't part of the JLS spec, there's no...
Hi, thanks for looking into this. The story here is that over the holidays, I started cross-porting changes from my work on the embedded version of Dynalink in OpenJDK back...
Okay, I cross-ported the fixes for void type handling. Can you submit a new pull request with only the travis and POM changes?
Rebased to fix merge conflicts; 4 of the previous 10 commits were now empty 'cause they were incorporated into master earlier; we're left with 6.