src/hotspot/share/memory/virtualspace.cpp
changeset 53547 9d1a788dea3d
parent 52396 e292e94b448a
child 54780 f8d182aedc92
--- a/src/hotspot/share/memory/virtualspace.cpp	Tue Jan 29 14:34:26 2019 +0100
+++ b/src/hotspot/share/memory/virtualspace.cpp	Tue Jan 29 14:43:05 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2019, 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
@@ -266,11 +266,6 @@
 }
 
 
-size_t ReservedSpace::allocation_align_size_down(size_t size) {
-  return align_down(size, os::vm_allocation_granularity());
-}
-
-
 void ReservedSpace::release() {
   if (is_reserved()) {
     char *real_base = _base - _noaccess_prefix;