comparison src/gpu/hsail/vm/vmStructs_hsail.hpp @ 16795:a29e6e7b7a86

Replace hsail donor threads with hsail tlabs
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 12 Aug 2014 16:30:17 -0700
parents 06eedda53e14
children
comparison
equal deleted inserted replaced
16794:74c02c90a3f9 16795:a29e6e7b7a86
56 nonstatic_field(HSAILTlabInfo, _start, HeapWord*) \ 56 nonstatic_field(HSAILTlabInfo, _start, HeapWord*) \
57 nonstatic_field(HSAILTlabInfo, _top, HeapWord*) \ 57 nonstatic_field(HSAILTlabInfo, _top, HeapWord*) \
58 nonstatic_field(HSAILTlabInfo, _end, HeapWord*) \ 58 nonstatic_field(HSAILTlabInfo, _end, HeapWord*) \
59 nonstatic_field(HSAILTlabInfo, _last_good_top, HeapWord*) \ 59 nonstatic_field(HSAILTlabInfo, _last_good_top, HeapWord*) \
60 nonstatic_field(HSAILTlabInfo, _original_top, HeapWord*) \ 60 nonstatic_field(HSAILTlabInfo, _original_top, HeapWord*) \
61 nonstatic_field(HSAILTlabInfo, _donor_thread, JavaThread*) \
62 nonstatic_field(HSAILTlabInfo, _alloc_info, HSAILAllocationInfo*) \ 61 nonstatic_field(HSAILTlabInfo, _alloc_info, HSAILAllocationInfo*) \
62 nonstatic_field(HSAILTlabInfo, _tlab, ThreadLocalAllocBuffer*) \
63 63
64 #define VM_TYPES_GPU_HSAIL(declare_type, declare_toplevel_type) \ 64 #define VM_TYPES_GPU_HSAIL(declare_type, declare_toplevel_type) \
65 declare_toplevel_type(HSAILFrame) \ 65 declare_toplevel_type(HSAILFrame) \
66 declare_toplevel_type(HSAILFrame*) \ 66 declare_toplevel_type(HSAILFrame*) \
67 declare_toplevel_type(Hsail::HSAILKernelDeoptimization) \ 67 declare_toplevel_type(Hsail::HSAILKernelDeoptimization) \