equal
deleted
inserted
replaced
2315 \ |
2315 \ |
2316 develop(intx, HugeMethodLimit, 8000, \ |
2316 develop(intx, HugeMethodLimit, 8000, \ |
2317 "Don't compile methods larger than this if " \ |
2317 "Don't compile methods larger than this if " \ |
2318 "+DontCompileHugeMethods") \ |
2318 "+DontCompileHugeMethods") \ |
2319 \ |
2319 \ |
2320 /* New JDK 1.4 reflection implementation */ \ |
|
2321 \ |
|
2322 develop(intx, FastSuperclassLimit, 8, \ |
|
2323 "Depth of hardwired instanceof accelerator array") \ |
|
2324 \ |
|
2325 /* Properties for Java libraries */ \ |
2320 /* Properties for Java libraries */ \ |
2326 \ |
2321 \ |
2327 product(uint64_t, MaxDirectMemorySize, 0, \ |
2322 product(uint64_t, MaxDirectMemorySize, 0, \ |
2328 "Maximum total size of NIO direct-buffer allocations") \ |
2323 "Maximum total size of NIO direct-buffer allocations") \ |
2329 range(0, max_jlong) \ |
2324 range(0, max_jlong) \ |