RFR: 8207851: Implement JEP 352

Andrew Haley aph at redhat.com
Thu Jun 6 09:46:29 UTC 2019


On 6/6/19 10:13 AM, Andrew Dinn wrote:

> On 05/06/2019 19:13, Gustavo Romero wrote:
>> I found some trailing space in v5 and it seems they are in v6 as well.
> Thanks for the heads up. I will fix these in the next webrev (07).

Handy hint. In your .emacs, add this:

(add-hook 'java-mode-hook
	   (lambda ()
	     (progn
	       (set-variable 'show-trailing-whitespace t)
	       )))

(add-hook 'c-mode-hook
	  (lambda ()
	    (progn
	      (set-variable 'show-trailing-whitespace t)
	      )))

...and you'll never have any trouble with trailing whitespace again.

-- 
Andrew Haley
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
https://keybase.io/andrewhaley
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671


More information about the hotspot-compiler-dev mailing list