<GitHub6>
jruby/master 7817bed Charles Oliver Nutter: Remove automatic Java initCause....
<GitHub6>
jruby/master 7989fd3 Charles Oliver Nutter: Revert "Restructure and sync logic for propagating Ruby cause to Java."...
<GitHub198>
[jruby] headius closed issue #4699: Re-raising the cause of a Java exception can result in leaked memory and IllegalStateExceptions https://git.io/vQ4c6
<GitHub117>
[jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/v5VGI
<GitHub117>
jruby/jruby-9.1 fc7b383 Charles Oliver Nutter: Remove automatic Java initCause....
<rtyler>
enebo: I have been wondering it recently insofar as "if I want this to run well on FreeBSD, I would need to run the CI for it on FreeBSD :)"
<enebo>
rtyler: yeah I would agree with that especially with our posix bindings
<rtyler>
challenge with travis is that it's hard to beat "free" :P
<enebo>
rtyler: although a few selective jobs could probably verify that more than all the jobs we run on travis. Like the j2ee container one is probably not that important if you don't plan on doing that
<enebo>
rtyler: or multiple JVMs
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
vtunka has quit [Ping timeout: 264 seconds]
bbrowning is now known as bbrowning_away
lanceball is now known as lance|afk
<chrisseaton>
Do you have a plan for this Java 9 warning:
<chrisseaton>
WARNING: An illegal reflective access operation has occurred
<chrisseaton>
WARNING: Please consider reporting this to the maintainers of jnr.posix.JavaLibCHelper
<chrisseaton>
WARNING: All illegal access operations will be denied in a future release
<chrisseaton>
WARNING: Illegal reflective access by jnr.posix.JavaLibCHelper (file:/Users/chrisseaton/Documents/ruby/truffleruby-workspace/truffleruby/mxbuild/dists/truffleruby.jar) to method sun.nio.ch.SelChImpl.getFD()
<chrisseaton>
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations