RFR (M): Shenandoah crashes with -XX:ObjectAlignmentInBytes=16

Roman Kennke rkennke at redhat.com
Thu Sep 22 08:31:25 UTC 2016


Am Donnerstag, den 22.09.2016, 10:28 +0200 schrieb Aleksey Shipilev:
> On 09/22/2016 10:26 AM, Roman Kennke wrote:
> > 
> > Little side note: jcheck was complaining about some trailing
> > whitespace. It's useful to install jcheck locally and run 'hg
> > jcheck'
> > before attempting to push, otherwise you'll go back-and-forth for a
> > while fixing all the stuff :-)
> 
> Right. This evaporated from my muscle memory :) Should get back on
> track
> once I start committing stuff on my own.

Also, if you're using emacs, you can make it fix whitespace for you:

;; Turn tabs into spaces
(setq-default indent-tabs-mode nil)
;; Delete trailing whitespace on file-save
(add-hook 'before-save-hook 'delete-trailing-whitespace)

Roman


More information about the shenandoah-dev mailing list