< prev index next >

src/java.base/share/classes/java/security/CodeSource.java

Print this page
rev 56007 : 8229773: Resolve permissions for code source URLs lazily
Reviewed-by: alanb, mullan, rriggs, dfuchs

*** 55,65 **** /** * The code location. * * @serial */ ! private URL location; /* * The code signers. */ private transient CodeSigner[] signers = null; --- 55,65 ---- /** * The code location. * * @serial */ ! private final URL location; /* * The code signers. */ private transient CodeSigner[] signers = null;
< prev index next >