-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8…
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8…
-
One of the greatest pains in reading x86 assembler code is deducing what syntax is going on, AT&T or Intel. This is not a simple matter of style: the order of operands is reversed, making simple exten…
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8…
-
Hi,
it looks like a similar issue for DOS debugging (please refer to #2) still exists in the current version. I just tried to move an existing small assembly program over to visual masm and the outpu…
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8…
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8…
-
In #8897, @stedolan made the capital offence of naming a C stub function intended to test something `test`. Honestly. The assembler generated for:
```ocaml
external test : unit -> unit = "test"
…
-
OS is Ubuntu under windows 10.
Hello, I have been talking to you on twitter, you just made me aware of the existence of this payload source. I am attempting to compile it now, I did get an error in…
-
```
Problem: Building 2.41 source tree with newer tools
-- VS2008 -- emits numerous errors.
Recommend: Get and investigate newer tools.
```
Original issue reported on code.google.com by `andyt7...@…