[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build fails for jdk14 on FreeBSD-5.2-CURRENT: Can't detect initial thread stack location
Ronald Klop <ronald-freebsd8@xxxxxxxxxxx> writes:
> To fix this.
> Do not run 'make clean', but edit
> /usr/local/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java,
> remove the first line and run 'make' again.
>
> For some reason (I don't know what) the first line of this file gets
> corrupted sometimes.
Excellent, fantastic, many thanks. This worked very well.
No idea why the bogus line:
Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location
gets injected into the file.
Thanks again.