byteflame has quit [Ping timeout: 255 seconds]
byteflam1 has quit [Ping timeout: 240 seconds]
swills has quit [Quit: Leaving]
swills has joined #jruby
byteflam1 has joined #jruby
byteflame has joined #jruby
_whitelogger has joined #jruby
ankitr has joined #jruby
ankitr has quit [Ping timeout: 252 seconds]
chrisseaton has quit [Quit: Connection closed for inactivity]
byteflam1 has quit [Ping timeout: 240 seconds]
byteflame has quit [Ping timeout: 240 seconds]
jeremyevans_ has joined #jruby
jeremyevans has quit [Read error: Connection reset by peer]
lopex has quit [Quit: Connection closed for inactivity]
ankitr has joined #jruby
ankitr is now known as atm0sphere
byteflame has joined #jruby
byteflame has quit [Ping timeout: 255 seconds]
Specialist has joined #jruby
olle has joined #jruby
atm0sphere has quit [Remote host closed the connection]
ankitr has joined #jruby
byteflam1 has joined #jruby
byteflame has joined #jruby
byteflam1 has quit [Ping timeout: 240 seconds]
byteflame has quit [Ping timeout: 240 seconds]
olle_ has joined #jruby
olle has quit [Ping timeout: 240 seconds]
olle_ is now known as olle
vtunka has joined #jruby
Specialist has quit [Ping timeout: 252 seconds]
ebarrett has quit [Ping timeout: 246 seconds]
Specialist has joined #jruby
shellac has joined #jruby
ebarrett has joined #jruby
vtunka has quit [Quit: Leaving]
drbobbeaty has joined #jruby
olle_ has joined #jruby
vtunka has joined #jruby
olle_ is now known as olle
olle has quit [Ping timeout: 240 seconds]
ankitr has quit [Ping timeout: 255 seconds]
ankitr has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ankitr has quit [Client Quit]
ankitr has joined #jruby
drbobbeaty has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
ankitr has quit [Ping timeout: 245 seconds]
ankitr has joined #jruby
ankitr has quit [Client Quit]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lopex has joined #jruby
prasunanand has joined #jruby
ankitr has joined #jruby
thedarkone2 has joined #jruby
bga57 has quit [Ping timeout: 240 seconds]
bga57 has joined #jruby
Specialist has quit [Remote host closed the connection]
ankitr has quit [Remote host closed the connection]
ankitr has joined #jruby
ankitr has quit [Ping timeout: 255 seconds]
ankitr has joined #jruby
prasunanand has quit [Ping timeout: 240 seconds]
thedarkone2 has quit [Quit: thedarkone2]
bbrowning_away is now known as bbrowning
drbobbeaty has joined #jruby
prasunanand has joined #jruby
drbobbeaty has quit [Ping timeout: 255 seconds]
ankitr has quit [Ping timeout: 240 seconds]
drbobbeaty has joined #jruby
prasunanand has quit [Ping timeout: 255 seconds]
prasunanand has joined #jruby
drbobbeaty has quit [Ping timeout: 255 seconds]
drbobbeaty has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
prasunanand has quit [Ping timeout: 240 seconds]
ankitr has joined #jruby
subbu is now known as subbu|afk
<headius> hello hello hello
<headius> yopp: some people
<yopp> hey
<yopp> some people? :)
<headius> just that guy from a few days ago who ragequit because nobody was around
<headius> so back to work for me today
<headius> gonna try to get graal + jruby easily reproducible
<headius> need to figure out how jvmci finds the requested compiler, how to plug passes into graal, and how to package up something nice for jruby users
<nirvdrum> headius: I suppose you know we have the JDK 8 backport available on OTN?
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
<headius> nirvdrum: yes, but the jdk9 builds are around too
<headius> I'm just digging into jvmci so I can figure out an easy way for jruby users to just gem install jruby-graal
<headius> something along those lines
prasunanand has joined #jruby
<headius> I should be able to use a stock graal build once I figure out how to insert our own hooks/passes into the chain
<headius> pretty slim pickings when it comes to jvmci docs
subbu|afk is now known as subbu
<nirvdrum> headius: You're already operating at a level beyond me. I really should start poking at JDK 9.
Puffball has quit [Ping timeout: 240 seconds]
<headius> nirvdrum: yeah there's almost no docs...mx hides a bunch of command-line munging I haven't sorted out
<headius> mx vm uses the graal-core I built... mx java does not, nor does any other command line I can come up with
<nirvdrum> headius: There's always the graal gitter room. I think people there are fairly responsive.
<headius> I just want the actual JVM command line I need to say "here's the compiler, use it"
<headius> yeah I think I have that hooked up to weechat
<headius> I'll poke a bit more first...helps me get a feel for how jvmci does what it does
<nirvdrum> Yeah, that's the part I haven't messed with. For JDK 8 we just put it on the bootclasspath, but the module system messes that up.
<headius> ah yeah
<headius> I am unfamiliar with modules, so that's gotta come along too
<headius> graal is shipping inside jdk9 so just saying "use graal" works...but I can't get it to use *my* graal
Puffball has joined #jruby
<headius> I want to get a unified picture of how jvmci, aot, and graal all fit together with jdk9
<headius> mx.py is just so big
<nirvdrum> Indeed.
<nirvdrum> I thought "mx vm" printed the command used. If not, there should be a verbosity flag.
<headius> it doesn't appear to and --help doesn't do anything but jvm help
<headius> and there's "def blah" for all the commands...except 'vm
<headius> sigh...mx.py could use some refactoring impo
<headius> heh
<headius> in my perfect opinion
<nirvdrum> Heh.
<nirvdrum> Who doesn't like 14K lines of Python?
<nirvdrum> AFK for bit.
byteflam1 has joined #jruby
byteflame has joined #jruby
_whitelogger has joined #jruby
prasunanand has quit [Ping timeout: 255 seconds]
<headius> hmm, well I have the command line
<headius> need to learn a bit more about how jdk9 modules wire up
camlow325 has joined #jruby
<headius> I guess it just needs truffle_api jar and jdk.internal.vm.compiler jar from my build
<headius> must be a way to drop the truffle jar though, hmm
<headius> bleh, truffle jar needed by jvmci jar
<headius> whatevs
Puffball has quit [Quit: No Ping reply in 210 seconds.]
camlow325 has quit [Quit: WeeChat 1.5]
vtunka has quit [Quit: Leaving]
shellac has quit [Quit: Leaving]
Puffball has joined #jruby
ankitr has quit [Ping timeout: 245 seconds]
ankitr has joined #jruby
ankitr has quit [Ping timeout: 240 seconds]
byteflame has quit [Quit: Lost terminal]
subbu is now known as subbu|afk
<GitHub40> [jruby] mkristian created jdk9-build (+3 new commits): https://git.io/vSXXU
<GitHub40> jruby/jdk9-build c64e360 Christian Meier: pick the right javac version depending on the jdk which runs maven...
<GitHub40> jruby/jdk9-build 19b0350 Christian Meier: switch to mavengem and polyglot-maven snapshots
<GitHub40> jruby/jdk9-build 2aa5e44 Christian Meier: use newer version of maven-jar-plugin which works with jdk9
prasunanand has joined #jruby
drbobbeaty has quit [Ping timeout: 240 seconds]
byteflam1 has quit [Ping timeout: 245 seconds]
subbu|afk is now known as subbu
byteflame has joined #jruby
byteflame has quit [Ping timeout: 255 seconds]
drbobbeaty has joined #jruby
byteflame has joined #jruby
prasunanand has quit [Ping timeout: 245 seconds]
bbrowning is now known as bbrowning_away
Puffball has quit [Ping timeout: 255 seconds]
<GitHub20> [jruby] headius pushed 1 new commit to jdk9-build: https://git.io/vSXde
<GitHub20> jruby/jdk9-build 4a27150 Charles Oliver Nutter: Additional fixes to get things compiling under JDK9....
Puffball has joined #jruby
<GitHub199> [jruby] headius pushed 2 new commits to jdk9-build: https://git.io/vSXdm
<GitHub199> jruby/jdk9-build 603545f Charles Oliver Nutter: Attempt to build -Pdist on openjdk9 on travis.
<GitHub199> jruby/jdk9-build c1288c2 Charles Oliver Nutter: Force maven-shade-plugin to use ASM 6.0_ALPHA....
subbu is now known as subbu|lunch
<yopp> headius, what about that guy? I'm not that guy!
camlow325 has joined #jruby
subbu|lunch is now known as subbu
<GitHub161> [jruby] mkristian pushed 1 new commit to jdk9-build: https://git.io/vS1t2
<GitHub161> jruby/jdk9-build 4b3a598 Christian Meier: fixed core/pom.rb and regenerate pom.xml files
byteflame has quit [Ping timeout: 240 seconds]
Puffball has quit [Ping timeout: 240 seconds]
byteflame has joined #jruby
Puffball has joined #jruby
Puffball has quit [Ping timeout: 255 seconds]
tcrawley is now known as tcrawley-away
camlow325 has quit [Ping timeout: 240 seconds]
camlow325 has joined #jruby
bbrowning_away is now known as bbrowning
camlow325 has quit [Ping timeout: 252 seconds]
camlow325 has joined #jruby
swills has quit [Quit: Leaving]
swills has joined #jruby
swills has quit [Remote host closed the connection]
byteflame has quit [Ping timeout: 252 seconds]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
camlow321 has joined #jruby
camlow325 has quit [Ping timeout: 245 seconds]
camlow321 has quit [Quit: WeeChat 1.5]
swills has joined #jruby