| Thread | Last Post | Replies |
|
| Exception in thread "CompilerThread0" java.lang.OutOfMemoryError | 30 Aug 2006 15:53 GMT | 1 |
I get the following error when running my application using JDK 1.4.2_07 on a Debian Linux box. Exception in thread "CompilerThread0" java.lang.OutOfMemoryError: requested 1634084 bytes for Chunk::new. Out of swap space?
|
| join forum discussjava.com/forum | 28 Aug 2006 14:45 GMT | 1 |
I have created a forum and a website that is not completely done but free. The forum is basicly java people helping each other and the website is geared towards having contests created by the users and job recruiters.
|
| argument of invokevirtual | 22 Aug 2006 17:09 GMT | 2 |
While I'm writing codes on call graph construction of Java programs, I've got a question. I'm wondering how the class name in the argument of invokevirtual is determined.
|
| Java VM Question | 19 Aug 2006 11:50 GMT | 2 |
I have a java web application running on Sun Solaris 10 platform, the java version is 1.5.0. Recently I found when I used TOP command to get the memory used by my application it was over 1.5GB and kept increasing. However when using the java.lang.Runtime.totalMemory() and
|
| Problem loading libs via /etc/ld.so.conf | 03 Aug 2006 15:47 GMT | 6 |
I am using Sun Java 1.4.2_05-b04 on a RedHat Enterprise Server 3 Linux machine, Kernel 2.4.21, glibc 3.2.3. I am trying to load the shared library that belongs to a native method. When Java is started with
|