<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Nice.  
<div class=""><br class="">
</div>
<div class="">One thing that makes me a little uncomfortable is that @SW usually is used to say “the compiler can’t prove this is safe, but I am asserting it is.”  But this is different; the compiler has discovered the class is unsafe, and @SW is saying “I
 know, I know, stop telling me.”  So I think there’s an additional documentation opportunity here where, for the classes we had to annotate with @SW, we include an additional @apiNote of the form “This class behaves badly, oops”, with a link to a common doc
 page explaining the problem.  (While we don’t have to do this necessarily immediately, the chance of it falling on the floor if we don’t are higher.). Basically, what you’ve identified is that there are a  number of classes in the JDK which fail to follow
 best practices with regard to self-use from constructors.  We can’t turn back the clock, but we can mark these as “don’t code like my brother”, so people see these patterns of coding and realize they are not to be emulated.</div>
<div class=""><br class="">
</div>
<div class="">I also see in the code that there are two separate categories, LeakingThisInConstructor and this-escape; what’s the difference?</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Dec 29, 2022, at 11:10 PM, Archie Cobbs <<a href="mailto:archie.cobbs@gmail.com" class="">archie.cobbs@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div dir="ltr" class="">On Wed, Dec 28, 2022 at 4:31 PM Archie Cobbs <<a href="mailto:archie.cobbs@gmail.com" target="_blank" class="">archie.cobbs@gmail.com</a>> wrote:</div>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr" class="">So fortunately it looks feasible to address these with @SuppressWarnings("this-escape") annotations.
<div class="gmail_quote"><br class="">
<div class="">Adding them is probably a good thing in its own right, because they would serve as new "Heads up for possible 'this' escape" markers in the code where there were none before, especially because this gotcha can be pretty hard to spot.<font color="#888888" class=""><br class="">
</font></div>
</div>
<div class=""><br class="">
</div>
<div class="">I'll work on refining the 'this' escape patch to use @SuppressWarnings instead of build flags, and then update this thread when that's done.<br class="">
</div>
</div>
</blockquote>
<div class=""><br class="">
</div>
<div class="">OK I have a draft of this. It's still a "draft" because I don't have the ability to build locally for every platform, so I'm having trouble provoking all the warnings from Java code that is platform-specific. And the automated github builds take
 a long time and then only report one more new warning, making for an impossibly slow feedback loop (if anyone is interested in helping out, that would be awesome and it's very easy).<br class="">
</div>
<div class=""><br class="">
</div>
<div class="">In any case, the good news is that fewer <span style="font-family:monospace" class="">
@SupppressWarnings</span> annotations than I thought are required. In part this is because there were some redundant warnings being generated, which is now fixed.</div>
<div class=""><br class="">
</div>
<div class="">Here are the updated stats. These numbers are promisingly low.</div>
<div class=""><br class="">
</div>
<div class="">The first column is the number of <span style="font-family:monospace" class="">
@SupppressWarnings</span> annotations added to eliminate all of the new 'this' escape warnings I'm able to provoke.<br class="">
</div>
<div class=""><br class="">
</div>
<div style="margin-left:40px" class=""><span style="font-family:monospace" class=""> #SUPPRESS    #FILES MODULE<br class="">
        47      3077 java.base<br class="">
         0       128 java.compiler<br class="">
         0        18 java.datatransfer<br class="">
        86      2899 java.desktop<br class="">
         0        10 java.instrument<br class="">
         0        23 java.logging<br class="">
         4       330 java.management<br class="">
         0        16 java.management.rmi<br class="">
         5       199 java.naming<br class="">
        15       142 java.net.http<br class="">
         0        20 java.prefs<br class="">
         4       106 java.rmi<br class="">
         0        15 java.scripting<br class="">
         0         1 <a href="https://urldefense.com/v3/__http://java.se__;!!ACWV5N9M2RV99hQ!L6fbZinPZagPgDKlgLerhi4QrI3gEtnjcVISBKwwhyNWx6vQLuwL2nKnjRMGg4yMeBEbWn6k5OGYUlLj5kvW3Ws$" target="_blank" class="">
java.se</a><br class="">
         7       216 java.security.jgss<br class="">
         0        30 java.security.sasl<br class="">
         0        23 java.smartcardio<br class="">
         1        77 java.sql<br class="">
         0        56 java.sql.rowset<br class="">
         0         5 java.transaction.xa<br class="">
        39      1848 java.xml<br class="">
        32       271 java.xml.crypto<br class="">
         3        20 jdk.accessibility<br class="">
         0        21 jdk.attach<br class="">
         0        18 jdk.charsets<br class="">
        53       333 jdk.compiler<br class="">
         1        76 jdk.crypto.cryptoki<br class="">
         0        35 <a href="https://urldefense.com/v3/__http://jdk.crypto.ec__;!!ACWV5N9M2RV99hQ!L6fbZinPZagPgDKlgLerhi4QrI3gEtnjcVISBKwwhyNWx6vQLuwL2nKnjRMGg4yMeBEbWn6k5OGYUlLjMLnBEws$" target="_blank" class="">
jdk.crypto.ec</a><br class="">
         0        11 jdk.crypto.mscapi<br class="">
         4        68 jdk.dynalink<br class="">
         0         3 jdk.editpad<br class="">
        10       942 jdk.hotspot.agent<br class="">
         3        56 jdk.httpserver<br class="">
         0         5 jdk.incubator.concurrent<br class="">
         0        50 jdk.incubator.vector<br class="">
         0         3 jdk.internal.ed<br class="">
         1        61 jdk.internal.jvmstat<br class="">
         1       113 jdk.internal.le<br class="">
         1        52 jdk.internal.opt<br class="">
         5       209 <a href="https://urldefense.com/v3/__http://jdk.internal.vm.ci__;!!ACWV5N9M2RV99hQ!L6fbZinPZagPgDKlgLerhi4QrI3gEtnjcVISBKwwhyNWx6vQLuwL2nKnjRMGg4yMeBEbWn6k5OGYUlLjlAiOBII$" target="_blank" class="">
jdk.internal.vm.ci</a><br class="">
         0         1 jdk.internal.vm.compiler<br class="">
         0         1 jdk.internal.vm.compiler.management<br class="">
         0        18 jdk.jartool<br class="">
         5       228 jdk.javadoc<br class="">
         0        41 jdk.jcmd<br class="">
        18        64 jdk.jconsole<br class="">
        10       124 jdk.jdeps<br class="">
        25       254 jdk.jdi<br class="">
         0         1 jdk.jdwp.agent<br class="">
         0       263 jdk.jfr<br class="">
         0        77 jdk.jlink<br class="">
         1        80 jdk.jpackage<br class="">
         6        88 jdk.jshell<br class="">
         0         4 jdk.jsobject<br class="">
         1        11 jdk.jstatd<br class="">
         0       281 jdk.localedata<br class="">
         1        25 jdk.management<br class="">
         0        19 jdk.management.agent<br class="">
         0        15 jdk.management.jfr<br class="">
         0        16 jdk.naming.dns<br class="">
         0         8 jdk.naming.rmi<br class="">
         0        11 <a href="https://urldefense.com/v3/__http://jdk.net__;!!ACWV5N9M2RV99hQ!L6fbZinPZagPgDKlgLerhi4QrI3gEtnjcVISBKwwhyNWx6vQLuwL2nKnjRMGg4yMeBEbWn6k5OGYUlLjKWHeJYA$" target="_blank" class="">
jdk.net</a><br class="">
         0         2 jdk.nio.mapmode<br class="">
         0        11 jdk.random<br class="">
         0        37 jdk.sctp<br class="">
         0        30 jdk.security.auth<br class="">
         0        16 jdk.security.jgss<br class="">
         0         9 jdk.unsupported<br class="">
         0         8 jdk.unsupported.desktop<br class="">
         0        94 jdk.xml.dom<br class="">
         1        14 jdk.zipfs</span></div>
<div class=""><br class="">
</div>
<div class="">Code available <a href="https://urldefense.com/v3/__https://github.com/archiecobbs/jdk/tree/ThisEscape__;!!ACWV5N9M2RV99hQ!L6fbZinPZagPgDKlgLerhi4QrI3gEtnjcVISBKwwhyNWx6vQLuwL2nKnjRMGg4yMeBEbWn6k5OGYUlLjPRWM0ZM$" target="_blank" class="">
here</a>.<br class="">
</div>
<div class=""><br class="">
</div>
<div class="">-Archie<br class="">
</div>
</div>
<br class="">
-- <br class="">
<div dir="ltr" class="">Archie L. Cobbs<br class="">
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>