8005647: langtools/test/tools/javap/MethodParameters.java fails on windows

Fix javap to not output \r\r\n

Reviewed-by: jjg
This commit is contained in:
Jim Holmlund 2013-01-07 17:51:05 +00:00
parent d0ff55ec00
commit 259f5d7cc8
3 changed files with 6 additions and 5 deletions

View file

@ -23,6 +23,7 @@
/*
* @test
* @bug 8004727 8005647
* @summary javac should generate method parameters correctly.
*/