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 libgcj/16923] -D* Options passed to JNI_CreateJavaVM are ignored


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-14 07:11 -------
Confirmed:
          else if (! strncmp (ia->options[i].optionString, "-D", 2))
            {
              // FIXME.
              continue;
            }


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-14 07:11:13
               date|                            |
            Summary|Options passed to           |-D* Options passed to
                   |JNI_CreateJavaVM are ignored|JNI_CreateJavaVM are ignored


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


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