Displaying 20 results from an estimated 357 matches for "hotspot".
2003 Apr 07
1
Problems building the java/jdk14 port
Hi there.
I am unable to build the java/jdk14 port. I downloaded the patches
and source distribution, and get some weird HotSpot error.
I am not sure what the problem could be. Following is the relevant
output of make on the port.
Any ideas?
-- Tom
# Start of jdk build
bsd i586 1.4.1-p3 build started: 03-04-07 12:16
Syntax error: "(" unexpected
gmake[1]: Entering directory `/v0/pobj/r+d/ports/java/jdk14/work...
2012 Dec 10
3
WiFi / Hot-Spot Open Source World
...highly technical peoples those know the
information i need.
Your advice is valuable, i wish to thanks in advance to those guys would
spend their imp time to discuss or respond to this matter. The topic is
WiFi / Hot-Spot reliable solution in open source world.
I work with ISP offering service for hotspots and cafe clubs. initially
company was using hosted service to authenticate / validate hotspot-cafe
users etc for many years. Eventually, our management decided to purchased
a solution that can be one time investment and serve the need for our
clients. 24-Online is a wifi & hotspot solution com...
2010 Sep 30
3
No hotspot probes enables
Hi,
I''m trying to trace a jvm using the hotspot provider. I''ve enabled the flag ExtendedDTraceProbes for the running process:
/opt/j2sdk-1.6.0.16/bin/amd64/jinfo -flag +ExtendedDTraceProbes 25255
But I didn''t get the expected result:
dtrace -n ''hostspot$1::: {} '' 25255
dtrace: invalid probe specifier host...
2016 May 30
3
[PATCH] Add virtio gpu driver.
On Mon, May 30, 2016 at 03:50:36PM +0200, Gerd Hoffmann wrote:
> Hi,
>
> > - add a small core function to registerr HOT_X/HOT_Y for a (cursor) plane,
> > e.g. drm_plane_register_hotspot(). That should allocate the properties
> > (if they don't exist yet) and then attach those props to the cursor. We
> > don't want those props everywhere, but only on drivers that support/need
> > them, aka virtual hw.
>
> Hmm, why is this special to virtual hw...
2016 May 30
3
[PATCH] Add virtio gpu driver.
On Mon, May 30, 2016 at 03:50:36PM +0200, Gerd Hoffmann wrote:
> Hi,
>
> > - add a small core function to registerr HOT_X/HOT_Y for a (cursor) plane,
> > e.g. drm_plane_register_hotspot(). That should allocate the properties
> > (if they don't exist yet) and then attach those props to the cursor. We
> > don't want those props everywhere, but only on drivers that support/need
> > them, aka virtual hw.
>
> Hmm, why is this special to virtual hw...
2016 Oct 14
4
Asterisk use with verizon hotspot
Apparently Verizon is blocking or changing packets on port 5060 so my
softphone from my hotspot will not work.
How do I set asterisk (11.23.0) to run default 5060 for all other devices I
have - BUT for my software run on a different port like 5070? I'm using
linphone and is easy to change the ports from 5060 to 5070 ( I think).
Thanks,
Jerry
-------------- next part --------------
An H...
2018 Sep 06
2
[RFR] JDK-8156980: Hotspot build doesn't have -std=gnu++98 gcc option
...the issue had been fixed already, because clang treat invalid argument
'-std=gnu++98' not allowed with 'C' as error. It is better only apply
EXTRA_CFLAGS to C without EXTRA_CXXFLAGS.
Furthermore, I just have interest, did you use clang analyzer, sanitizer
and libfuzzer towards hotspot and jdk native library? Thanks!
在 2018年09月06日 02:10, Martin Buchholz 写道:
> We seem to have some confusion about flags for C vs. flags for C++.
> Most flags for most toolchains apply to both C and C++, so it's
> understandable that we want to unify them. But some flags, notably
&g...
2011 Jun 13
3
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
...anges.txt
>>> >> for a discussion.
>> >
>> > Is this really a good idea? Why have a control flow graph if it doesn't actually capture control flow? There are lots of compilers for languages with more pervasive exceptions that represent them explicitly, e.g. the Hotspot server compiler for Java or several ML compilers (where integer overflow throws an exception).
> You and Bill seem to be responding to a different question, namely "Is LLVM expressive enough to represent synchronous exceptions from non-call instructions?" This really has nothing to do...
2015 Jun 18
3
What does the socks function of openssh hide?
Salutations,
I was recently using openssh 6.8p1-3 for socks tunelling with a public wifi
hotspot. I attempted to watch youtube but was notified that it was not allowed
in my area. The socks server I was connected to definitely had the ability to
connect to youtube, so I concluded the issue was with the public wifi hotspot.
How much does socks tunneling with openssh obscure?
Command : ssh -...
2018 Sep 06
1
[RFR] JDK-8156980: Hotspot build doesn't have -std=gnu++98 gcc option
...xed already, because clang treat invalid argument
> '-std=gnu++98' not allowed with 'C' as error. It is better only apply
> EXTRA_CFLAGS to C without EXTRA_CXXFLAGS.
>
> Furthermore, I just have interest, did you use clang analyzer, sanitizer
> and libfuzzer towards hotspot and jdk native library? Thanks!
>
>
> 在 2018年09月06日 02:10, Martin Buchholz 写道:
>
>> We seem to have some confusion about flags for C vs. flags for C++. Most
>> flags for most toolchains apply to both C and C++, so it's understandable
>> that we want to unify them....
2018 Jul 19
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi HotSpot and LLVM developers,
I am building OpenJDK8[1] with LLVM toolchain[2] for mips64el, it failed
to build:
/home/loongson/jdk8-mips/hotspot/src/share/vm/opto/lcm.cpp:52:35: error:
ordered comparison between pointer and zero ('address' (aka 'unsigned
char *') and 'int')...
2011 Jun 13
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
...>>>>>> for a discussion.
>>>>
>>>> Is this really a good idea? Why have a control flow graph if it doesn't actually capture control flow? There are lots of compilers for languages with more pervasive exceptions that represent them explicitly, e.g. the Hotspot server compiler for Java or several ML compilers (where integer overflow throws an exception).
>> You and Bill seem to be responding to a different question, namely "Is LLVM expressive enough to represent synchronous exceptions from non-call instructions?" This really has nothing t...
2008 Oct 31
0
[LLVMdev] Identifying hotspot blocks
Hi Everyone,
I am working on a project where I am profiling source code(using gcov) line
by line, so as to identify hot spots in the code, and identify the assembly
code corresponding to that particular hotspot(I have to later get an unique
signature for this assembly code).
This is the approach I am following. I have inserted a dummy function say
foo(), and am using a function call to foo(); before and after the hot spots
in the code to act as a marker for me in the assembly code. I then would
like to u...
2016 Oct 14
2
Asterisk use with verizon hotspot
...ies.
On Fri, Oct 14, 2016 at 11:00 AM, Greg Woods <greg at gregandeva.net> wrote:
>
>
> On Fri, Oct 14, 2016 at 7:55 AM, Jerry Geis <geisj at pagestation.com> wrote:
>
>> Apparently Verizon is blocking or changing packets on port 5060 so my
>> softphone from my hotspot will not work.
>>
>
> Sounds like you are another victim of SIP ALG. I ended up having to change
> to a VOIP provider that would allow me to use IAX instead of SIP because
> there was no way to disable SIP ALG on my Xfinity router:
>
> http://www.whichvoip.com/disable-sip-a...
2006 Jan 26
0
Profiling hotspots in my tc filter ruleset
Hi,
after I saw that my machine was having problems to forward
more than 200 Mbit/s, I decided to profile the kernel and
find out the hotspots. This is what I found:
[...]
1028 bridge.ko __br_forward
1033 bridge.ko br_nf_forward_finish
1074 bridge.ko ip_sabotage_in
1119 ebtable_filter.ko ebt_hook
1177 sky2.ko sky2_phy_stats
1304 bridge.ko...
2005 Aug 12
8
Java Problems
...nvironment.java:77)
at
java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1143)
at FillTest.test(FillTest.java:20)
at FillTest.main(FillTest.java:11)
iteration 1
iteration 100001
iteration 1200001
iteration 1300001
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x439437dd, pid=20786, tid=16384
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode, sharing)
# Problematic frame:
# J java.awt.image.ColorModel.<init>(I[ILjava/awt/color/ColorSpace;ZZII)V
#
# An error report file with more information...
2015 Jun 04
2
Mesh and scalability
...mean that each Node has to have a complete network map? This seems to become very unwieldy with larger deployments.
How far does tinc reasonably scale up, in terms of nodes?
Also, what happens if some of those Nodes keep changing their IP address, e.g. because they are on laptops moving from WiFi hotspot to hotspot, and the like?
(I?m new to this; I?m trying to figure out whether tinc is right for a project ?)
Thanks,
Johannes.
2016 May 31
0
[PATCH 5/5] virtio-gpu: pick up hotspot from framebuffer
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/virtio/virtgpu_plane.c | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c b/drivers/gpu/drm/virtio/virtgpu_plane.c
index 4780354..b7778a7 100644
--- a/drivers/gpu/drm/virtio/virtgpu_plane.c
+++ b/drivers/gpu/drm/virtio/virtgpu_plane.c
@@
2016 May 31
0
[PATCH 5/5] virtio-gpu: pick up hotspot from framebuffer
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/virtio/virtgpu_plane.c | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c b/drivers/gpu/drm/virtio/virtgpu_plane.c
index 4780354..b7778a7 100644
--- a/drivers/gpu/drm/virtio/virtgpu_plane.c
+++ b/drivers/gpu/drm/virtio/virtgpu_plane.c
@@
2018 Jul 23
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
...miss iff->is_RangeCheck() check [1]. But in JDK8 we did not have
specialized RangeCheckNode class in C2. Suggested fix should be fine fro
jdk 8u.
Reviewed.
Please, when sending RFA ( approval request) use original 8174050 bug id.
Thanks,
Vladimir
[1] http://hg.openjdk.java.net/jdk10/jdk10/hotspot/rev/316854ef2fa2
On 7/23/18 8:49 AM, Thomas Schatzl wrote:
> Hi Leslie,
>
> On Fri, 2018-07-20 at 10:07 +0800, Leslie Zhai wrote:
>> Hi Thomas,
>>
>> Thanks for your kind response!
>>
>> Please review my backport for hs25, thanks a lot!
>>
>
>...