[Bug java/26007] initialized final static data should go in .rodata, not .data
daney at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jan 31 17:31:00 GMT 2006
------- Comment #2 from daney at gcc dot gnu dot org 2006-01-31 17:31 -------
If you fix this, you need to also make sure the Method.set* never modifies the
data under any circumstances. Attempts at modification will result in SIGSEGV
which is usually converted to NPE. The real exception should probably be
IllegalAccessException if modification is attempted.
--
daney at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-01-31 17:31:09
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007
More information about the Gcc-bugs
mailing list