Skip to content

Commit aa33525

Browse files
committed
8283787: C1: Remove unused ArrayStoreExceptionStub::_info
Reviewed-by: thartmann, chagedorn
1 parent 8b65611 commit aa33525

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hotspot/share/c1/c1_CodeStubs.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -513,9 +513,6 @@ class SimpleExceptionStub: public CodeStub {
513513

514514

515515
class ArrayStoreExceptionStub: public SimpleExceptionStub {
516-
private:
517-
CodeEmitInfo* _info;
518-
519516
public:
520517
ArrayStoreExceptionStub(LIR_Opr obj, CodeEmitInfo* info): SimpleExceptionStub(Runtime1::throw_array_store_exception_id, obj, info) {}
521518
#ifndef PRODUCT

0 commit comments

Comments
 (0)