Added UseLoongsonISA flag.

Tue, 02 Aug 2016 17:02:38 +0800

author
aoqi
date
Tue, 02 Aug 2016 17:02:38 +0800
changeset 49
76cea9141c9d
parent 48
da67d05d2190
child 50
372313324431

Added UseLoongsonISA flag.
Loongson is a MIPS-compatible family of microprocessors, and extends an ISA called LoongsonISA. All gs instructions should be controled by this flag.

src/share/vm/runtime/globals.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Aug 02 21:48:39 2016 +0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Aug 02 17:02:38 2016 +0800
     1.3 @@ -716,6 +716,9 @@
     1.4    product(bool, UseCRC32Intrinsics, false,                                  \
     1.5            "use intrinsics for java.util.zip.CRC32")                         \
     1.6                                                                              \
     1.7 +  product(bool, UseLoongsonISA, true,                                       \
     1.8 +          "Use LoongsonISA on Loongson CPUs")                               \
     1.9 +                                                                            \
    1.10    develop(bool, TraceCallFixup, false,                                      \
    1.11            "Trace all call fixups")                                          \
    1.12                                                                              \

mercurial