[rvm-research] Runtime Exception with JMX

Khaled Z Mahmoud <[email protected]> Wed, 27 Jun 2018 04:14:39 -0400
Newsgroups gmane.comp.java.jikes.rvm.devel
Message-ID <CAER=_eUnCdMSqqGpMLjwnd3jVhBJ2C1bg4279UYc6L+y_k8+PQ@mail.gmail.com>
Hi

When I tried the following:
        ThreadMXBean tMXB = ManagementFactory.getThreadMXBean();
        long tid = Thread.currentThread().getId();
        ThreadInfo tInfo = tMXB.getThreadInfo(tid);

I get the bellow error:

JikesRVM: Failing instruction starting at 0 wasn't in RVM address space
JikesRVM: unexpected hardware trap outside of RVM address space - (nil)
0x6800810c
fault address (nil)
eip           (nil)
eax (T0)      (nil)
ebx (ctrs)    0x68c81f30
ecx (S0)      (nil)
edx (T1)      0x621a528c
esi (TR)      0x6800810c
edi (S1)      0x6000000c
ebp           (nil)
esp (SP)      0x68c81efc
cs            0x23
ds            0x2b
es            0x2b
fs            (nil)
gs            0x63
ss            0x2b
trapno        0x0000000e
err           0x00000014
eflags        0x00010206
fpregs        0xf6a04090
oldmask       0x00020000
cr2           0x00000000
attempting to dump proc map ...

Any ideas ?
Thanks

-- 
Regards,
Khaled Mahmoud

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
Jikesrvm-researchers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jikesrvm-researchers