ObjectIdentifier.newInternal

This method is kept for compatibility reasons. The new implementation does the check and conversion. All around the JDK, the method is called in static blocks to initialize pre-defined ObjectIdentifieies. No obvious performance hurt will be made after this change.

Old doc: Create a new ObjectIdentifier for internal use. The values are neither checked nor cloned.

class ObjectIdentifier
static
newInternal
(
int[] values
)

Meta