--- old/src/share/vm/utilities/globalDefinitions_visCPP.hpp 2015-11-04 23:07:47.006118490 -0500 +++ new/src/share/vm/utilities/globalDefinitions_visCPP.hpp 2015-11-04 23:07:45.430029675 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -232,4 +232,6 @@ #define offset_of(klass,field) offsetof(klass,field) +#define THREAD_LOCAL_DECL __declspec( thread ) + #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_VISCPP_HPP