DragonFly bugs List (threaded) for 2005-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: jdk14 port override build error
Joerg Sonnenberger wrote:
On Sun, May 29, 2005 at 06:06:24AM -0700, walt wrote:
Anyone understand that complaint? This is the offending line:
int _A[RM_SIZE];
_A is defined by ctype.h and the source is broken for using protected
names. The fix is to rename the variable.
Yes, thanks, it worked! If anyone else cares to try, I changed two
files:
work/hotspot/src/share/vm/opto/regmask.hpp and
work/hotspot/src/share/vm/opto/regmask.cpp
I just substituted _Q for _A in both files and restarted
the build.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]