hotspot/src/share/vm/gc/shared/collectedHeap.cpp
changeset 46329 53ccc37bda19
parent 43455 96560cffef4d
child 46384 dacebddcdea0
--- a/hotspot/src/share/vm/gc/shared/collectedHeap.cpp	Wed Mar 15 11:44:46 2017 +0100
+++ b/hotspot/src/share/vm/gc/shared/collectedHeap.cpp	Wed Mar 15 10:25:37 2017 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -279,7 +279,7 @@
 }
 #endif
 
-HeapWord* CollectedHeap::allocate_from_tlab_slow(KlassHandle klass, Thread* thread, size_t size) {
+HeapWord* CollectedHeap::allocate_from_tlab_slow(Klass* klass, Thread* thread, size_t size) {
 
   // Retain tlab and allocate object in shared space if
   // the amount free in the tlab is too large to discard.