This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: BC-compile java.lang.management


>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:

Andrew> 	* java/lang/Thread.java (getStackTrace): Use reflection to call
Andrew> 	the ManagementFactory.

Haha, this is so evil.

Andrew> 	* scripts/makemake.tcl: Add new "bcheaders" type.
Andrew> 	Move java/lang/management and gnu/classpath/management to "bc".
Andrew> 	Move gnu/java/lang/management to "bcheaders".
	
Two questions here.

Can't this break sometimes?  Since we'll have CNI code using
BC-compiled things?

Do we need to have javax.management also be BC?

Andrew> 	* gnu/classpath/management/ListenerData.java: Move here from
Andrew> 	gnu/classpath/ListenerData.java.

I don't see why this should be in gnu.classpath at all.  That package
is, IMO, reserved for configuration-ish things and for things which
user code must really really be prevented from seeing,
i.e. security-sensitive stuff.

How about gnu.javax.management?

Otherwise I think this is fine.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]