Searched refs:mismatched (Results 1 - 12 of 12) sorted by relevance

/openjdk9/jdk/test/java/lang/instrument/
H A DVerifyLocalVariableTableOnRetransformTest.sh74 ${JAVA}p -v DummyClassWithLVT > mismatched.javap
75 diff orig.javap mismatched.javap
/openjdk9/jdk/test/java/io/Serializable/badSerialPersistentField/
H A DBadSerialPersistentField.java41 new ObjectStreamField("mismatched", int.class)
43 private float mismatched; field in class:B
/openjdk9/hotspot/src/share/vm/opto/
H A DgraphKit.hpp517 bool mismatched = false) {
521 unaligned, mismatched);
526 bool mismatched = false) {
531 unaligned, mismatched);
537 bool mismatched = false);
552 bool mismatched = false) {
558 unaligned, mismatched);
567 bool mismatched = false);
591 bool mismatched = false);
623 bool mismatched
[all...]
H A DidealKit.cpp372 bool mismatched) {
383 if (mismatched) {
369 store(Node* ctl, Node* adr, Node *val, BasicType bt, int adr_idx, MemNode::MemOrd mo, bool require_atomic_access, bool mismatched) argument
H A DidealKit.hpp233 bool mismatched = false);
H A DgraphKit.cpp1465 bool mismatched) {
1472 ld = LoadLNode::make_atomic(ctl, mem, adr, adr_type, t, mo, control_dependency, unaligned, mismatched);
1474 ld = LoadDNode::make_atomic(ctl, mem, adr, adr_type, t, mo, control_dependency, unaligned, mismatched);
1476 ld = LoadNode::make(_gvn, ctl, mem, adr, adr_type, t, bt, mo, control_dependency, unaligned, mismatched);
1491 bool mismatched) {
1507 if (mismatched) {
1604 bool mismatched) {
1624 Node* store = store_to_memory(control(), adr, val, bt, adr_idx, mo, mismatched);
1637 bool mismatched) {
1656 return store_oop(ctl, obj, adr, adr_type, val, val_type, bt, true, mo, mismatched);
1459 make_load(Node* ctl, Node* adr, const Type* t, BasicType bt, int adr_idx, MemNode::MemOrd mo, LoadNode::ControlDependency control_dependency, bool require_atomic_access, bool unaligned, bool mismatched) argument
1486 store_to_memory(Node* ctl, Node* adr, Node *val, BasicType bt, int adr_idx, MemNode::MemOrd mo, bool require_atomic_access, bool unaligned, bool mismatched) argument
1595 store_oop(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, const TypeOopPtr* val_type, BasicType bt, bool use_precise, MemNode::MemOrd mo, bool mismatched) argument
1630 store_oop_to_unknown(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, BasicType bt, MemNode::MemOrd mo, bool mismatched) argument
[all...]
H A Dmemnode.hpp210 bool unaligned = false, bool mismatched = false);
391 bool unaligned = false, bool mismatched = false);
443 bool unaligned = false, bool mismatched = false);
H A Dlibrary_call.cpp1664 // reject folding mismatched char access over byte[]. A normal inlining for getChar
1676 false, false, true /* mismatched */);
1679 LoadNode::DependsOnlyOnTest, false, false, true /* mismatched */);
2346 bool mismatched = false; local
2360 // Don't intrinsify mismatched object accesses
2363 mismatched = (bt != type);
2365 mismatched = true; // conservatively mark all "wide" on-heap accesses as mismatched
2368 assert(!mismatched || alias_type->adr_type()->is_oopptr(), "off-heap access can't be mismatched");
2555 store_oop_to_unknown(control(), heap_base_oop, adr, adr_type, val, type, mo, mismatched); local
2557 store_to_memory(control(), adr, val, type, adr_type, mo, requires_atomic_access, unaligned, mismatched); local
[all...]
H A Dmemnode.cpp92 st->print(" mismatched");
785 ControlDependency control_dependency, bool unaligned, bool mismatched) {
827 if (mismatched) {
839 ControlDependency control_dependency, bool unaligned, bool mismatched) {
845 if (mismatched) {
852 ControlDependency control_dependency, bool unaligned, bool mismatched) {
858 if (mismatched) {
2427 "no mismatched stores, except on raw memory: %s %s", NodeClassNames[Opcode()], NodeClassNames[st->Opcode()]);
3412 return FAIL; // mismatched store size
784 make(PhaseGVN& gvn, Node *ctl, Node *mem, Node *adr, const TypePtr* adr_type, const Type *rt, BasicType bt, MemOrd mo, ControlDependency control_dependency, bool unaligned, bool mismatched) argument
838 make_atomic(Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, const Type* rt, MemOrd mo, ControlDependency control_dependency, bool unaligned, bool mismatched) argument
851 make_atomic(Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, const Type* rt, MemOrd mo, ControlDependency control_dependency, bool unaligned, bool mismatched) argument
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp920 AccessIndexed(Value array, Value index, Value length, BasicType elt_type, ValueStack* state_before, bool mismatched)
925 , _mismatched(mismatched)
935 bool mismatched() const { return _mismatched; }
952 LoadIndexed(Value array, Value index, Value length, BasicType elt_type, ValueStack* state_before, bool mismatched = false)
953 : AccessIndexed(array, index, length, elt_type, state_before, mismatched)
982 bool check_boolean, bool mismatched = false)
983 : AccessIndexed(array, index, length, elt_type, state_before, mismatched)
H A Dc1_Canonicalizer.cpp269 if (!x->mismatched() && array != NULL && index != NULL) {
/openjdk9/hotspot/src/share/vm/runtime/
H A Darguments.cpp1158 bool mismatched = ((msg_type == Flag::NOTPRODUCT_FLAG_BUT_PRODUCT_BUILD) || local
1160 if (ignore_unrecognized && mismatched) {

Completed in 222 milliseconds