View Issue Details

IDProjectCategoryView StatusLast Update
0003079Spring engineLinuxpublic2012-05-08 14:52
Reportercazfi Assigned Tohoijui  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version89.0 
Fixed in Version89.0 
Summary0003079: Compilation failure due to undefined JNI error values
DescriptionJNI_ENOMEM, JNI_EEXIST, and E_INVAL are not defined leading to compilation failure when they are used. Googling hinted that this is due to gcj version in use, but I have not investigated that further.

Attached patch makes use of those values conditional, and with this patch compilation success in my system.
I have not tested this on any system that has those values defined.
TagsNo tags attached.
Attached Files
OptJNIErr.diff (Attachment missing)
Checked infolog.txt for Errors

Activities

hoijui

2012-05-08 14:52

reporter   ~0008673

hey cazfi, thanks for the patch! :-)
it is in develop now, and will be in the next (mayor) release.
https://github.com/spring/spring/commit/c6f67d7c44a49b09c4ce3166b5e7d65df9441918

Issue History

Date Modified Username Field Change
2012-05-04 15:15 cazfi New Issue
2012-05-04 15:15 cazfi File Added: OptJNIErr.diff
2012-05-08 14:52 hoijui Note Added: 0008673
2012-05-08 14:52 hoijui Status new => resolved
2012-05-08 14:52 hoijui Fixed in Version => 89.0
2012-05-08 14:52 hoijui Resolution open => fixed
2012-05-08 14:52 hoijui Assigned To => hoijui