Searched refs:major (Results 1 – 7 of 7) sorted by relevance
498 byte major = in.readByte(); in readObject()500 if (major != 1) { in readObject()501 throw new IOException("LogRecord: bad version: " + major + "." + minor); in readObject()
185 int major = -1; in isSourceFilterSupported() local187 major = atoi(uts.version); in isSourceFilterSupported()190 if (major < 6 || (major == 6 && minor < 1)) {// unsupported on aix < 6.1 in isSourceFilterSupported()
1482 private boolean kernelIsAtLeast(int major, int minor) {1484 return version[0] > major || (version[0] == major && version[1] >= minor);
162 form) with the major components (compiler, kernel, and so on) of the
154 source or binary form) with the major components (compiler, kernel, and so on)
162 source or binary form) with the major components (compiler, kernel, and so on)