This allows the application class loader to be used when the bind/java package or other part of JNI dynamically loads java classes from a non-Java thread. http://developer.android.com/training/articles/perf-jni.html#faq_FindClass Fixes golang/go#10668. Change-Id: I44df3a9362617fa6dd26ddf88247e4fdaee7c7e8 Reviewed-on: https://go-review.googlesource.com/9732 Reviewed-by: David Crawshaw <crawshaw@golang.org>
6 lines
204 B
C
6 lines
204 B
C
// Copyright 2014 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
void init_seq(void* vm, void* classfinder);
|