- 
    Enhancement 
- 
    Resolution: Duplicate
- 
     P4 P4
- 
    None
- 
    9
- 
        generic
- 
        generic
                    Suggested patch improves time of AlgorithmDecomposer.decompose by 30%.
Two modifications were done:
1. replace Pattern.split to String.split("/"). For simple 1-char patterns (non proper regexp) String.split is preferable, because of String.split is optimized for them.
2. Hide large set of "SHA" checks under guard condition.
Two modifications were done:
1. replace Pattern.split to String.split("/"). For simple 1-char patterns (non proper regexp) String.split is preferable, because of String.split is optimized for them.
2. Hide large set of "SHA" checks under guard condition.
- duplicates
- 
                    JDK-8243585 AlgorithmChecker::check throws confusing exception when it rejects the signer key -           
- Resolved
 
-         
