You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of an inquiry since I have not investigated it fully. Nevertheless, I would like to inquire before I make a deep dive.
We have observed that using @UNMETERED to a class that is loaded/constructed using Guice (https://github.com/google/guice) does not have an effect, meaning, jamm still 'sees' the class and counts its memory usage.
Has someone experienced this already or has an idea on why is this so? We've used @UNMETERED for a couple of classes and it does its job as declared.
Thank you!
The text was updated successfully, but these errors were encountered:
This is more of an inquiry since I have not investigated it fully. Nevertheless, I would like to inquire before I make a deep dive.
We have observed that using @UNMETERED to a class that is loaded/constructed using Guice (https://github.com/google/guice) does not have an effect, meaning, jamm still 'sees' the class and counts its memory usage.
Has someone experienced this already or has an idea on why is this so? We've used @UNMETERED for a couple of classes and it does its job as declared.
Thank you!
The text was updated successfully, but these errors were encountered: