Profiling of current "-m sanity" runs shows that we are spending 10..100ms per JVM in dealing with Java serialization and network transfers. Since the binary link is rather simple, we can hand-craft a binary protocol that would alleviate these costs.
- links to
-
Review openjdk/jcstress/48