mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8064811
: Use THREAD instead of CHECK_NULL in return statements
Reviewed-by: coleenp, simonis, dholmes
This commit is contained in:
parent
3b31df26c8
commit
95704b233c
25 changed files with 53 additions and 54 deletions
|
@ -461,7 +461,7 @@ static char* get_user_name(int vmid, TRAPS) {
|
|||
// since the structured procfs and old procfs interfaces can't be
|
||||
// mixed, we attempt to find the file through a directory search.
|
||||
|
||||
return get_user_name_slow(vmid, CHECK_NULL);
|
||||
return get_user_name_slow(vmid, THREAD);
|
||||
}
|
||||
|
||||
// return the file name of the backing store file for the named
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue