jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

#239: No support for Arm64 #241

Closed dchuyko closed 6 years ago

dchuyko commented 6 years ago

Hello. I've created a fix for that. SSE flags are now included only for x86_64. This should also potentially fix other non-x86 platforms. Checked build on x86_64 and aarch64.

RichardWarburton commented 6 years ago

Thanks @dchuyko - looks great!

dchuyko commented 6 years ago

Just in case,

ARM64, Ubuntu 16.04, Oracle Java 8u161 + OpenJFX. Tests run: 42301, Failures: 0, Errors: 4, Skipped: 4 That machine has no GUI, failed ones will likely pass with it.

x86 Tests run: 42433, Failures: 0, Errors: 2, Skipped: 4.