Searched refs:product (Results 1 - 25 of 29) sorted by relevance

12

/openjdk7/hotspot/src/os/linux/vm/
H A Dglobals_linux.hpp31 #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct) \
32 product(bool, UseOprofile, false, \
35 product(bool, UseLinuxPosixThreadCPUClocks, true, \
40 product(bool, UseHugeTLBFS, false, \
43 product(bool, LoadExecStackDllInVMThread, true, \
46 product(bool, UseSHM, false, \
/openjdk7/hotspot/src/os/bsd/vm/
H A Dglobals_bsd.hpp31 #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct) \
32 product(bool, UseOprofile, false, \
35 product(bool, UseBsdPosixThreadCPUClocks, true, \
40 product(bool, UseHugeTLBFS, false, \
43 product(bool, UseSHM, false, \
/openjdk7/hotspot/src/os/solaris/vm/
H A Dglobals_solaris.hpp31 #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct) \
33 product(bool, UseISM, false, \
36 product(bool, UsePermISM, false, \
39 product(bool, UseMPSS, true, \
42 product(bool, UseExtendedFileIO, true, \
/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals.hpp359 // use this for flags that are true per default in the product build
376 // product flags are always settable / visible
384 // Note: Diagnostic options not meant for VM tuning or for product modes.
388 // are available in the product version of the VM. Under instruction
395 // part of the officially supported product, but are available
400 // be able to build a fully supported product that nonetheless also
410 // manageable flags are writeable external product flags.
424 // product_rw flags are writeable internal product flags.
439 #define RUNTIME_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct, manageable, product_rw, lp64_product) \
467 product(boo
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dglobals_x86.hpp82 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
87 product(intx, FenceInstruction, 0, \
90 product(intx, ReadPrefetchInstr, 0, \
93 product(bool, UseStoreImmI16, true, \
96 product(intx, UseAVX, 99, \
102 product(bool, UseNewLongLShift, false, \
105 product(bool, UseAddressNop, false, \
108 product(bool, UseXmmLoadAndClearUpper, true, \
111 product(bool, UseXmmRegToRegMoveAll, false, \
114 product(boo
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dc2_globals.hpp55 #define C2_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct) \
81 product(intx, MaxLoopPad, (OptoLoopAlignment-1), \
84 product(intx, MaxVectorSize, 32, \
88 product(bool, AlignVector, true, \
91 product(intx, NumberOfLoopInstrToAlign, 4, \
176 product(intx, LoopUnrollMin, 4, \
186 product(intx, MultiArrayExpandLimit, 6, \
193 product(bool, UseLoopPredicate, true, \
217 product(bool, OptimizeFill, true, \
232 product(int
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dglobals_windows.hpp31 #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, \
34 product(bool, UseUTCFileTimestamp, true, \
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dglobals_sparc.hpp79 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
81 product(intx, UseVIS, 99, \
84 product(bool, UseCBCond, false, \
87 product(bool, UseBlockZeroing, false, \
90 product(intx, BlockZeroingLowLimit, 2048, \
93 product(bool, UseBlockCopy, false, \
96 product(intx, BlockCopyLowLimit, 2048, \
102 product(bool, UseNiagaraInstrs, false, \
108 product(uintx, ArraycopySrcPrefetchDistance, 0, \
111 product(uint
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1_globals.hpp33 #define G1_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct, manageable, product_rw) \
35 product(uintx, G1ConfidencePercent, 50, \
74 product(double, G1ConcMarkStepDurationMillis, 10.0, \
78 product(intx, G1RefProcDrainInterval, 10, \
86 product(intx, G1SATBBufferSize, 1*K, \
92 product(uintx, G1SATBBufferEnqueueingThresholdPercent, 60, \
133 product(intx, G1UpdateBufferSize, 256, \
136 product(intx, G1ConcRefinementYellowZone, 0, \
141 product(intx, G1ConcRefinementRedZone, 0, \
147 product(int
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A Dshark_globals.hpp34 #define SHARK_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct) \
36 product(intx, MaxNodeLimit, 65000, \
40 product(intx, SharkMaxInlineSize, 32, \
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_globals.hpp57 #define C1_FLAGS(develop, develop_pd, product, product_pd, notproduct) \
125 product(intx, ValueMapInitialSize, 11, \
128 product(intx, ValueMapMaxLoopSize, 8, \
201 product(bool, TimeLinearScan, false, \
272 product(intx, CompilationRepeat, 0, \
299 product(bool, C1ProfileCalls, true, \
302 product(bool, C1ProfileVirtualCalls, true, \
305 product(bool, C1ProfileInlinedCalls, true, \
308 product(bool, C1ProfileBranches, true, \
311 product(boo
[all...]
/openjdk7/hotspot/test/runtime/6929067/
H A Dinvoke.c22 long product(unsigned long n, unsigned long m) { function
28 return product (n, m-1) + *p;
48 printf("%ld\n", product(5000,5000));
63 printf("%ld\n", product(5000,5000));
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSInfo.java49 * (IPRD) Name of the product which the object is intended for.
51 public String product = null; field in class:DLSInfo
H A DSF2Soundbank.java72 String product = null; field in class:SF2Soundbank
160 this.product = chunk.readString(chunk.available());
559 writeInfoStringChunk(writer, "IPRD", this.product);
901 return product;
904 public void setProduct(String product) { argument
905 this.product = product;
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dglobals_zero.hpp64 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)
/openjdk7/jdk/src/share/back/
H A Dlog_messages.c116 const char *product,
133 product,
149 const char *product; local
171 product = "J2SE1.5"; /* FIXUP? */
191 product,
113 standard_logging_format(FILE *fp, const char *datetime, const char *level, const char *product, const char *module, const char *optional, const char *messageID, const char *message) argument
/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanRefTest.java52 mbs.registerMBean(product, productName);
155 private static final ProductMXBean product = new ProductImpl(); field in class:MXBeanRefTest
157 private static final ModuleMXBean module = new ModuleImpl(product);
/openjdk7/hotspot/make/solaris/
H A DMakefile126 # product compiler2 <os>_<arch>_compiler2/product
133 # product1 compiler1 <os>_<arch>_compiler1/product
140 # productcore core <os>_<arch>_core/product
149 # product* - the shippable thing: optimized compile, no asserts, -DPRODUCT
153 TARGETS = debug jvmg fastdebug optimized profiled product
267 # We specify 'BUILD_FLAVOR=product' so that the proper
271 $(MAKE) -f $(GAMMADIR)/make/$(OSNAME)/makefiles/jvmti.make $(MFLAGS) $(BUILDTREE_VARS) JvmtiOutDir=$(SUBDIR_DOCS) BUILD_FLAVOR=product jvmtidocs
274 compiler2: jvmg product
/openjdk7/jdk/src/share/classes/java/math/
H A DMutableBigInteger.java527 * word input x, and subtracts the n word product from q. This is needed
536 long product = (a[j] & LONG_MASK) * xLong + carry;
537 long difference = q[offset] - product;
539 carry = (product >>> 32)
541 (((~(int)product) & LONG_MASK))) ? 1:0);
736 // Put z into an appropriate state to receive product
745 long product = (y.value[j+y.offset] & LONG_MASK) *
747 z.value[k] = (int)product;
748 carry = product >>> 32;
756 long product
[all...]
H A DBigInteger.java443 long product = 0;
446 product = ylong * (x[i] & LONG_MASK) + carry;
447 x[i] = (int)product;
448 carry = product >>> 32;
1196 long product = (value[i] & LONG_MASK) * dl + carry;
1197 rmag[rstart--] = (int)product;
1198 carry = product >>> 32;
1205 long product = (value[i] & LONG_MASK) * dh +
1207 rmag[rstart--] = (int)product;
1208 carry = product >>> 3
[all...]
/openjdk7/hotspot/make/linux/
H A DMakefile148 # product compiler2 <os>_<arch>_compiler2/product
155 # product1 compiler1 <os>_<arch>_compiler1/product
162 # productcore core <os>_<arch>_core/product
169 # productzero zero <os>_<arch>_zero/product
176 # productshark shark <os>_<arch>_shark/product
185 # product* - the shippable thing: optimized compile, no asserts, -DPRODUCT
189 TARGETS = debug jvmg fastdebug optimized profiled product
340 # We specify 'BUILD_FLAVOR=product' so that the proper
344 $(MAKE) -f $(GAMMADIR)/make/$(OSNAME)/makefiles/jvmti.make $(MFLAGS) $(BUILDTREE_VARS) JvmtiOutDir=$(SUBDIR_DOCS) BUILD_FLAVOR=product jvmtidoc
[all...]
/openjdk7/hotspot/make/windows/
H A Dbuild.bat62 if "%1" == "product" goto test1
110 echo flavor is "product", "debug" or "fastdebug",
/openjdk7/hotspot/make/bsd/
H A DMakefile148 # product compiler2 <os>_<arch>_compiler2/product
155 # product1 compiler1 <os>_<arch>_compiler1/product
162 # productcore core <os>_<arch>_core/product
169 # productzero zero <os>_<arch>_zero/product
176 # productshark shark <os>_<arch>_shark/product
185 # product* - the shippable thing: optimized compile, no asserts, -DPRODUCT
189 TARGETS = debug jvmg fastdebug optimized profiled product
345 compiler2: jvmg product
/openjdk7/jdk/test/java/math/BigDecimal/
H A DDivideTests.java143 int product;
148 bd = BigDecimal.ONE.divide(new BigDecimal(product=powerOf2*powerOf5));
/openjdk7/hotspot/make/
H A DMakefile27 # Default is to build the both product images and construct an export dir.
64 # Default is build both product fastdebug and create export area
87 C2_VM_TARGETS=product fastdebug optimized jvmg
91 COMMON_VM_PRODUCT_TARGETS=product product1 docs export_product
138 # We specify 'BUILD_FLAVOR=product' so that the proper
142 $(MAKE_ARGS) BUILD_FLAVOR=product docs
533 @$(ECHO) "all_product: Same as: product product1 export_product"
538 @$(ECHO) "export_product: Export product files to EXPORT_PATH"

Completed in 74 milliseconds

12