Skip to content

Commit

Permalink
Invert test sense
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian committed Feb 28, 2009
1 parent 492547e commit 3001384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bootImageRunner/jvm.C
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GetEnv(JavaVM UNUSED *vm, void **penv, jint version)

// Return NULL if we are not on a VM thread
void *vmThread = getVMThread();
if (vmThread != NULL) {
if (vmThread == NULL) {
*penv = NULL;
return JNI_EDETACHED;
}
Expand Down

0 comments on commit 3001384

Please sign in to comment.