This is the mail archive of the java-patches@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]

Re: WIN-31: boehm-gc don't do SEH in GCC



"Boehm, Hans" <hans_boehm@hp.com> writes:
> In particular, I think this is a reliability issue for the GC code.  The
> collector uses VirtualQuery to identify locations that it should scan for
> statically allocated pointer variables.

Hrm, are there any such pointers in libgcj? AFAIK, most of libgcj's
pointers are either on the heap or the stack... I don't think it
stores any data in statically allocated regions.

Could we disable this section of code when boehm-gc is being used for gcj?

  - a

-- 
"If I put copyrighted material into the 'chewy nougat center', I can
 claim the crunchy chocolate coating is an 'Access Control
 Mechanism'."                                     --lynx_user_abroad

Why Windows NT/2k/XP is unreliable: www.zappadoodle.com


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