|
One more suggestion for simplification:
56 char *generic = NULL; 57 58 (*jvmti)->GetClassSignature(jvmti, klass, &signature, &generic); 59The value returned in generic is not used. You can pass NULL in place of @generic and get rid of line #56. Thanks, Serguei On 8/24/18 09:41, [email protected] wrote:
|
- RFR (S) 8203356: VM Object Allocation Collector... JC Beyler
- Re: RFR (S) 8203356: VM Object Allocation ... Hohensee, Paul
- Re: RFR (S) 8203356: VM Object Allocation ... [email protected]
- Re: RFR (S) 8203356: VM Object Allocat... [email protected]
- Re: RFR (S) 8203356: VM Object Allocation ... Chris Plummer
