Skip to content

Commit b32df02

Browse files
committed
forgot comment.
1 parent ab890dd commit b32df02

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/Target_sun_security_ssl_TrustStoreManager.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ public void afterRegistration(AfterRegistrationAccess access) {
8383
/*
8484
* The class initializer of UntrustedCertificates loads the file
8585
* lib/security/blacklisted.certs, so this class must be initialized at image build time.
86-
* This is the default anyway for code JDK classes, but since this class is relevant
87-
* for security we spell it out explicitly.
86+
* This is the default anyway for code JDK classes, but since this class is relevant for
87+
* security we spell it out explicitly.
8888
*
8989
* Note when a runtime certificate file is specified, we still honor/use the build time
9090
* lib/security/blacklisted.certs file
@@ -193,6 +193,10 @@ private static Target_sun_security_ssl_TrustStoreManager_TrustStoreDescriptor cr
193193

194194
@TargetClass(className = TrustStoreManagerFeature.TRUST_STORE_MANAGER_CLASS_NAME)
195195
final class Target_sun_security_ssl_TrustStoreManager {
196+
/*
197+
* This singleton object caches the last retrieved trusted KeyStore and set of trusted
198+
* certificates.
199+
*/
196200
@Alias @RecomputeFieldValue(kind = RecomputeFieldValue.Kind.NewInstance, declClassName = TrustStoreManagerFeature.TRUST_STORE_MANAGER_CLASS_NAME +
197201
"$TrustAnchorManager") private static Target_sun_security_ssl_TrustStoreManager_TrustAnchorManager tam;
198202

0 commit comments

Comments
 (0)