Displaying 5 results from an estimated 5 matches for "toskip".
2018 Sep 10
2
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...ource:/home/xiangzhai/project/jdk8u-llvm/hotspot/src/share/vm/utilities/nativeCallStack.cpp+33
]────
28 #include "utilities/nativeCallStack.hpp"
29
30 const NativeCallStack NativeCallStack::EMPTY_STACK(0, false);
31
32 NativeCallStack::NativeCallStack(int toSkip, bool fillStack) :
→ 33 _hash_value(0) {
34
35 #if !PLATFORM_NATIVE_STACK_WALKING_SUPPORTED
36 fillStack = false;
37 #endif
38
─────────────────────────────────────────────────────────────────────────────────────────────────[
threads ]────
[#0] Id 1, Name:...
2018 Sep 11
3
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...spot/src/share/vm/utilities/nativeCallStack.cpp+33 ]────
>> 28 #include "utilities/nativeCallStack.hpp"
>> 29
>> 30 const NativeCallStack NativeCallStack::EMPTY_STACK(0, false);
>> 31
>> 32 NativeCallStack::NativeCallStack(int toSkip, bool fillStack) :
>> → 33 _hash_value(0) {
>> 34
>> 35 #if !PLATFORM_NATIVE_STACK_WALKING_SUPPORTED
>> 36 fillStack = false;
>> 37 #endif
>> 38
>> ───────────────────────────────────────────────────────────────────...
2018 Sep 12
2
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...ack.cpp+33 ]────
>>>> 28 #include "utilities/nativeCallStack.hpp"
>>>> 29
>>>> 30 const NativeCallStack NativeCallStack::EMPTY_STACK(0, false);
>>>> 31
>>>> 32 NativeCallStack::NativeCallStack(int toSkip, bool fillStack) :
>>>> → 33 _hash_value(0) {
>>>> 34
>>>> 35 #if !PLATFORM_NATIVE_STACK_WALKING_SUPPORTED
>>>> 36 fillStack = false;
>>>> 37 #endif
>>>> 38
>>>> ───────────...
2002 Nov 19
5
help reading a variably formatted text file
Dear R-Help,
I have a generated file that looks like the following:
----- Begin file -----
#
# Output File
#
float Version 2002.700000000000
int Numdays 31
int NumOFEs 1
#
# Hillslope-specific variables
#
char HillVarNames[ 3 ]
{Days In Simulation}
{Hillslope: Precipitation (mm)}
2010 Jul 08
0
Bug#588406: xen-utils-common: /etc/xen/scripts/block not driving helper scripts; XEN_SCRIPT_DIR not properly set
...-n "$loopdev" ] && [ -b "$loopdev" ]; then
echo "$loopdev"
fi
}
check_sharing()
{
local dev="$1"
local mode="$2"
local devmm=$(device_major_minor "$dev")
local file
if [ "$mode" = 'w' ]
then
toskip="^$"
else
toskip="^[^ ]* [^ ]* [^ ]* ro[, ]"
fi
for file in $(cat /proc/mounts | grep -v "$toskip" | cut -f 1 -d ' ')
do
if [ -e "$file" ]
then
local d=$(device_major_minor "$file")
if [ "$d" = "...