| Thread | Last Post | Replies |
|
| Xmx, Xms and heap fragmentation | 20 Jun 2004 10:50 GMT | 1 |
I seem to remember of a post recently in a newsgroup (or was it on a web site...), telling that there was a trend now to question the tuning of the heap size with Xms=Xmx, as it would lead to memory fragmentation (preventing heap shrinkage and leading to unexpected ...
|
| Java's performance far better that optimized C++ | 18 Jun 2004 07:34 GMT | 9 |
http://www.sys-con.com/story/print.cfm?storyid=45250 Any comments? Thanks Gaurav
|
| NaN in the JVM | 16 Jun 2004 01:20 GMT | 5 |
I want to know what is the semantic of the value NaN (when using float). Is this a special value only for errors ? Or can there be cases where NaN is set by the JVM in valid operations ? My understanding of NaN is that it is used each time you divide by zero.
|
| byte code disassembler / assembler | 12 Jun 2004 05:35 GMT | 2 |
Does someone out there know of a good Java byte code disassembler / assembler pair (one that is actually working with current Java languate and VM). I gave the ones from the Kopi project a try, but the code generated seems to contain errors, or at least I can't run it against my
|
| JNI newbie: storing instance data? | 07 Jun 2004 10:49 GMT | 3 |
I'm new to JNI programming and have just read Sun's tutorial by Beth Stearns, so please excuse if this is a stupid question. My application is to get a kind of Trie structure in C wrapped in a Java class. The existing code has quite some global variables because it
|
| Sun Java BUG: GDI object leak | 06 Jun 2004 09:36 GMT | 1 |
I'm working on an applet that has a GDI object leaking issue; in this applet, a second thread draws something (using java.awt.Graphics's methods ) on the main Panel dynamically. But when running under Sun JVM, every time the drawing is called, one more GDI object is created and
|
| ASM and JNI | 04 Jun 2004 06:00 GMT | 4 |
When you write your JNI in assembler for Windows, and you want to return a long, which register pair does it go in, and which is the high order?
|
| Java Virtual mc Launcher err | 03 Jun 2004 01:16 GMT | 20 |
Java j2re1.4.204 installed. I have a mainstream java app, on starting I get a Java Virtual M/C Launcher , 'fatal exception occured. Program will exit' msg I can find no err logs. The app icon is shown in the task bar, and it shows
|