-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b96
-
generic
-
generic
ObjectStreamField uses ObjectStreamClass.getClassSignature, a simple static utility. This cause ObjectStreamClass to load, pulls in a few classes and does some native initialization that could be deferred.
It seems these utility methods could be replaced by using unparse/unparseMethod in sun.invoke.util.BytecodeDescriptor
It seems these utility methods could be replaced by using unparse/unparseMethod in sun.invoke.util.BytecodeDescriptor