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)

enhancement

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.
Assign to self, until other help emerges.
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
done
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.