How many local variable slots does the long parameter 'b' occupy, and which load instruction reads it?long addL(long a, long b) { return a + b; } // for an instance method, slot 0 = this