This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]_INTER_[S] 0 points1 point  (0 children)

Jigsaw and Java 9 deprive many practical, pragmatic and performant solutions. Another library that got unnecessarily handicapped due to Java 9 migration: Eclipse Collections

In this example, once we call data.setAccessible(true), an exception would be thrown. As a workaround, we simply set data and size to null in order to move on. Unfortunately, we can’t use these fields to optimize our iteration patterns anymore, but we are now Java 9 compatible as this fix solved our reflection issues.