I receive an error when doing this on 1.9 (and not 1.8):
player.getInventory().setContents(player.getInventory().getContents());
The error is: http://hastebin.com/arezeyiraz.avrasm
I also recieved a similar error with Inventory inv = Bukkit.createInventory(null, player.getInventory().getSize());
Thanks for your hard work.