This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libgcj/16281] JNI accepts illegal Class Descriptors


------- Additional Comments From mckinlay at redhat dot com  2004-06-30 03:26 -------
Confirmed. The problem is that JNI uses the "slash format" while GCJ uses the "dot format" internally. 
We could perhaps switch to using "slash format" internally in GCJ, although this could make some 
things a little less efficient. In any case, IMO libgcj should never accept "dot format" for JNI. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-30 03:26:57
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16281


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