Lines Matching full:interned
320 <tr bgcolor="#ffffff"><td><a href="#DL_SYNCHRONIZATION_ON_SHARED_CONSTANT">DL: Synchronization on interned String </a></td><td>Multithreaded correctness</td></tr>
657 pass only String constants or interned strings to a method is unnecessarily
668 interned using the <code>String.intern()</code> method, the same string
3519 <h3><a name="DL_SYNCHRONIZATION_ON_SHARED_CONSTANT">DL: Synchronization on interned
3522 <p> The code synchronizes on interned String.</p>
3529 <p>Constant Strings are interned and shared across all other classes loaded by the JVM. Thus, this could
3556 might replace this with the use of an interned Integer object shared