diff src/share/vm/gc_interface/collectedHeap.hpp @ 16076:06eedda53e14

HSAIL: add support to allocate new TLAB from GPU Contributed-by: Tom Deneau <tom.deneau@amd.com>
author Doug Simon <doug.simon@oracle.com>
date Tue, 10 Jun 2014 22:36:26 +0200
parents 2cae21d9f122
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/gc_interface/collectedHeap.hpp	Tue Jun 10 19:08:33 2014 +0200
+++ b/src/share/vm/gc_interface/collectedHeap.hpp	Tue Jun 10 22:36:26 2014 +0200
@@ -84,7 +84,7 @@
 class CollectedHeap : public CHeapObj<mtInternal> {
   friend class VMStructs;
   friend class IsGCActiveMark; // Block structured external access to _is_gc_active
-  friend class Hsail;  // access to allocate_new_tlab
+  friend class HSAILAllocationInfo;  // access to allocate_new_tlab
 
 #ifdef ASSERT
   static int       _fire_out_of_memory_count;