[8u] RFR: SIGILL when jdwp is enabled

Edward Nevill edward.nevill at gmail.com
Wed Feb 24 11:01:23 UTC 2016


On Fri, 2016-02-19 at 17:21 +0000, Sergey Nazarkin wrote:

> cmd to reproduce:
> java -Xint  -agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y HelloWorld
> 
> http://cr.openjdk.java.net/~snazarki/jdwp-SIGILL1/

Hi Sergey,

Thanks. This looks fine. I am going to make a small change which is to use

   cbz(r3, L);

instead of cmp and branch. In arm32 this makes no difference, but if we ever generate Thumb code it could.

All the best,
Ed.




More information about the aarch32-port-dev mailing list