Re: Looking for directions about compiling and tracing OpenJDK

2012-10-09 Thread Amos Shapira
gt; that there is no alternative to sowing System.out.print's throughout the >>> code. >>> Regards, >>> >>> - yba >>> >>> >>> On Tue, 9 Oct 2012, Amos Shapira wrote: >>> >>> Date: Tue, 9 Oct 2012 10:57:29 +1100

Re: Looking for directions about compiling and tracing OpenJDK

2012-10-09 Thread Amos Shapira
> Date: Tue, 9 Oct 2012 22:06:16 +1100 >> From: Amos Shapira >> To: Jonathan Ben Avraham >> Cc: linux-il >> Subject: Re: Looking for directions about compiling and tracing OpenJDK >> >> >> Thanks to both of you. >> >> To give more details of

Re: Looking for directions about compiling and tracing OpenJDK

2012-10-09 Thread Ira Abramov
Quoting Amos Shapira, from the post of Tue, 09 Oct: > To give more details of what I'm after - I want to know whether the class > bytecode address points into the mmap(2)'ed jar file or into malloc(3)'ed > memory. I think I found part of the code path inside the jdk source which > does this and now

Re: Looking for directions about compiling and tracing OpenJDK

2012-10-09 Thread Elazar Leibovich
t; - yba >> >> >> On Tue, 9 Oct 2012, Amos Shapira wrote: >> >> Date: Tue, 9 Oct 2012 10:57:29 +1100 >>> From: Amos Shapira >>> To: linux-il >>> Subject: Looking for directions about compiling and tracing OpenJDK >>> >>>

Re: Looking for directions about compiling and tracing OpenJDK

2012-10-09 Thread Jonathan Ben Avraham
Hi Amos, Pardon me, what does the class loader have to do with JMX? - yba On Tue, 9 Oct 2012, Amos Shapira wrote: Date: Tue, 9 Oct 2012 22:06:16 +1100 From: Amos Shapira To: Jonathan Ben Avraham Cc: linux-il Subject: Re: Looking for directions about compiling and tracing OpenJDK Thanks

Re: Looking for directions about compiling and tracing OpenJDK

2012-10-09 Thread Amos Shapira
e, 9 Oct 2012, Amos Shapira wrote: > > Date: Tue, 9 Oct 2012 10:57:29 +1100 >> From: Amos Shapira >> To: linux-il >> Subject: Looking for directions about compiling and tracing OpenJDK >> >> Hi, >> >> I have an idea which involves going somewha

Re: Looking for directions about compiling and tracing OpenJDK

2012-10-09 Thread Jonathan Ben Avraham
x27;s throughout the code. Regards, - yba On Tue, 9 Oct 2012, Amos Shapira wrote: Date: Tue, 9 Oct 2012 10:57:29 +1100 From: Amos Shapira To: linux-il Subject: Looking for directions about compiling and tracing OpenJDK Hi, I have an idea which involves going somewhat deep into the bowls of the

Re: Looking for directions about compiling and tracing OpenJDK

2012-10-09 Thread Ira Abramov
Quoting Amos Shapira, from the post of Tue, 09 Oct: > Hi, > > I have an idea which involves going somewhat deep into the bowls of the > Java Jar class loader when using the official Oracle JDK 6 (and soon 7). > To verify this I started looking at the JDK source code but it's not small > and I'd li

Looking for directions about compiling and tracing OpenJDK

2012-10-08 Thread Amos Shapira
Hi, I have an idea which involves going somewhat deep into the bowls of the Java Jar class loader when using the official Oracle JDK 6 (and soon 7). To verify this I started looking at the JDK source code but it's not small and I'd like to try to trace through it while it executes Java programs.