Lines Matching refs:at

326 // determined by looking at the /proc file system.  In a chroot environment,
417 // This library should be located at:
420 // If "/jre/lib/" appears at the right place in the path, then we
427 // If "/jre/lib/" does NOT appear at the right place in the path
571 // Apple's Java6 has "." at the beginning of java.library.path.
572 // OpenJDK on Windows has "." at the end of java.library.path.
574 // at all. To ease the transition from Apple's Java6 to OpenJDK7,
577 // can be achieved by putting "." at the beginning of the
674 // own purposes must, at this time, use the "-Xrs" option to prevent
929 // Heap is mmap'ed at lower end of memory space. Thread stacks are
1373 // for initial thread if its stack size exceeds 6M. Cap it at 2M,
1675 // must return at least tp.tv_sec == 0 which means a resolution
1853 // returns a unique pid for the calling thread, then look at the
2153 Elf32_Half compat_class; // Compatibility of archs at VM's sense
2529 // "<JAVA_HOME>/jre/lib/<arch>/<vmtype>/libjvm". If "/jre/lib/" appears at
2901 // left at the time of mmap(). This could be a potential
3108 return cpu_to_node()->at(cpu_id);
3147 // at 'requested_addr'. If there are existing memory mappings at the same
3504 // Reserve memory at an arbitrary address, only if that area is
3515 // about at this low abstraction level. If we need higher alignment,
3520 // Repeatedly allocate blocks until the block is allocated at the
3539 // mmap() is successful but it fails to reserve at the requested address
3682 ::sleep(100); // ... 100 seconds at a time
4525 // see comments at the very top and jvm_solaris.h
4736 "Specify at least %dk",
4819 // at-exit methods are called in the reverse order of their registration.
4852 // this is called at the end of vm_initialization
5002 st->print(" at " PTR_FORMAT, dlinfo.dli_fbase);
5852 if (time < 0 || (isAbsolute && time == 0) ) { // don't wait at all