mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-14 14:40:43 +00:00
Moved all non os specific code in vmError_[os].cpp to vmError_posix.cpp, moved os specific code to os_[os].cpp and refactored all other references accordingly Reviewed-by: stuefe, coleenp, dholmes