aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/code/vtableStubs.cpp
diff options
context:
space:
mode:
authornever <none@none>2010-07-08 14:29:44 -0700
committernever <none@none>2010-07-08 14:29:44 -0700
commit4afd1332c1ef732077ea78ff0902d94545ffeaef (patch)
tree0cd1b529a3ba95208aa92aa88e221529801b2682 /src/share/vm/code/vtableStubs.cpp
parent6b90d24ba548ba05384992578dafc58af85b2194 (diff)
downloadjdk8u_hotspot-4afd1332c1ef732077ea78ff0902d94545ffeaef.tar.gz
6965184: possible races in make_not_entrant_or_zombie
Reviewed-by: kvn
Diffstat (limited to 'src/share/vm/code/vtableStubs.cpp')
-rw-r--r--src/share/vm/code/vtableStubs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/share/vm/code/vtableStubs.cpp b/src/share/vm/code/vtableStubs.cpp
index 2b1e3b356..3a4c5e536 100644
--- a/src/share/vm/code/vtableStubs.cpp
+++ b/src/share/vm/code/vtableStubs.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2010, 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
@@ -50,7 +50,6 @@ void* VtableStub::operator new(size_t size, int code_size) {
}
_chunk = blob->instructions_begin();
_chunk_end = _chunk + bytes;
- VTune::register_stub("vtable stub", _chunk, _chunk_end);
Forte::register_stub("vtable stub", _chunk, _chunk_end);
// Notify JVMTI about this stub. The event will be recorded by the enclosing
// JvmtiDynamicCodeEventCollector and posted when this thread has released