brettwooldridge / NuProcess

Low-overhead, non-blocking I/O, external Process implementation for Java
Apache License 2.0
712 stars 84 forks source link

Use ALIGN_NONE only on x86-64. #94

Closed bturner closed 6 years ago

bturner commented 6 years ago
bturner commented 6 years ago

This is similar to #93, but it uses JNA's Platform to make decisions instead of trying to parse "os.arch" directly.

brettwooldridge commented 6 years ago

@bturner I'll take this one. 👍