Run the following JS-J script on Linux, using latest JRE 6u10, whether it's OJI plugin or new plugin that is used, Firefox browser crashed upon clicking OK to dismiss the JS dialog popped up.
The same script works fine on Windows.
<html>
<body>
<script>
var ap=new java.applet.Applet();
alert('debug');
alert(ap.toString.__proto__.call(0xbabebabe));
</script>
</body>
</html>
The same script works fine on Windows.
<html>
<body>
<script>
var ap=new java.applet.Applet();
alert('debug');
alert(ap.toString.__proto__.call(0xbabebabe));
</script>
</body>
</html>