<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 24, 2023 at 9:19 AM David Holmes <<a href="mailto:david.holmes@oracle.com">david.holmes@oracle.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 24/05/2023 5:08 pm, David Holmes wrote:<br>
> Hi,<br>
> <br>
> On 24/05/2023 4:45 pm, Jean-Philippe Bempel wrote:<br>
>> Hi David,<br>
>><br>
>> On Wed, May 24, 2023 at 7:02 AM David Holmes <<a href="mailto:david.holmes@oracle.com" target="_blank">david.holmes@oracle.com</a>> <br>
>> wrote:<br>
>>><br>
>>>> class MyClass {<br>
>>>>       private static void writeFile() {<br>
>>><br>
>>> I don't see this ever getting called. Is some code missing?<br>
>><br>
>> No code is missing, code is not executed, The whole class is<br>
>> re-transformed and just by the<br>
>> presence of this method with this code in the classfile trigger the issue<br>
> <br>
> Ah now I get it. So basically you're filling up metaspace faster than it <br>
> can be reclaimed. Other than class unloading I'm not sure what the <br>
> reclamation mechanism is, so I'll defer to Thomas at this point. We <br>
> definitely need to see more information such as logging or the jcmd <br>
> output Thomas suggested.<br>
<br>
That said, I'm at a loss to understand what affect the addSuppressed <br>
could possibly have here.<br>
<br>
David<br>
<br></blockquote><div><br></div><div>It may influence the size of the new byte codes, making them consistently larger than the old ones, thereby preventing space for old byte codes from being reused.</div><div><br></div></div></div>