| Thread | Last Post | Replies |
|
| Is there a maximum value for the heap size parameter -Xmx under w2k | 28 May 2004 19:36 GMT | 1 |
I use the latest 1.4 version in a VMWare virual W2000 environment running on a 2,6GByte Linux box. The virtual machine is started with 2448 GByte RAM, however, java crashes if I try to allocate more than approx 1.6GByte for the heap. Is there a limit under windows - using
|
| Class file format | 28 May 2004 10:35 GMT | 3 |
I've got a version of the Waba VM that only supports class files format 45.3 [Java 1.1] (and probably below). I'd like to modify the source so that it supports more recent formats, however I can't find any documentation that describes the differences
|
| JVM for PDA's | 26 May 2004 18:39 GMT | 4 |
I am evaluating Java as a possible fit for a software project. Among other platforms, it must target PDA's as well. What packages might I expect in support of such an application? At a minimum, I believe I need file I/O, graphics, threading, and networking (TCP/IP sockets,
|
| JIT compilers and time resolution in psychology experiments | 21 May 2004 17:23 GMT | 8 |
I write software for eye-movement psychology experiments that requires < 0.1 ms time resolution (we have to be able to draw things to the screen at precise times, know exactly when they were drawn, etc.). At present I have to
|
| generational GC w/large heap and data cache | 16 May 2004 11:07 GMT | 1 |
We have an application with, say, 2560 megs of heap space used. Currently running 1.4.2 w/hotspot using the concurrent GC for the tenured generation. 128 meg eden, no survivor spaces. We are not using the parallel eden collector, since we are running on boxes with 2 proc
|
| Problem with JVM after installing/ uninstalling MS VS.NET | 15 May 2004 16:21 GMT | 5 |
Hi. I installed Microsoft Visual Studio.NET on my machine for a class I was taking. For 4 months I put up with it overriding (if that's the term) my JVM. Whenever I visited a website that required Java, I received the Install on Demand dialog telling me that I don't have the
|
| I wanna do some postprocessing of class file, please help me | 13 May 2004 20:49 GMT | 1 |
now, I wanna do some post-processing of class file, actually, I need to add some code to the existed class file. my idea is to use djava to form the byte-code in jasmin version, then I modify the jasmin code to create new class. but It has many errors after using jasmin to create
|
| Profiling / Instruction count | 12 May 2004 09:02 GMT | 10 |
Since I'm doing an optimization project for a language, which compiles to the JVM, I like to know, if there is an easy way to measure the gain of my optimizations, a.k. compare the two compilation with and w/o optimizations. How is this done. I don't simply want to measure time ...
|
| need code to convert float format to internal java float format which is kept in 4 bytes integer | 10 May 2004 20:24 GMT | 5 |
JVM structure CONSTANT_Float_info keeps float value in 4 bytes integer type. I need code to convert float to 4 bytes according to JVM spec Thanks a lot
|
| Verifier problem | 02 May 2004 11:55 GMT | 9 |
Suppose I have the following byte code: public Simple0$(); Code: 0: aload_0
|