comparison src/share/vm/gc_interface/collectedHeap.hpp @ 18929:8f2fb6bec986

removed GPU code
author Doug Simon <doug.simon@oracle.com>
date Fri, 23 Jan 2015 10:54:21 +0100
parents 52b4284cb496
children 7848fc12602b
comparison
equal deleted inserted replaced
18928:c8fc6e2d128b 18929:8f2fb6bec986
82 // ParallelScavengeHeap 82 // ParallelScavengeHeap
83 // 83 //
84 class CollectedHeap : public CHeapObj<mtInternal> { 84 class CollectedHeap : public CHeapObj<mtInternal> {
85 friend class VMStructs; 85 friend class VMStructs;
86 friend class IsGCActiveMark; // Block structured external access to _is_gc_active 86 friend class IsGCActiveMark; // Block structured external access to _is_gc_active
87 friend class HSAILAllocationInfo; // access to allocate_new_tlab
88 87
89 #ifdef ASSERT 88 #ifdef ASSERT
90 static int _fire_out_of_memory_count; 89 static int _fire_out_of_memory_count;
91 #endif 90 #endif
92 91