8248337: sparc related code clean up after solaris removal

Reviewed-by: dholmes, kvn
This commit is contained in:
Yumin Qi 2020-09-02 09:29:31 -07:00
parent f3597c4a54
commit a588752fd6
29 changed files with 42 additions and 58 deletions

View file

@ -321,7 +321,7 @@ bool os::have_special_privileges() {
#ifndef SYS_gettid
// i386: 224, ia64: 1105, amd64: 186, sparc 143
// i386: 224, ia64: 1105, amd64: 186, sparc: 143
#ifdef __ia64__
#define SYS_gettid 1105
#else