src/os/aix/vm/perfMemory_aix.cpp

changeset 9507
7e72702243a4
parent 8210
2d23269a45a0
child 9711
0f2fe7d37d8c
     1.1 --- a/src/os/aix/vm/perfMemory_aix.cpp	Sun Oct 14 20:44:38 2018 -0400
     1.2 +++ b/src/os/aix/vm/perfMemory_aix.cpp	Tue Oct 16 10:40:23 2018 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
     1.7   * Copyright 2012, 2013 SAP AG. All rights reserved.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -706,7 +706,7 @@
    1.11  // return the name of the user that owns the JVM indicated by the given vmid.
    1.12  //
    1.13  static char* get_user_name(int vmid, TRAPS) {
    1.14 -  return get_user_name_slow(vmid, CHECK_NULL);
    1.15 +  return get_user_name_slow(vmid, THREAD);
    1.16  }
    1.17  
    1.18  // return the file name of the backing store file for the named

mercurial