Request for Merlin
It would be nice if I can make a call to java/utils getProperties to return information telling me whether my program is running on a 64-bit operating system or a 32-bit operating system. This functionality would be useful if I need to decide whether to dynamically load a 32-bit native library or a 64-bit native library on the fly. Since HotSpot 64 will be in Merlin, it would be nice to put this feature in Merlin too.
It would be nice if I can make a call to java/utils getProperties to return information telling me whether my program is running on a 64-bit operating system or a 32-bit operating system. This functionality would be useful if I need to decide whether to dynamically load a 32-bit native library or a 64-bit native library on the fly. Since HotSpot 64 will be in Merlin, it would be nice to put this feature in Merlin too.