Re: devel/jdk/1.8: cannot use debugger

2019-03-08 Thread Kurt Miller
Hi Caspar, Thank you for looking into this. Yea the jdk has some uses of the _LITTLE_ENDIAN and _BIG_ENDIAN defines that conflict with the BSD's use of them. I'll review jdk8's use of them again and include this correction in theĀ 8u202 update. -Kurt On Sat, 2019-03-02 at 11:27 +0100, Caspar Schu

devel/jdk/1.8: cannot use debugger

2019-03-02 Thread Caspar Schutijser
Hi, I attempted to debug a Java application. However, as is shown below, debugging does not work currently (presumably since the jdk was updated recently). I found a FreeBSD bug report which reports the same problem [1]. They fixed the problem with a patch [2]. I have not tried the patch yet b