mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
Merge
This commit is contained in:
commit
d6a9b93b5a
133 changed files with 1889 additions and 1307 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2005, 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 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
|
||||
|
@ -638,7 +638,7 @@ void JvmtiClassFileReconstituter::copy_bytecodes(methodHandle mh,
|
|||
|
||||
// length of bytecode (mnemonic + operands)
|
||||
address bcp = bs.bcp();
|
||||
int len = bs.next_bcp() - bcp;
|
||||
int len = bs.instruction_size();
|
||||
assert(len > 0, "length must be > 0");
|
||||
|
||||
// copy the bytecodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue