mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-11-23 04:19:43 +00:00
0d73dd5640
src/hotspot/share/runtime/java.cpp:533:7: error: use of undeclared identifier 'VMThread' if (VMThread::vm_thread() != NULL) { ^ src/hotspot/share/runtime/java.cpp:553:5: error: use of undeclared identifier 'VMThread' VMThread::execute(&op); ^ src/hotspot/share/runtime/java.cpp:553:24: error: declaration of reference variable 'op' requires an initializer VMThread::execute(&op); ^~ 3 errors generated. Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> |
||
---|---|---|
.jcheck | ||
bin | ||
doc | ||
make | ||
src | ||
test | ||
.gitignore | ||
.hgignore | ||
.hgtags | ||
ADDITIONAL_LICENSE_INFO | ||
ASSEMBLY_EXCEPTION | ||
configure | ||
LICENSE | ||
Makefile | ||
README |
Welcome to the JDK! =================== For information about building the JDK, including how to retrieve all of the source code, please see either of these files: * doc/building.html (html version) * doc/building.md (markdown version) See http://openjdk.java.net/ for more information about the OpenJDK Community and the JDK.