What do you mean operates at higher level?
thisContext instVarNamed: #receiver put: 42
Field a = sun.misc.VM.class.getDeclaredField("directMemory");a.setAccessible(true);a.get(null);
Most things are much harder to do in Java than in Smalltalk but I don't know if the level differs so much. For example method substitution is not so standard VM feature in Java.