| Thread | Last Post | Replies |
|
| VM and shared libraries (UNIX) | 29 Nov 2005 16:19 GMT | 2 |
I have problems telling the VM where to look for needed shared libraries. Not only one shared library, that works fine, but two libraries calling each other recursively. What works fine is globally setting LD_LIBRARY_PATH. But I'd rather not
|
| Xen and JVM | 28 Nov 2005 09:20 GMT | 1 |
Virtual Machines like Xen and VMWare make it possible to virtualize whole OS:es. With Xen, you can freeze an OS and move it to another computer and continue. Is there any work on doing this for JAVA. Freezing a JVM and starting
|
| JVM on Windows/SMP and synchronization | 27 Nov 2005 09:33 GMT | 14 |
I was loadtesting an application on Windows 2k OS on SMP machine. The application had one UUID generator which heavily depends on timestamps, it was being used for DB Pk generation. Never happended before but i received duplicate insertion from DB at some 31k insertions, i failed
|
| Question for IJVM? | 24 Nov 2005 19:46 GMT | 4 |
I am new in IJVM and I am trying to write a program in the assembly language for the IJVM and use Mic-1 simulator to run the following statement: if ( 2 * a + b > MAX )
|
| Class Circularity Error. | 23 Nov 2005 10:55 GMT | 6 |
I'm writing a Java Security Manager extension, and in the process, I've run into a problem that I've never seen before. The code installs a security manager, and then runs a test-program under the manager. Basically, the problem is that I'm getting a
|
| how to capture signals in native code? | 19 Nov 2005 10:39 GMT | 1 |
I have a class with a native method, implemented in Windows/cygwin, Linux and Solaris. If an error happens in the native code I don't want to see the standard Hotspot error, but print my own. Therefore, I thought I could install a signal handler in the beginning of the method
|
| max size of virtual memory | 16 Nov 2005 03:22 GMT | 4 |
Does anybody known about max size of virtual memory which JVM can allocate in WinXP and what it depends on. With parameter -Xmx I can take 1696 Mb. But if I need more??? Any suggestions
|
| Adding an unsigned byte type to the JVM | 15 Nov 2005 08:36 GMT | 4 |
I poked for a short while around in the goldfish bowl book to see if I could figure out what would be needed to change the JVM if an unsigned byte type were added to java. Here is what I noticed.
|
| 142_08 java out of swap space | 10 Nov 2005 21:11 GMT | 1 |
I received this error when trying to run Borlands' Optimize-It on a weblogic 8.1 sp5 server. I do have a D: drive, but I have no temp setting, or virtual memory setting pointing to that drive as a swap space.
|
| Minimizing Reserved Memory of a VM loaded into a C++ app | 09 Nov 2005 22:08 GMT | 4 |
We have a legacy C++ Windows application that is extremely memory intensive, and we are trying to load a VM (Sun 1.4.2_08) into the process in order to make use a Java client API. We ran into a problem because the VM is reserving approximately 200 MB
|
| Where can I get java virtual machine of IBM ? | 03 Nov 2005 13:26 GMT | 1 |
I can't find java virtual machine of IBM. Where can I get it ? Please give me link. Thanks.
|
| A stupid post about Intel's latest computer chip ( s) | 01 Nov 2005 03:00 GMT | 95 |
Come on now, you are less of an idiot to understand this, IBM/INTEL architecture, REGISTER_1 ( A storage location) REGISTER_2 ( A storage location)
|