DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38732>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38732





------- Additional Comments From [EMAIL PROTECTED]  2006-08-23 11:51 -------
If we look at the rmic source

http://www.cs.duke.edu/csed/java/source1.5/src/share/classes/sun/rmi/rmic/Main.java

we can see that -xnew triggers a load+invoke of sun.rmi.rmic.newrmic.Main,
completely bypassing the other bits.

What we could do is have a new compiler adapter "xnew" that 
 -uses this as the entry point (or runs classic rmic with -Xnew)
 -forks on all java versions
This would eliminate the need to look for -XNew as an argument to rmic itself,
and make management of the problem much less contrived (the alternate is to
check for sun && java1.6+ && -XNew in the argument list and switch to the
forking compiler)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to