* src/native/jni.cpp (GetObjectClass): Remove null pointer check.
authorStefan Ring <stefan@complang.tuwien.ac.at>
Sat, 25 Feb 2012 09:11:36 +0000 (10:11 +0100)
committerStefan Ring <stefan@complang.tuwien.ac.at>
Sat, 25 Feb 2012 09:11:36 +0000 (10:11 +0100)
commitf5287d069d5089f7100420be5fdcc25755ce3011
treedc79b59348a86ef45a0ffcbdb83e2d621a7c51d2
parentfa3fb41985bc911b5300f144b740159ac0c1eea0
* src/native/jni.cpp (GetObjectClass): Remove null pointer check.
* tests/regression/native/checkjni.java: Adapt test.
* tests/regression/native/checkjni.output: Adapt test output.

Hotspot doesn't accept a null pointer here, so neither should we.
src/native/jni.cpp
tests/regression/native/checkjni.java
tests/regression/native/checkjni.output