src/hotspot/share/utilities/globalDefinitions_xlc.hpp
changeset 49392 2956d0ece7a9
parent 47765 b7c7428eaab9
child 49465 4881673579b7
equal deleted inserted replaced
49391:02076019c25d 49392:2956d0ece7a9
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2012, 2017 SAP SE. All rights reserved.
     3  * Copyright (c) 2012, 2017 SAP SE. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
   127 
   127 
   128 
   128 
   129 // Portability macros
   129 // Portability macros
   130 #define PRAGMA_INTERFACE             #pragma interface
   130 #define PRAGMA_INTERFACE             #pragma interface
   131 #define PRAGMA_IMPLEMENTATION        #pragma implementation
   131 #define PRAGMA_IMPLEMENTATION        #pragma implementation
   132 #define VALUE_OBJ_CLASS_SPEC
       
   133 
   132 
   134 // Formatting.
   133 // Formatting.
   135 #ifdef _LP64
   134 #ifdef _LP64
   136 #define FORMAT64_MODIFIER "l"
   135 #define FORMAT64_MODIFIER "l"
   137 #else // !_LP64
   136 #else // !_LP64