mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8234401: ConstantCallSite may stuck in non-frozen state
Reviewed-by: psandoz
This commit is contained in:
parent
d5c759accb
commit
e515a609e9
5 changed files with 94 additions and 24 deletions
|
@ -96,7 +96,6 @@ public class VolatileCallSite extends CallSite {
|
|||
* @see #getTarget
|
||||
*/
|
||||
@Override public void setTarget(MethodHandle newTarget) {
|
||||
checkTargetChange(getTargetVolatile(), newTarget);
|
||||
setTargetVolatile(newTarget);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue