Build failed in Jenkins: osv-build-nightly #878

2016-09-14 Thread avi
See Changes: [Nadav Har'El] Update apps/ submodule -- [...truncated 1199 lines...] Adding /tests/tst-epoll.so... Adding /tests/misc-lfring.so... Adding /tests/misc-fsx.so...

Re: [PATCH] memory: Prevent array overflow in l1 page buffer pool.

2016-09-14 Thread Paweł Dziepak
On 9 September 2016 at 18:12, Timmons C. Player wrote: > Under high levels of memory page churn, the array of pages in the > l1 page buffer pool can overflow and overwrite the data in adjacent > memory pages. This change replaces the array with a fixed sized ring. >

Re: [PATCH] Added OpenJDK Zulu compact profile base images and example apps for each profile

2016-09-14 Thread Waldek Kozaczuk
I forgot to add the commit link that disabled ballooning - https://github.com/cloudius-systems/osv/commit/e69fa2b6364da0c38068216eee4aeabeef82a3fa . On Wed, Sep 14, 2016 at 1:39 PM, Waldek Kozaczuk wrote: > Here are usr.img (compressed I believe) and JRE (uncompressed)

Re: [PATCH] Added OpenJDK Zulu compact profile base images and example apps for each profile

2016-09-14 Thread Waldek Kozaczuk
Nadav, I thought about reusing java-example but this would not work without changing java-example/module.py. Currently java-example/module.py relies on api.run_java() which uses io.osv.isolated.MultiJarLoader which obviously would not work as compact profiles do not have code to support isolated

Re: [PATCH] Added OpenJDK Zulu compact profile base images and example apps for each profile

2016-09-14 Thread Nadav Har'El
Thanks, I committed these patches. I think that the three separate example apps were not strictly necessary, as one can do something like scripts/build image=openjdk8-zulu-compact1,java-example to build an image with this specific version of Java and the same Java example. -- Nadav Har'El

Re: [COMMIT osv master] Update apps/ submodule

2016-09-14 Thread Pekka Enberg
On Wed, Sep 14, 2016 at 9:05 AM, Commit Bot wrote: > From: Nadav Har'El > Committer: Nadav Har'El > Branch: master > > Update apps/ submodule > > Signed-off-by: Nadav Har'El > > --- > diff --git a/apps

[COMMIT osv master] Update apps/ submodule

2016-09-14 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master Update apps/ submodule Signed-off-by: Nadav Har'El --- diff --git a/apps b/apps --- a/apps +++ b/apps @@ -1 +1 @@ -Subproject commit d9cfadc10e80f0ddf87571c026a6f7be669f03fe

[COMMIT osv-apps master] Added OpenJDK Zulu compact profile base images and example apps for each profile

2016-09-14 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master Added OpenJDK Zulu compact profile base images and example apps for each profile The three apps openjdk8-zulu-compact* provide base images for Java 8 compact profiles. Each of the 3