Closed
Bug 64416
Opened 25 years ago
Closed 25 years ago
Java VM is not destroyed with document
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: nicolas, Assigned: steve.katz)
Details
Everytime a page containing a java applet is loaded, a new instance of java_vm
appears in the task list, causing the machine to become slower after some time
(depending on the applets used), because of memory paging.
The problem is more that the java_vm doesn't go away when the page is no longer
displayed.
I put it in plugins as this looks like a bad cleanup of an instance.
To reproduce:
go to any page with a java applet, then browse to a different page (with no
java). Repeat this step a few times, then look at the task list "ps -x", and
notice the number of java_vm running.
Comment 1•25 years ago
|
||
Confirmed
Platform: PC
OS: Linux 2.2.16
Mozilla Build: 2001011208
Marking NEW & Moving to OJI.
Status: UNCONFIRMED → NEW
Component: Plug-ins → OJI
Ever confirmed: true
Steve, can you please take a look at this?
Thanks,
Ed
Assignee: edburns → skatz
| Assignee | ||
Comment 4•25 years ago
|
||
As long as the browser is running, java_vm is suppose to run. There is not a
one to one relationship between the VM and a single applet. This is NOT a bug.
Comment 5•25 years ago
|
||
marking invalid on Skatz's comments.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•