From 911546992371a420cba6ff56671745696f9bfec1 Mon Sep 17 00:00:00 2001 From: Ramesh Gangadhar Date: Tue, 11 Nov 2025 20:32:11 +0530 Subject: [PATCH 1/2] 8357874: UNLIMTED_CRYPTO typo in class description of JceSecurity.java.template --- .../share/classes/javax/crypto/JceSecurity.java.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java.base/share/classes/javax/crypto/JceSecurity.java.template b/src/java.base/share/classes/javax/crypto/JceSecurity.java.template index 01282394b57ad..a910828cd02f5 100644 --- a/src/java.base/share/classes/javax/crypto/JceSecurity.java.template +++ b/src/java.base/share/classes/javax/crypto/JceSecurity.java.template @@ -31,7 +31,7 @@ * * In the current jdk builds, this file is first preprocessed to replace * @@JCE_DEFAULT_POLICY@ [sic] with "limited" or "unlimited" which is - * determined by the $(UNLIMTED_CRYPTO) make variable. This variable is + * determined by the $(UNLIMITED_CRYPTO) make variable. This variable is * set by top-level configure script, using either * --disable-unlimited-crypto or --enable-unlimited-crypto [default]. * From a86d7661b7b80228be7ce3bbf1d7f9781b6d45d0 Mon Sep 17 00:00:00 2001 From: Ramesh Gangadhar Date: Thu, 13 Nov 2025 05:15:06 +0530 Subject: [PATCH 2/2] Modified Copyright Year --- .../share/classes/javax/crypto/JceSecurity.java.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java.base/share/classes/javax/crypto/JceSecurity.java.template b/src/java.base/share/classes/javax/crypto/JceSecurity.java.template index a910828cd02f5..a6010945660d9 100644 --- a/src/java.base/share/classes/javax/crypto/JceSecurity.java.template +++ b/src/java.base/share/classes/javax/crypto/JceSecurity.java.template @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it