On Wed, 30 Apr 2025 15:19:10 GMT, Koushik Muthukrishnan Thirupattur
wrote:
>> The private marshal() method in sun.security.util.Debug still contains code
>> to parse "permission=" and "codebase=" options. These
>> sub-options were part of the "access" option which was removed in JDK 24 as
>>
On Wed, 30 Apr 2025 15:19:10 GMT, Koushik Muthukrishnan Thirupattur
wrote:
>> The private marshal() method in sun.security.util.Debug still contains code
>> to parse "permission=" and "codebase=" options. These
>> sub-options were part of the "access" option which was removed in JDK 24 as
>>
> The private marshal() method in sun.security.util.Debug still contains code
> to parse "permission=" and "codebase=" options. These
> sub-options were part of the "access" option which was removed in JDK 24 as
> part of JEP 486, so this code can be removed.
Koushik Muthukrishnan Thirupattur h
On Wed, 30 Apr 2025 03:21:19 GMT, Koushik Muthukrishnan Thirupattur
wrote:
>> The private marshal() method in sun.security.util.Debug still contains code
>> to parse "permission=" and "codebase=" options. These
>> sub-options were part of the "access" option which was removed in JDK 24 as
>>
> The private marshal() method in sun.security.util.Debug still contains code
> to parse "permission=" and "codebase=" options. These
> sub-options were part of the "access" option which was removed in JDK 24 as
> part of JEP 486, so this code can be removed.
Koushik Muthukrishnan Thirupattur h
On Thu, 17 Apr 2025 17:32:03 GMT, Koushik Muthukrishnan Thirupattur
wrote:
> The private marshal() method in sun.security.util.Debug still contains code
> to parse "permission=" and "codebase=" options. These
> sub-options were part of the "access" option which was removed in JDK 24 as
> part
The private marshal() method in sun.security.util.Debug still contains code to
parse "permission=" and "codebase=" options. These sub-options
were part of the "access" option which was removed in JDK 24 as part of JEP
486, so this code can be removed.
-
Commit messages:
- 8353001: