dbg_nsk
- Karma
- 17
- Created
- September 28, 2017 (8y ago)
- Submissions
- 0
JVM engineer in Excelsior JET team.
Excelsior JET team blog: https://www.excelsiorjet.com/blog My twitter: https://twitter.com/dbg_nsk
Excelsior JET team blog: https://www.excelsiorjet.com/blog My twitter: https://twitter.com/dbg_nsk
It would be very interesting to run our sample with Timers on this GC. In that paper I found a link to their implementation, but unfortunately it is unavailable.
Yes, an excellent point. Unfortunately, we do not have such specific benchmarks at the moment (only general benchmarks on the performance of GC), but I guess we should add them. However, please note, that our…
Absolutely agree with you about finalizers! However, please note that this "threadReaper" code is from JDK class, so, the problem can appear on every application that just use Timer class. Of course, there are many…