b21ba84392
* openjdk-9: move to ubuntu package naming and layout convention update to latest changesets (tag 162) update cups headers to 2.2.3 split into jre, jdk and source packages use the client jvm, renove libffi dependency create wrappers for binaries for LD_LIBRARY_PATH various fixes to get it working * openjdk-9: depend on ca-certificates-java
13 lines
557 B
Diff
13 lines
557 B
Diff
shoutout to @its-pointless (live_the_dream)
|
|
--- ./hotspot/src/share/vm/runtime/os.cpp 2017-03-30 20:45:45.000000000 +0530
|
|
+++ ../os.cpp 2017-03-31 11:04:17.097618021 +0530
|
|
@@ -74,7 +74,7 @@
|
|
int os::_processor_count = 0;
|
|
int os::_initial_active_processor_count = 0;
|
|
size_t os::_page_sizes[os::page_sizes_max];
|
|
-const char * os::_java_home = NULL;
|
|
+const char * os::_java_home = "@TERMUX_PREFIX@/lib/jvm/openjdk-9";
|
|
|
|
#ifndef PRODUCT
|
|
julong os::num_mallocs = 0; // # of calls to malloc/realloc
|