src/os_cpu/solaris_x86/vm/vmStructs_solaris_x86.hpp

changeset 3796
960a442eae91
parent 2314
f95d63e2154a
child 4426
91bf7da5c609
     1.1 --- a/src/os_cpu/solaris_x86/vm/vmStructs_solaris_x86.hpp	Fri May 18 09:15:15 2012 -0700
     1.2 +++ b/src/os_cpu/solaris_x86/vm/vmStructs_solaris_x86.hpp	Tue May 22 10:11:53 2012 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -35,7 +35,7 @@
    1.11    /* Threads (NOTE: incomplete) */                                                                                                   \
    1.12    /******************************/                                                                                                   \
    1.13                                                                                                                                       \
    1.14 -  nonstatic_field(OSThread,                      _thread_id,                                    thread_t)                              \
    1.15 +  nonstatic_field(OSThread,                      _thread_id,                                    OSThread::thread_id_t)               \
    1.16                                                                                                                                       \
    1.17    /* This must be the last entry, and must be present */                                                                             \
    1.18    last_entry()
    1.19 @@ -46,7 +46,7 @@
    1.20    /* Solaris Thread IDs */                                                \
    1.21    /**********************/                                                \
    1.22                                                                            \
    1.23 -  declare_unsigned_integer_type(thread_t)                                 \
    1.24 +  declare_unsigned_integer_type(OSThread::thread_id_t)                    \
    1.25                                                                            \
    1.26    /* This must be the last entry, and must be present */                  \
    1.27    last_entry()

mercurial