mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8229773: Resolve permissions for code source URLs lazily
Reviewed-by: alanb, mullan, rriggs, dfuchs
This commit is contained in:
parent
742e9f26c8
commit
2c245bd2b9
5 changed files with 135 additions and 35 deletions
|
@ -57,7 +57,7 @@ public class CodeSource implements java.io.Serializable {
|
|||
*
|
||||
* @serial
|
||||
*/
|
||||
private URL location;
|
||||
private final URL location;
|
||||
|
||||
/*
|
||||
* The code signers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue