diff src/share/vm/memory/metaspace.cpp @ 8744:15401203db6b

Merge
author stefank
date Fri, 15 Mar 2013 08:57:55 +0100
parents 1c88b99a2b01 3efdfd6ddbf2
children 82ab039b9680 19f9fabd94cc
line wrap: on
line diff
--- a/src/share/vm/memory/metaspace.cpp	Tue Mar 12 11:00:49 2013 -0700
+++ b/src/share/vm/memory/metaspace.cpp	Fri Mar 15 08:57:55 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2013, 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
@@ -52,7 +52,6 @@
 const uint metadata_deallocate_a_lot_block = 10;
 const uint metadata_deallocate_a_lock_chunk = 3;
 size_t const allocation_from_dictionary_limit = 64 * K;
-const size_t metadata_deallocate = 0xf5f5f5f5;
 
 MetaWord* last_allocated = 0;