-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b12
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018720 | 7u45 | Chris Hegarty | P3 | Closed | Fixed | b01 |
JDK-8004743 | 7u40 | Chris Hegarty | P3 | Closed | Fixed | b06 |
It appears that the only function of librmi is to export the VM function JVM_LatestUserDefinedLoader. It seems really silly to have a whole native library to perform such a trivial operation. JVM_LatestUserDefinedLoader is also used in java.io.ObjectInputStream.
It would make more sense to put an entry point in sun.misc.VM, and have rmi, ois invoke it. This would completely eliminate the need for librmi.
It would make more sense to put an entry point in sun.misc.VM, and have rmi, ois invoke it. This would completely eliminate the need for librmi.
- backported by
-
JDK-8004743 Cleanup and remove librmi (native library)
-
- Closed
-
-
JDK-8018720 Cleanup and remove librmi (native library)
-
- Closed
-