]> source.dussan.org Git - dcevm.git/commit
Fix problem with java8 breakpoints 114/head
authorskybber <lada.dvorak7@gmail.com>
Sat, 3 Dec 2016 11:07:09 +0000 (12:07 +0100)
committerskybber <lada.dvorak7@gmail.com>
Sat, 3 Dec 2016 11:07:09 +0000 (12:07 +0100)
commitf6d40077568ea7443e5202bb39062d468b1680d2
tree419bd09e3267f3c53ad738689de0a55323b508e7
parentac5158687d53a96a7691baa8c0d382ff9e968fd5
Fix problem with java8 breakpoints

Jvmti GetLoadedClasses collects classes from classloaders
in java8 while java7 collects it from SystemDictionary. Dcevm7/8
holds only new classes in Dictionary while classloader holds
all versions including old one. Therefore dcevm8 must return
only new version in jvmti getLoadedClasses.
hotspot/.hg/patches/jvmti-getLoadedClasses-java8.patch [new file with mode: 0644]
hotspot/.hg/patches/series