MCPcopy Create free account
hub / github.com/apache/pig / isVendorIBM

Method isVendorIBM

src/org/apache/pig/impl/util/Utils.java:93–95  ·  view source on GitHub ↗

This method checks whether JVM vendor is IBM @return true if IBM JVM is being used false otherwise

()

Source from the content-addressed store, hash-verified

91 * false otherwise
92 */
93 public static boolean isVendorIBM() {
94 return System.getProperty("java.vendor").contains("IBM");
95 }
96
97 public static boolean is64bitJVM() {
98 String arch = System.getProperties().getProperty("sun.arch.data.model",

Callers 5

setLastMethodCalledMethod · 0.95
setLastMethodCalledMethod · 0.95
createOutputNameMethod · 0.95
getMethodNameMethod · 0.95
getMethodNameMethod · 0.95

Calls 2

getPropertyMethod · 0.80
containsMethod · 0.45

Tested by 3

setLastMethodCalledMethod · 0.76
setLastMethodCalledMethod · 0.76
createOutputNameMethod · 0.76