On Thu, 12 Jan 2023 17:48:37 GMT, Archie L. Cobbs <[email protected]> wrote:
>> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/ThisEscapeAnalyzer.java
>> line 909:
>>
>>> 907:
>>> 908: // Check for implicit outer 'this' reference
>>> 909: if (this.types.hasOuterClass(currentClassType,
>>> methodOwnerType)) {
>>
>> Similarly here - look for `Symbol.isEnclosedBy`
>
> Same comment as previous: I don't quite know what I'm doing and I'm loathe to
> break what is already working. Do you have a suggested patch?
I can't seem to be able to run tests - I get failures in the build:
* For target support_test_micro_tools-classes__the.BUILD_INDIFY_batch:
-------------
PR: https://git.openjdk.org/jdk/pull/11874