8019972: PPC64 (part 9): platform files for interpreter only VM

With this change the HotSpot core build works on Linux/PPC64. The VM succesfully executes simple test programs.

Reviewed-by: kvn
This commit is contained in:
Goetz Lindenmaier 2013-08-02 16:46:45 +02:00
parent f4c4fd7903
commit cf98cb05ca
73 changed files with 25436 additions and 1 deletions

View file

@ -3614,7 +3614,7 @@ class CommandLineFlags {
NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)), \
"Address to allocate shared memory region for class data") \
\
diagnostic(bool, EnableInvokeDynamic, true PPC64_ONLY(&& false), \
diagnostic(bool, EnableInvokeDynamic, true, \
"support JSR 292 (method handles, invokedynamic, " \
"anonymous classes") \
\