Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8182811 | 10 | Serguei Spitsyn | P3 | Resolved | Fixed | b14 |
JDK-8182517 | 9.0.4 | Serguei Spitsyn | P3 | Resolved | Fixed | b01 |
The JVM TI AddModuleXXXX functions needs to allow for the possibility that a module is unmodifiable. There are no unmodifiable modules at this time so this is just future proofing the API. As part of this, a IsModifiableModule function is proposed. We need to add a (native code) test for this.
- backported by
-
JDK-8182517 [TESTBUG] Need test for JVM TI IsModifiableModule
- Resolved
-
JDK-8182811 [TESTBUG] Need test for JVM TI IsModifiableModule
- Resolved
- relates to
-
JDK-8182130 update the IsModifiableModule test if any module becomes non-modifiable
- Closed