From 09f52ed826120b9b946d1463da493621098dd7e4 Mon Sep 17 00:00:00 2001 From: François Garillot Date: Tue, 15 Oct 2013 11:40:45 +0200 Subject: Filter JVM debug output for custom options in partest The Picked up _JAVA_OPTIONS line occurs on Sun's JDK as a debug output when you use that variable to set up custom VM options --- test/files/filters | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/files/filters') diff --git a/test/files/filters b/test/files/filters index 9a9b439784..70d7dcff70 100644 --- a/test/files/filters +++ b/test/files/filters @@ -1,3 +1,6 @@ # #Java HotSpot(TM) 64-Bit Server VM warning: Failed to reserve shared memory (errno = 28). Java HotSpot\(TM\) .* warning: +# Hotspot receiving VM options through the $_JAVA_OPTIONS +# env variable outputs them on stderr +Picked up _JAVA_OPTIONS: -- cgit v1.2.3