mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8051398: jvmti tests fieldacc002, fieldmod002 fail in nightly with errors: (watch#0) wrong location
Didn't handle NULL bcp for native methods Reviewed-by: dcubed, sspitsyn
This commit is contained in:
parent
037f9fdccf
commit
d230f0b4fd
4 changed files with 11 additions and 13 deletions
|
@ -648,7 +648,8 @@ class Method : public Metadata {
|
|||
|
||||
// Returns the byte code index from the byte code pointer
|
||||
int bci_from(address bcp) const;
|
||||
address bcp_from(int bci) const;
|
||||
address bcp_from(int bci) const;
|
||||
address bcp_from(address bcp) const;
|
||||
int validate_bci_from_bcp(address bcp) const;
|
||||
int validate_bci(int bci) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue