Closed
Bug 3204
Opened 26 years ago
Closed 26 years ago
RX: OJI
Categories
(Core Graveyard :: Java: OJI, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: chofmann, Assigned: beard)
Details
sudu oji owner by default?
Much of our non-static/global data needs to be partitioned by window,
not reachable by other windows except through statics/globals.
Therefore we're starting the hunt with statics and globals.
Please have a look at the file(s) below to see if we can improve reentrantcy
across
the code base by making modifications to:
modules/oji/src/nsCJVMManagerFactory.h: static nsIFactory *m_pNSIFactory;
Updated•26 years ago
|
Assignee: amusil → beard
Comment 1•26 years ago
|
||
Can you check this out, Patrick?
Reporter | ||
Comment 2•26 years ago
|
||
RX tasks aren't going to make M3.
close the reentrantcy tracking tasks if this specific area has been looked at
and doesn't seem to be a problem. Otherwise each of these areas
still need some looking at.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
Assignee | ||
Comment 3•26 years ago
|
||
The code using this is spurious. In M5 I will completely remove it. For now, it's
innocuous since it is protected and never used.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
This has been fixed in M5.
Old bug, per beard comments - marking Verified
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•