Relates :
|
As a part of backport of JDK-8242151 we have introuced KnownOIDs.java file holding all OIDs constant for re-use. Repace all manual OID string entries with the constant in KnownOID, which might have been left out after JDK-8242151. The following grep gives out full result where string replacement is necessary: grep -r "\"[1-2].*\.[0-9].*\.[0-9].*" java.base/ grep -r "\"[1-2].*\.[0-9].*\.[0-9].*" j*secu* grep -r "\"[1-2].*\.[0-9].*\.[0-9].*" *mscap*