Hi there,
I just had a discussion with somebody who has some serious security doubts about java. One point he mentioned was that java can allocate at most 3Gb of memory safely and when you let it allocate more, memory allocation becomes uncontrolled and thus ‘unsafe’.
This struck me as both unfounded (he couldn’t provide any details about this) and implementation specific at most (he couldn’t say on which platform that was).
Has anybody else heard about this memory allocation thing? I couldn’t find anything about this.
I always thought java was more secure than native apps because of java’s memory management (amongst other things).
Erik