You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
541 B
22 lines
541 B
Bad.foo()
|
|
Bad.instanceValue = 33
|
|
Caught NoClassDefFoundError.
|
|
Bad.bar()
|
|
Caught NoClassDefFoundError.
|
|
Bad.$noinline$testResolutionTrampolineCallee()
|
|
BadSuper.foo()
|
|
BadSuper.superInstanceValue = 1
|
|
Caught NoClassDefFoundError.
|
|
BadSub.bar()
|
|
BadSub.subInstanceValue = 11
|
|
BadSub.subStaticValue = 4242
|
|
BadSuper.superInstanceValue = 111
|
|
Caught NoClassDefFoundError.
|
|
BadSub.bar()
|
|
BadSub.subInstanceValue = -1
|
|
BadSub.subStaticValue = 4242
|
|
BadSuper.superInstanceValue = -2
|
|
Caught NoClassDefFoundError.
|
|
BadSub.allocSuper(.)
|
|
Caught NoClassDefFoundError.
|