mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
Merge
This commit is contained in:
commit
2616e09389
67 changed files with 184 additions and 164 deletions
|
@ -422,7 +422,7 @@ static char* get_user_name_slow(int vmid, TRAPS) {
|
|||
// return the name of the user that owns the JVM indicated by the given vmid.
|
||||
//
|
||||
static char* get_user_name(int vmid, TRAPS) {
|
||||
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