yourkit not giving string objects during memory profiling -
On attempting to monitor the object size, string objects are not displayed in profile results. Can someone tell me that they are the process of showing them in the results ....
called public class calling (called myobj3 = new called); Myobj4 = new called (); Public zero function () {myobj3.d = "plz"; Myobj3.e = "help"; Myobj4.d = "thank you"; Myobj4.e = "you"; Myobj3.act (); Myobj4.act (); } Public static zero main (string [] args) {System.out.println ("called object." Obj = new calling () is calling; Obj.function (); }} Class {public string d; Public string e; Public Zero Act () {System.out.println (d + e); }} Memory profile maintained shallow size [irreversible] which is called 40 40 [unaccessable] 40 40
Perhaps, your objects are collected or scheduled for collection (do not get out of reach).
Disclaimer: I'm your kit developer.
Comments
Post a Comment