• Kenny Root's avatar
    Delay SSLSocketImpl instantiation until needed · 8f367eb2
    Kenny Root authored
    Class preloading will create an instance of objects if they are in
    static fields, so put the ones we don't want instantiated into a holder
    class that is not preloaded.
    
    (cherry picked from commit da5b7116b58795b169961cbd63c2b21bac741d9a)
    
    Bug: 9984058
    Change-Id: If8cb4280cbee79cd4d479fbf6a5297c8e5569b6c
    8f367eb2
SSLEngineImpl.java 29.4 KB