Re: [osv-dev] [PATCH] java: move balloon code out of kernel into java-base

2020-01-21 Thread Waldek Kozaczuk
Please ignore this patch. I will be sending new version of it that is easier to review. On Mon, Jan 20, 2020 at 11:06 Waldek Kozaczuk wrote: > For what it is worth I did enable the ballon logic by uncommenting the #if > in java.cc and simple java-example worked. But I do not think that >

Re: [osv-dev] [PATCH] java: move balloon code out of kernel into java-base

2020-01-20 Thread Waldek Kozaczuk
For what it is worth I did enable the ballon logic by uncommenting the #if in java.cc and simple java-example worked. But I do not think that balllooning really works given it was commented for a reason. Waldek Sent from my iPhone > On Jan 19, 2020, at 16:16, Pekka Enberg wrote: > > (Add

Re: [osv-dev] [PATCH] java: move balloon code out of kernel into java-base

2020-01-19 Thread Pekka Enberg
(Add osv-dev back to CC...) On Sun, Jan 19, 2020 at 11:16 PM Pekka Enberg wrote: > > On Sun, Jan 19, 2020 at 8:34 AM Waldemar Kozaczuk > wrote: > > > > The main motivation of this patch is to eliminate compile time > > dependencies in kernel on JDK headers. It achieves it by moving > > java

[osv-dev] [PATCH] java: move balloon code out of kernel into java-base

2020-01-18 Thread Waldemar Kozaczuk
The main motivation of this patch is to eliminate compile time dependencies in kernel on JDK headers. It achieves it by moving java balloon shrinker implementation that requires java headers to compile from kernel (java/jvm) to modules/java-base. Given that kernel code in mmu, mempool and mman