Re: System.java Development Question

2018-08-06 Thread mr rupplin
PM To: mr rupplin; core-libs-dev@openjdk.java.net Subject: Re: System.java Development Question Hi Max, On 2018-08-06 17:55, mr rupplin wrote: Clases, Hello. Firstly thank you for replying. Of course our goal is to show the strengths in the OpenJDK. Some weeks ago we were working wit

Re: System.java Development Question

2018-08-06 Thread Claes Redestad
Hi Max, On 2018-08-06 17:55, mr rupplin wrote: Clases, Hello. Firstly thank you for replying.  Of course our goal is to show the strengths in the OpenJDK. Some weeks ago we were working with the ClassFileTransformer as an initial hook for a modest databasing proposal.  We found it to be

Re: System.java Development Question

2018-08-06 Thread mr rupplin
: Monday, August 6, 2018 2:12:35 AM To: core-libs-dev@openjdk.java.net; mea...@outlook.com Subject: Re: System.java Development Question On 2018-08-04 14:29, mr rupplin wrote: > Any help? I think it would help if you described what you're trying to achieve, rather than the current stumbli

Re: System.java Development Question

2018-08-05 Thread Claes Redestad
On 2018-08-04 14:29, mr rupplin wrote: Any help? I think it would help if you described what you're trying to achieve, rather than the current stumbling block.[0] Reading between the lines then it seems you're trying to add some kind of adhoc allocation profiling, so I wonder if you've seen

Re: System.java Development Question

2018-08-05 Thread David Holmes
jdk/make/mapfiles/libjava/mapfile-vers David - From: mr rupplin Sent: Friday, August 3, 2018 9:42:26 AM To: Alan Bateman; core-libs-dev@openjdk.java.net Subject: Re: System.java Development Question This is an OpenJDK 9 build. Can you explain? I'm

Re: System.java Development Question

2018-08-04 Thread mr rupplin
Any help? From: mr rupplin Sent: Friday, August 3, 2018 9:42:26 AM To: Alan Bateman; core-libs-dev@openjdk.java.net Subject: Re: System.java Development Question This is an OpenJDK 9 build. Can you explain? I'm very interested in getting all the de

Re: System.java Development Question

2018-08-03 Thread mr rupplin
This is an OpenJDK 9 build. Can you explain? I'm very interested in getting all the details understood. Hey thanks! MR From: Alan Bateman Sent: Friday, August 3, 2018 9:38 AM To: mr rupplin; core-libs-dev@openjdk.java.net Subject: Re: System.java Develo

Re: System.java Development Question

2018-08-03 Thread Alan Bateman
On 03/08/2018 06:22, mr rupplin wrote: : We get the following after running a trivial Java program: Exception in thread "main" java.lang.UnsatisfiedLinkError: java.lang.System.setMemoryAllocationListener0(Ljava/lang/memory/MemoryAllocationListener;)V at java.base/java.lang.System.setMemoryAll

System.java Development Question

2018-08-03 Thread mr rupplin
Hello. I'm not sure if there's a minor typo but I cannot find the error in it. Can you guys look? In System.c we have: JNIEXPORT void JNICALL Java_java_lang_System_setMemoryAllocationListener0(JNIEnv *env, jclass cla, jobject listener) { jfieldID fid = (*env)->GetStaticFieldID(env,cla,