mirror of
https://github.com/corda/corda.git
synced 2025-03-12 23:44:13 +00:00
commit
0c464f3f84
@ -5917,9 +5917,9 @@ extern "C" AVIAN_EXPORT int64_t JNICALL
|
||||
// implementing findJavaTZ_md ourselves from scratch, but that would
|
||||
// be a lot of code to implement and maintain.
|
||||
|
||||
object country = arguments[1];
|
||||
GcString* country = cast<GcString>(t, reinterpret_cast<object>(arguments[1]));
|
||||
|
||||
THREAD_RUNTIME_ARRAY(t, char, countryChars, stringLength(t, country) + 1);
|
||||
THREAD_RUNTIME_ARRAY(t, char, countryChars, country->length(t) + 1);
|
||||
stringChars(t, country, RUNTIME_ARRAY_BODY(countryChars));
|
||||
|
||||
local::MyClasspath* cp = static_cast<local::MyClasspath*>(t->m->classpath);
|
||||
|
@ -38,7 +38,7 @@ has_flag() {
|
||||
|
||||
make_target=test
|
||||
|
||||
run_cmake -DCMAKE_BUILD_TYPE=Debug
|
||||
test `uname -o` = "Cygwin" || run_cmake -DCMAKE_BUILD_TYPE=Debug
|
||||
|
||||
run make jdk-test
|
||||
run make ${flags} ${make_target}
|
||||
|
Loading…
x
Reference in New Issue
Block a user