This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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 java/26007] initialized final static data should go in .rodata, not .data



------- 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


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