--- old/src/jdk.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/CallingConvention.java 2016-06-21 23:03:42.000000000 +0200 +++ new/src/jdk.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/CallingConvention.java 2016-06-21 23:03:42.000000000 +0200 @@ -100,6 +100,7 @@ /** * Gets the locations required for the arguments. */ + @SuppressFBWarnings(value = "EI_EXPOSE_REP", justification = "FB false positive") public AllocatableValue[] getArguments() { if (argumentLocations.length == 0) { return argumentLocations;