Closed
Bug 15490
Opened 25 years ago
Closed 24 years ago
Generate a Java proxy class on the fly
Categories
(Core Graveyard :: Java to XPCOM Bridge, enhancement, P3)
Core Graveyard
Java to XPCOM Bridge
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: frankm, Assigned: drapeau)
Details
When Java needs a proxy class to wrap an XPCOM interface, and the class doesn't
exist, the system should generate the class on the fly and load it into the JVM.
Each proxy class implements the Java translation of an XPCOM interface by
marshalling parameters onto an Object array, passing that array (with the
receiver and method selector) to a package-private general dispatch method, and
unmarshalling results back to the "out" formal parameters and return value.
Reporter | ||
Comment 1•25 years ago
|
||
Assign to self, until other help emerges.
Comment 2•24 years ago
|
||
Frank Mitchell no longer works at Sun and his email is bouncing. Reassigning
his 21 bugs to george for reassignment.
Assignee: frankm → drapeau
Status: ASSIGNED → NEW
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•