Request for review- RFE 8005716 (original) (raw)
Alan Bateman Alan.Bateman at oracle.com
Wed Mar 6 13:14:19 UTC 2013
- Previous message: Request for review- RFE 8005716
- Next message: Request for review- RFE 8005716
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 06/03/2013 04:13, BILL PITTORE wrote:
On 3/5/2013 7:36 PM, Dean Long wrote:
If JNIONLOADSYMBOLS contains something like "JNIOnLoad at 8" on Windows, you can't just turn that into "JNIOnLoad at 8" + . I think it needs to be "JNIOnLoad" + + "@8" I'll look into that. When I built for windows and ran our test, the JNIOnLoadTestStaticLib was exported without the decoration just based on the JNIEXPORT JNICALL specifiers on the function. I didn't do anything special to export it. But I recall this problem from another project. 1 0 00001014 JNIOnLoadTestStaticLib = @ILT+15(?JNIOnLoadTestStaticLib@@YGHPAUJavaVM@@PAX at Z) Dean makes a good point, the @8 need be at the end to match the decoration scheme. Also I think it's 32-bit only although it should just not be found on 64-bit so it will skip on JNI_OnLoad_L.
-Alan.
- Previous message: Request for review- RFE 8005716
- Next message: Request for review- RFE 8005716
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]