mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
6965184: possible races in make_not_entrant_or_zombie
Reviewed-by: kvn
This commit is contained in:
parent
ae3ddc1514
commit
7533d0caf7
22 changed files with 226 additions and 740 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2008, 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
|
||||
|
@ -132,7 +132,6 @@ StubCodeMark::~StubCodeMark() {
|
|||
_cdesc->set_end(_cgen->assembler()->pc());
|
||||
assert(StubCodeDesc::_list == _cdesc, "expected order on list");
|
||||
_cgen->stub_epilog(_cdesc);
|
||||
VTune::register_stub(_cdesc->name(), _cdesc->begin(), _cdesc->end());
|
||||
Forte::register_stub(_cdesc->name(), _cdesc->begin(), _cdesc->end());
|
||||
|
||||
if (JvmtiExport::should_post_dynamic_code_generated()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue