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, serguei.spit...@oracle.com 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 ... serguei.spit...@oracle.com
- Re: RFR (S) 8203356: VM Object Allocat... serguei.spit...@oracle.com
- Re: RFR (S) 8203356: VM Object All... JC Beyler
- Re: RFR (S) 8203356: VM Object... serguei.spit...@oracle.com
- Re: RFR (S) 8203356: VM O... Alex Menkov
- Re: RFR (S) 8203356: VM Object Allocation ... Chris Plummer