Preferences

Java tried to, and mostly successfully did, run trusted and untrusted code in the same VM. Your applet code ran in the same VM as all the code for managing applets. However, holes were frequent enough that they abandoned the whole idea. (Instead of sandboxing the VM as a whole? Why?)

The whole applet thing was already slow enough then without scrutinizing every syscall it makes.

This item has no comments currently.