Re: RFR: 8332096: hotspot-ide-project fails with this-escape

2024-05-13 Thread Erik Joelsson
On Fri, 10 May 2024 23:54:11 GMT, Alex Menkov wrote: > The change fixes `make hotspot-ide-project` which fails with > > \open\make\ide\visualstudio\hotspot\src\classes\build\tools\projectcreator\FileTreeCreator.java:54: > warning: [this-escape] possible 'this' escape before subclass is fully >

RFR: 8332096: hotspot-ide-project fails with this-escape

2024-05-10 Thread Alex Menkov
The change fixes `make hotspot-ide-project` which fails with \open\make\ide\visualstudio\hotspot\src\classes\build\tools\projectcreator\FileTreeCreator.java:54: warning: [this-escape] possible 'this' escape before subclass is fully initialized attributes.push(new DirAttributes());