On 1/19/2018 1:59 PM, Bernd Eckenfels wrote:
I can try to propose a patch to hotspot-dev and find a sponsor, I just
wont have good means to run Tests.
If you get an Oracle sponsor, (s)he should be able to put it through the
regular hot-spot integration tests they have.
The lib/classes/ i
Hello,
I agree that it is most likely low priority. I catched it since for some reason
I have a Ant Job which is pretty slow on a VM and when stracing it stats this
file multiple times and even worse it reads ct.sym (which I dont know yet whats
going on). But I dont think this failed stat() cau
Hrm...this was (supposedly) fixed/removed on 2003-10-20 for JDK 5...but
I can't find anything in the old SCCS workspace history to indicate it
was (old bug id is nowhere to be found). It's been there ever since we
migrated to Mercurial.
Anyway, it's gone in JDK 9 as a result of the modularity
I believe sunrsasign.jar was removed in JDK 1.5. So it seems like the
line below is no longer necessary and should be removed. I have copied
hotspot-dev to see if this is a known issue or if I am missing something.
--Sean
On 1/19/18 1:28 PM, Bernd wrote:
Hello,
I noticed that when I strace a
Hello,
I noticed that when I strace a "java -version" with 8u152 JRE it searches
for sunrsasign.jar which is not found. Is that a compatibility thing or
should it not happen?
It seems to be in the boot classpath even when the associated classes are
in rt.jar:
http://hg.openjdk.java.net/jdk8u/jdk
On 1/18/2018 2:57 PM, Adam Petcher wrote:
I applied your patch and ran some initial tests, and everything looks
good so far. I'm running the the regression tests on all platforms,
and I'll let you know how it goes.
Regression tests passed, and this patch is ready to be reviewed.
Remove principalProperty/TestHosts. Useless.
Remove 999 in @bug from AcceptPermissions.java. Don't know why it was there.
No need to modify BasicProc.java, ReplayCacheTestProc.java, rcache_usemd5.sh.
These tests launches sub processes and will not see the system property.
Others look fine.