What is the point of this library if you pass --add-opens to junit?
Closed this issue · 4 comments
xxDark commented
- fellow Jigsaw breaker
Rongmario commented
That's me being stupid and not knowing how to pass individual args to different tests.
xxDark commented
But the library doesn't work without these arguments?
Rongmario commented
The library enacts in 3 different ways:
- Reflection <= needs
--add-opens=java.base/jdk.lang=ALL-UNNAMED
- Unsafe <= needs
--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED
- JNI <= doesn't need args
xxDark commented
👍