I am developing an application using IBM j9 JDK. When I try to use the following line of code:
ExecutorService es = Executors.newSingleThreadExecutor();
I get a runtime exception saying NoClassDefFoundError for java.util.Executors
Is there a…
Hi
I am trying to user RSA on J9. The algorithm is offered by the 'J9JCE' provider which is an installed extension(i listed all the existing providers and algorithms and found them) but the exception i get is:
Exception in thread "main"…
What is the reason for the core dump generated by J9 VM on linux platform, it just shows/contains only one thread (i.e current thread)?
Note: It is complete core dump(not truncated).
(gdb) info threads
* 1 Thread 0x7f33544d9700 (LWP 6471) …
I have been tasked to tune the GC on an application, and I am looking for a tool that will help me monitor the GC in depth, what collection is happening, how often, how it is affecting run time. Any one know of any good tools fo J9 VM?
I have ant xmlbean task that works fine under HotSpot 1.8 but fails under IBM J9 with exception IO Error java.nio.charset.UnmappableCharacterException: Input length = 1
How may I fix that?
Here is my ant task:
I've been working in a Java mobile project using j9 as a virtual machine. So far the project has been developed for an stylus interaction using AWT components.
We want to create a new version of the application more finger-friendly the internal…
I am using a J9 spec (wm50-arm-midp20_6.1.2.2) for a java application that runs on windows mobile and have run into a snag with needing to create files.
I get a security exception from this line in the J9 constructor for…
I have a BufferedImage created using
new BufferedImage(wid,hgt,BufferedImage.TYPE_INT_ARGB);
to which I assemble a wallpaper using multiple other images. It works fine in Jave SE, but when I tried to run the code on a J9 CDC/PP platform I…
i wonder if the environment variable IBM_HEAPDUMP enabled by default in IBM J9? I searched through the internet and somebody say it is while other say not. Let me suppose if it's active by default, that means, the signal-based heapdump has been…