RE: JVMTI VMObjectAlloc

2011-06-10 Thread Lee Ming
Hi, Thank you for your help, I'll try to use BCI for the case bhm > Subject: Re: JVMTI VMObjectAlloc > From: kelly.oh...@oracle.com > Date: Fri, 10 Jun 2011 11:47:02 -0700 > CC: wonderer_...@live.com; serviceability-dev@openjdk.java.net > To: keith.mcgui...@oracle.c

Re: JVMTI VMObjectAlloc

2011-06-10 Thread Kelly O'Hair
; happens when you change the number of iterations in the java program? Are > you seeing any other threads calling allocation, and if so are you > implementing the proper locking for your gdata? > > -- > - Keith > > On Jun 10, 2011, at 1:58 PM, Lee Ming wrote: > >> H

Re: JVMTI VMObjectAlloc

2011-06-10 Thread Keith McGuigan
eith On Jun 10, 2011, at 1:58 PM, Lee Ming wrote: Hi, I'm doing some test with JVMTI VMObjectAlloc, and it seems like the callback cant catch object allocation properly .e.g: regardless how I tried to allocate new objects in Java program, the agent still report the same number of objec