get object from memory by hash code

后端 未结 2 1119
抹茶落季
抹茶落季 2020-12-30 16:18

My question is relate to security level of JVM

How we can we get the object from memory by proving hash code?

Today i was thinking. I create an object of

2条回答
  •  北海茫月
    2020-12-30 16:43

    I guess it is irrelevant since hash code may or may not be related to memory address take a look documentation

    in general each JVM has its own memory stack so whether you can access object from other JVM is depending on JVM implementation and I guess it is rarely possible.

提交回复
热议问题