[Bug java/28972] New: gcjh does not correctly handle dollar symbol in class name

2006-09-07 Thread raif at swiftdsl dot com dot au
invoking gcjh on a class named OC$ for example, the generated JNI header file
includes method definitions with names like so:

JNIEXPORT void JNICALL Java_OC_00024_method...


-- 
   Summary: gcjh does not correctly handle dollar symbol in class
name
   Product: gcc
   Version: 4.1.1
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: raif at swiftdsl dot com dot au
GCC target triplet: i386-redhat-linux


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



[Bug java/28972] gcjh does not correctly handle dollar symbol in class name

2006-09-07 Thread raif at swiftdsl dot com dot au


--- Comment #1 from raif at swiftdsl dot com dot au  2006-09-07 10:36 
---
Created an attachment (id=12202)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12202action=view)
class file with name ending with dollar


-- 


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



[Bug java/28972] gcjh does not correctly handle dollar symbol in class name

2006-09-07 Thread raif at swiftdsl dot com dot au


--- Comment #2 from raif at swiftdsl dot com dot au  2006-09-07 10:37 
---
Created an attachment (id=12203)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12203action=view)
generated JNI header file


-- 


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



[Bug java/28972] gcjh does not correctly handle dollar symbol in class name

2006-09-07 Thread raif at swiftdsl dot com dot au


--- Comment #3 from raif at swiftdsl dot com dot au  2006-09-07 19:57 
---
Created an attachment (id=12206)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12206action=view)
JNI header file generated by javah (JDK 1.4.2_12)


-- 


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



[Bug java/28972] gcjh does not correctly handle dollar symbol in class name

2006-09-07 Thread raif at swiftdsl dot com dot au


--- Comment #4 from raif at swiftdsl dot com dot au  2006-09-07 19:58 
---
Created an attachment (id=12207)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12207action=view)
JNI header file generated by javah (JDK 1.5.0_08)


-- 


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



[Bug java/28972] gcjh does not correctly handle dollar symbol in class name

2006-09-07 Thread raif at swiftdsl dot com dot au


--- Comment #5 from raif at swiftdsl dot com dot au  2006-09-07 20:03 
---
comparing the JNI header files, generated by javah in both versions 1.4.2_12
and 1.5.0_08, with that generated by gcjh indicates that gcjh is producing a
similar output.

i'm resolving this PR as invalid.


-- 

raif at swiftdsl dot com dot au changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


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



[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-07-24 Thread raif at swiftdsl dot com dot au


--- Comment #13 from raif at swiftdsl dot com dot au  2006-07-24 10:58 
---
i'm marking this FIXED as per Casey's patch.

i've also added a Mauve testlet to validate the current codebase: TestOfPR27228
in gnu.testlet.gnu.javax.crypto.jce.


-- 

raif at swiftdsl dot com dot au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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



[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-07-21 Thread raif at swiftdsl dot com dot au


--- Comment #11 from raif at swiftdsl dot com dot au  2006-07-22 00:31 
---
any objections to marking this PR as fixed?


-- 


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