# HG changeset patch # User Gilles Duboscq # Date 1397755743 -7200 # Node ID de9ead115e26930bfd76c2ff283b963b115d24b9 # Parent affef8631cf42c8f6453d092f2d7d8c68eed1445 Gpu needs to extend one of the allocation classes diff -r affef8631cf4 -r de9ead115e26 src/share/vm/runtime/gpu.hpp --- a/src/share/vm/runtime/gpu.hpp Thu Apr 17 17:21:55 2014 +0200 +++ b/src/share/vm/runtime/gpu.hpp Thu Apr 17 19:29:03 2014 +0200 @@ -32,7 +32,7 @@ #define MAX_GPUS 2 // Defines the interface to the graphics processor(s). -class Gpu { +class Gpu : public CHeapObj { private: static int _initialized_gpus_count; static Gpu* _initialized_gpus[MAX_GPUS];