pietr0 has quit [Quit: pietr0]
vyorkin has quit [Quit: WeeChat 1.2]
pipework has quit [Ping timeout: 250 seconds]
pipework has joined #jruby
blaines has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:42979c5 by Kevin Menard): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/73064946)
travis-ci has left #jruby [#jruby]
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 260 seconds]
camlow325 has quit []
robbyoconnor has joined #jruby
ddarkpassenger has joined #jruby
ddarkpassenger has quit [Client Quit]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:9adaca4 by Thomas E. Enebo): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/73074409)
travis-ci has left #jruby [#jruby]
<headius> huzzah
<headius> asarih: you won't be joining us in Berlin this time?
dinfuehr has joined #jruby
joevandy1 is now known as joevandyk
dinfuehr has quit [Ping timeout: 240 seconds]
Aethenelle has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] subbuss closed issue #3173: Can't reference the proc itself in a proc http://git.io/vYcAG
JRubyGithub has left #jruby [#jruby]
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 272 seconds]
Aethenelle has quit [Quit: Aethenelle]
subbu|away has quit [Quit: Leaving]
blaines has joined #jruby
_djbkd has quit [Quit: My people need me...]
blaines has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
blaines has joined #jruby
blaines has quit [Client Quit]
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 246 seconds]
havenwood has joined #jruby
_djbkd has joined #jruby
<rtyler> headius: isn't it time for you to fly out here already? :)
xkickflip has quit [Ping timeout: 252 seconds]
yfeldblum has quit [Ping timeout: 246 seconds]
nirvdrum has quit [Ping timeout: 260 seconds]
dinfuehr has joined #jruby
dinfuehr has quit [Read error: Connection reset by peer]
dinfuehr has joined #jruby
Freeky has joined #jruby
Freaky has quit [Read error: Connection reset by peer]
skade has joined #jruby
yfeldblum has joined #jruby
kwando has joined #jruby
kwando_ has quit [Ping timeout: 244 seconds]
yfeldblu_ has joined #jruby
yfeldblum has quit [Ping timeout: 246 seconds]
rsim has joined #jruby
mjelen has joined #jruby
dinfuehr has quit [Remote host closed the connection]
kares7 has joined #jruby
kares7 has quit [Client Quit]
yfeldblu_ has quit [Read error: Connection reset by peer]
Freeky is now known as Freaky
yfeldblum has joined #jruby
temporalfox has joined #jruby
<Antiarc> Is there a release target for 9.0.0.1?
<Antiarc> I've got some class loader errors on the 9k release, but stuff is passing on head
temporal_ has quit [Ping timeout: 264 seconds]
maleghast has joined #jruby
_djbkd has quit [Remote host closed the connection]
donV has joined #jruby
robbyoconnor has joined #jruby
c0m0 has joined #jruby
anaeem1_ has joined #jruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
shellac has joined #jruby
kares7 has joined #jruby
kares7 has quit [Client Quit]
havenwood has quit [Ping timeout: 240 seconds]
donV has quit [Quit: donV]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] kares pushed 1 new commit to test-jossl-0.9.8-staging: http://git.io/vY7N9
<JRubyGithub> jruby/test-jossl-0.9.8-staging 7ada52d kares: remove (temporary) jruby-openssl staging repository
JRubyGithub has left #jruby [#jruby]
vyorkin has joined #jruby
vyorkin has quit [Ping timeout: 240 seconds]
<kares> headius: or anyone know what you're planning for next release ... 1.7.22 or 9.
<kares> or 9.0.1.0 ... I mean whichever you guys think will happen sooner than the other
<rtyler> they're just going to add more zeroes
<rtyler> next release will be 90000
<rtyler> then 9000000
travis-ci has joined #jruby
<travis-ci> jruby/jruby (test-jossl-0.9.8-staging:7ada52d by kares): The build has errored. (https://travis-ci.org/jruby/jruby/builds/73150227)
travis-ci has left #jruby [#jruby]
<kares> rtyler: were you going out in the morning again ?!
<rtyler> huh?
travis-ci has joined #jruby
<travis-ci> jruby/jruby (test-jossl-0.9.8-staging:a11489c by kares): The build has errored. (https://travis-ci.org/jruby/jruby/builds/72826164)
travis-ci has left #jruby [#jruby]
<kares> yes huh - morning drunk making funny jokes on those not coming to Berlin!
<rtyler> ah
hosiawak has joined #jruby
vyorkin has joined #jruby
vtunka has joined #jruby
robbyoconnor has quit [Remote host closed the connection]
drbobbeaty has joined #jruby
robbyoconnor has joined #jruby
<kares> meh should have encrypted the SecurityHelper hacks in jruby-openssl ... seems like someone is going to be pushing them one step more (too far) https://github.com/jruby/jruby-openssl/commit/f7f93723d810c520ce9c46efbfdb96b0cd82f991
<rtyler> kares: "no com.sun imports, please" what's wrong with com.sun?
<kares> not much (except the obvious) what worries me more is the idea of cipher/signature "injection" happening in a library
<kares> SecuriteHelper had its one purpose ... now its going places ... we'll see
<rtyler> why shouldn't I be allow to supply my own ciphers?
<kares> cause you eventually will mess up what has been explicitly setup as a security provider configuration
robbyoconnor has quit [Read error: Connection reset by peer]
<kares> its quite breaking JCE
vyorkin has quit [Ping timeout: 240 seconds]
<kares> there's other ways to go such as using light-weight APIs (BC has them) instead of the Java ONEs
<rtyler> should I ask mkristian to join IRC?
<rtyler> he's sitting right next to me :P
robbyoconnor has joined #jruby
shellac has quit [Read error: Connection reset by peer]
<kares> just tell him ... I really do not have time for this now - just afraid he will put that on master at some point
<kares> tell him not to mess with JCE ('s bloated APIs) too much :) ... SecurityHelper as it was might have been too much of a hack already
robbyoconnor has quit [Client Quit]
mkristian has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
samphippen has joined #jruby
vyorkin has joined #jruby
vyorkin has quit [Ping timeout: 240 seconds]
_whitelogger____ has joined #jruby
cremes has quit [Read error: Connection reset by peer]
Guest65871 has quit [Ping timeout: 240 seconds]
_whitelogger___ has quit [Ping timeout: 240 seconds]
cremes_ is now known as cremes
Guest65871 has joined #jruby
eam has joined #jruby
vyorkin has joined #jruby
dinfuehr has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
dinfuehr has quit [Ping timeout: 244 seconds]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (test-jossl-0.9.8-staging:7ada52d by kares): The build has errored. (https://travis-ci.org/jruby/jruby/builds/73150227)
travis-ci has left #jruby [#jruby]
mkristian has quit [Quit: This computer has gone to sleep]
cristianrasch has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] kares pushed 3 new commits to jruby-1_7: http://git.io/vY5dI
<JRubyGithub> jruby/jruby-1_7 404c14d kares: make fields final
<JRubyGithub> jruby/jruby-1_7 6975482 kares: revert "close (URLClassLoader's) resources on JRubyClassLoader#tearDown"...
<JRubyGithub> jruby/jruby-1_7 1c19d0c kares: close JRuby's class-loader resources on Java 7+ (but only in embed uses)...
JRubyGithub has left #jruby [#jruby]
vyorkin has quit [Quit: WeeChat 1.2]
samphippen has quit [Read error: Connection reset by peer]
samphippen has joined #jruby
_whitelogger____ has joined #jruby
shellac has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
maleghast has quit [Quit: Textual IRC Client: www.textualapp.com]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (jruby-1_7:1c19d0c by kares): The build has errored. (https://travis-ci.org/jruby/jruby/builds/73168632)
travis-ci has left #jruby [#jruby]
mkristian has joined #jruby
donV has joined #jruby
cristianrasch has quit [Quit: Leaving]
dinfuehr has joined #jruby
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tcrawley-away is now known as tcrawley
dinfuehr has quit [Ping timeout: 244 seconds]
hosiawak has quit [Ping timeout: 255 seconds]
bbrowning_away is now known as bbrowning
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] kares pushed 1 new commit to master: http://git.io/vYdq7
<JRubyGithub> jruby/master e840a7d kares: Merge branch 'jruby-1_7'...
JRubyGithub has left #jruby [#jruby]
travis-ci has joined #jruby
<travis-ci> kares/jruby (master:d99fc79 by kares): The build was broken. (https://travis-ci.org/kares/jruby/builds/73172645)
travis-ci has left #jruby [#jruby]
lance|afk is now known as lanceball
nirvdrum has joined #jruby
yfeldblum has quit [Ping timeout: 244 seconds]
bbrowning has quit [Ping timeout: 244 seconds]
cristianrasch has joined #jruby
skade has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:e840a7d by kares): The build was broken. (https://travis-ci.org/jruby/jruby/builds/73174630)
travis-ci has left #jruby [#jruby]
samphippen has joined #jruby
dinfuehr has joined #jruby
nateberkopec has joined #jruby
dinfuehr has quit [Ping timeout: 252 seconds]
anaeem1_ has quit [Remote host closed the connection]
anaeem1_ has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:e840a7d by kares): The build was broken. (https://travis-ci.org/jruby/jruby/builds/73174630)
travis-ci has left #jruby [#jruby]
tcrawley is now known as tcrawley-away
mkristian has quit [Quit: This computer has gone to sleep]
cremes has quit [Quit: cremes]
mkristian has joined #jruby
anaeem1_ has quit [Remote host closed the connection]
h1k3n has joined #jruby
<h1k3n> hey guys, i’m new to jruby
<h1k3n> how do i refer to images directory when they are packaged in a jar with warbler?
skade has quit [Quit: Computer has gone to sleep.]
h1k3n has quit [Quit: h1k3n]
h1k3n has joined #jruby
benlovell has joined #jruby
me2 has joined #jruby
me2 has left #jruby [#jruby]
Guest65871 is now known as mberg
<h1k3n> hey guys, i’m new to jruby, how can i package the images in the jar with warble? it’s a desktop swing app
<h1k3n> warble packages the images, but does not refer to them ( i have to copy the folder along to the same folder with the jar and run the app from the specific folder)
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] mkristian created test-add-classloader-to-instance-config (+2 new commits): http://git.io/vYdHV
<JRubyGithub> jruby/test-add-classloader-to-instance-config bd94553 Christian Meier: allow to add classloader to instance config...
<JRubyGithub> jruby/test-add-classloader-to-instance-config c83e5b8 Christian Meier: revert recent addition of adding classloader to LOAD_PATH or GEM_PATH...
JRubyGithub has left #jruby [#jruby]
skade has joined #jruby
Aethenelle has joined #jruby
dinfuehr has joined #jruby
h1k3n has quit [Quit: h1k3n]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (test-add-classloader-to-instance-config:c83e5b8 by Christian Meier): The build failed. (https://travis-ci.org/jruby/jruby/builds/73188525)
travis-ci has left #jruby [#jruby]
h1k3n has joined #jruby
dinfuehr has quit [Ping timeout: 240 seconds]
havenwood has joined #jruby
nirvdrum has quit [Ping timeout: 272 seconds]
<kares> these osgi tests are really hard to debug ... BUILD SUCCESS but Passed: 4, Failed: 1, Errors: 0, Skipped: 0 yet I can not seem to find the failure :(
anaeem1_ has joined #jruby
<kares> oh I see now: http://rubygems-proxy.torquebox.org/releases/rubygems/atomic/1.1.5/atomic-1.1.5.pom. Return code is: 503 , ReasonPhrase:Service Temporarily Unavailable.
<kares> so the master build failure is likely not caused by the change-set
h1k3n has left #jruby [#jruby]
<rtyler> newer version, and auto-scaled
bbrowning has joined #jruby
tcrawley-away is now known as tcrawley
travis-ci has joined #jruby
<travis-ci> kares/jruby (master:434a100 by kares): The build is still failing. (https://travis-ci.org/kares/jruby/builds/73184131)
travis-ci has left #jruby [#jruby]
<kares> rtyler: whos deploying these?
<kares> I know there was another "crazy" domain sounding one
vifino has quit [Ping timeout: 246 seconds]
<rtyler> heh, kares lasagna.io is mine
<rtyler> I'm making it default in the next release of jruby/gradle because the fscking torquebox proxy is not reliable for me
<kares> rtyler: well I do not trust you with running a rubygems proxy :)
<rtyler> haha
<rtyler> don't people sign their gems now? :P
<kares> but I'll try it out anyways for travis-ci
<kares> rtyler: think its a flawed process anyway (the gem signing) ... not sure
<kares> hopefully there won't be no spaghetti!
<rtyler> nah
<kares> hmm, well if I try a wget http://rubygems-proxy.torquebox.org/releases/rubygems/atomic/1.1.5/atomic-1.1.5.pom manually its working locally
<rtyler> probably a transient error :(
<kares> yet the build on travis-ci (restarted at least 3 times in the last hour) always fails on it :(
<rtyler> Mario says eat more lasagna!
<kares> OK - going out now ... to get SOME!
<rtyler> heh
<mkristian> kares: in lib/pom.rb there is a second repository for those gems. but not configured on any integration tests
nirvdrum has joined #jruby
cremes has joined #jruby
vifino has joined #jruby
<kares> mkristian: yy that is what I was thinking - that its not being used
<kares> thanks
anaeem1_ has quit [Remote host closed the connection]
eregon has quit [Quit: No Ping reply in 180 seconds.]
bbrowning has quit [Ping timeout: 246 seconds]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] kares pushed 1 new commit to master: http://git.io/vYFOR
travis-ci has joined #jruby
benlovell has joined #jruby
travis-ci has left #jruby [#jruby]
JRubyGithub has left #jruby [#jruby]
<JRubyGithub> jruby/master 53aef42 kares: use another rubygems-proxy repository with its
<travis-ci> kares/jruby (master:434a100 by kares): The build is still failing. (https://travis-ci.org/kares/jruby/builds/73184131)
benlovell has quit [Read error: Connection reset by peer]
eregon has joined #jruby
dbussink has quit [Ping timeout: 252 seconds]
dbussink has joined #jruby
eam has quit [Ping timeout: 252 seconds]
eam has joined #jruby
anaeem1_ has joined #jruby
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 265 seconds]
mkristian_ has joined #jruby
Aethenelle has quit [Read error: Connection reset by peer]
anaeem___ has joined #jruby
mkristian has quit [Ping timeout: 246 seconds]
temporal_ has joined #jruby
anaeem1_ has quit [Ping timeout: 260 seconds]
skade has quit [Read error: Connection reset by peer]
temporalfox has quit [Ping timeout: 244 seconds]
anaeem___ has quit [Remote host closed the connection]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:53aef42 by kares): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/73197649)
travis-ci has left #jruby [#jruby]
anaeem1_ has joined #jruby
nateberkopec has quit [Quit: Linkinus - http://linkinus.com]
bbrowning has joined #jruby
_kfpratt has joined #jruby
kfpratt has quit [Read error: Connection reset by peer]
mccraig has quit [Remote host closed the connection]
guilleiguaran__ has quit [Remote host closed the connection]
olleolleolle has quit [Remote host closed the connection]
lopex has quit [Remote host closed the connection]
dcolebatch has quit [Remote host closed the connection]
Guest85414______ has quit [Remote host closed the connection]
AckZ has quit [Remote host closed the connection]
pitr-ch has joined #jruby
temporal_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
benlovell has quit [Ping timeout: 250 seconds]
_kfpratt has quit [Remote host closed the connection]
anaeem1_ has quit [Remote host closed the connection]
Guest85414______ has joined #jruby
anaeem1_ has joined #jruby
mccraig has joined #jruby
benlovell has joined #jruby
pitr-ch has quit [Ping timeout: 240 seconds]
anaeem1_ has quit [Ping timeout: 244 seconds]
pitr-ch has joined #jruby
fvf has joined #jruby
anaeem1_ has joined #jruby
dinfuehr has joined #jruby
anaeem1__ has joined #jruby
camlow325 has joined #jruby
anaeem1_ has quit [Read error: Connection reset by peer]
dinfuehr has quit [Ping timeout: 265 seconds]
benlovell has quit [Read error: Connection reset by peer]
guilleiguaran__ has joined #jruby
baroquebobcat has quit [Quit: baroquebobcat]
lopex has joined #jruby
anaeem1__ has quit [Remote host closed the connection]
rcvalle has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:53aef42 by kares): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/73197649)
travis-ci has left #jruby [#jruby]
pitr-ch has quit [Ping timeout: 265 seconds]
olleolleolle has joined #jruby
pitr-ch has joined #jruby
subbu has joined #jruby
<lukas> `
travis-ci has joined #jruby
<travis-ci> jruby/jruby (test-add-classloader-to-instance-config:d53595e by Christian Meier): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/73206467)
travis-ci has left #jruby [#jruby]
mkristian_ has quit [Quit: This computer has gone to sleep]
pitr-ch has quit [Ping timeout: 252 seconds]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] kares pushed 4 new commits to master: http://git.io/vYbqq
<JRubyGithub> jruby/master ebfd448 kares: comment not valid on 9K since runtime's loader is not closed on tearDown
<JRubyGithub> jruby/master 04f6fa5 kares: on Java 7+ we do not need to worry about URLClassLoader#close missing
<JRubyGithub> jruby/master 852212b kares: only release the class-loader if it's actually != null (do not initialize it)
JRubyGithub has left #jruby [#jruby]
pitr-ch has joined #jruby
bjfish2 has joined #jruby
tenderlove has joined #jruby
bjfish2 has quit [Quit: bjfish2]
bbrowning has quit [Ping timeout: 252 seconds]
baroquebobcat has joined #jruby
skade has joined #jruby
pietr0 has joined #jruby
tcrawley is now known as tcrawley-away
AckZ has joined #jruby
bb010g has quit [Write error: Connection reset by peer]
bruceadams has quit [Remote host closed the connection]
bryancp has quit [Remote host closed the connection]
asarih has quit [Remote host closed the connection]
chrisseaton has quit [Remote host closed the connection]
n1ftyn8_ has quit [Read error: Connection reset by peer]
Scorchin has quit [Read error: Connection reset by peer]
jeregrine has quit [Read error: Connection reset by peer]
tenderlove has quit [Ping timeout: 246 seconds]
Scorchin has joined #jruby
tenderlove has joined #jruby
bruceadams has joined #jruby
asarih has joined #jruby
jeregrine has joined #jruby
dcolebatch has joined #jruby
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 255 seconds]
AnoHito has quit [Quit: Leaving]
c0m0 has quit [Ping timeout: 252 seconds]
n1ftyn8_ has joined #jruby
bb010g has joined #jruby
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bryancp has joined #jruby
skade has quit [Ping timeout: 246 seconds]
Hobogrammer has quit [Quit: さようなら]
chrisseaton has joined #jruby
mkristian has joined #jruby
nateberkopec has joined #jruby
tenderlove has quit [Read error: Connection reset by peer]
vtunka has quit [Quit: Leaving]
skade has joined #jruby
tenderlove has joined #jruby
dinfuehr has joined #jruby
dinfuehr_ has joined #jruby
dinfuehr has quit [Read error: Connection reset by peer]
donV has quit [Quit: donV]
dinfuehr_ has quit [Ping timeout: 260 seconds]
skade has quit [Quit: Computer has gone to sleep.]
camlow32_ has joined #jruby
tenderlove has quit [Read error: Connection reset by peer]
camlow3__ has joined #jruby
camlow32_ has quit [Read error: Connection reset by peer]
tenderlove has joined #jruby
camlow325 has quit [Ping timeout: 264 seconds]
<lukas> ignoring JRubyGithub and travis-ci made this channel so silent haha
_djbkd has joined #jruby
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #jruby
<chrisseaton> lukas: yeah I think there should be a separate #jruby-ci room
<chrisseaton> There's also a Twitter feed with the same stuff!
kfpratt has joined #jruby
kfpratt has quit [Remote host closed the connection]
<lukas> #jruby-ci sounds perfect for this
<lukas> i asked a question yesterday and then went home
<lukas> today, the bots put enough text that my IRC client doesn't show my question anymore
<chrisseaton> yeah you can silence them yourself, but it doesn't stop other people missing meaningful discussion
<lukas> yeah
<rtyler> beep beep
yfeldblum has joined #jruby
fvf has quit [Quit: Konversation terminated!]
fvf has joined #jruby
tcrawley-away is now known as tcrawley
bbrowning has joined #jruby
tenderlove has quit [Ping timeout: 252 seconds]
tenderlove has joined #jruby
chamila has joined #jruby
alderamin has joined #jruby
dinfuehr has joined #jruby
<alderamin> I'm following through the JRuby Performance Tuning guide at https://github.com/jruby/jruby/wiki/PerformanceTuning and trying some things I see there. At the bottom it links to http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/27550 that describes some JVM garbage collection tunable parameters.
tenderlove has quit [Read error: Connection reset by peer]
<alderamin> When I try to run a .rb file using "jruby -J-XX:+UseParallelGC myscript.rb" I get "Conflicting collector combinations in option list; please refer to the release notes for the combinations allowed"
tenderlove has joined #jruby
dinfuehr has quit [Ping timeout: 264 seconds]
<Antiarc> That post is almost 5 years old - I suspect it's out of date
<chrisseaton> Can you get the launcher to print the command it runs?
<chrisseaton> So we can see what the conflicting options are?
<Antiarc> You might also echo JAVA_OPTS and JRUBY_OPTS
<alderamin> Ah yeah Antiarc: "echo %JRUBY_OPTS%" returned "-J-XX:+CMSClassUnloadingEnabled -J-XX:+UseConcMarkSweepGC"
<Antiarc> There you go - the ConcMarkSweepGC conflicts. You can only select one :)
camlow3__ has quit [Remote host closed the connection]
<alderamin> Is there a good reason to force ConcMarkSweepGC over letting the JVM choose?
<alderamin> I mean in general. I'm just playing around with execution times for a particular program.
<chrisseaton> alderamin: unless you have a very good reason and really know what you are doing, I wouldn't recommend changing the GC
<Antiarc> alderamin: Before messing with GC settings, I recommend using JVisualVM to instrument the process and see how much time is actually spent in GC
<Antiarc> If it's a remote process you can do it with JMX, too
<alderamin> chrisseaton: I wouldn't say I "really" know what I'm doing, but I've been watching my heap size grow and shrink in JVisualVM and have read through Oracle's GC guide for Java 8. My program is minimal on I/O and heavy on throughput and seems to be using up to 4g heap. I'm wondering if ConcMarkSweep is less efficient for my purposes.
samphippen has joined #jruby
mkristian has quit [Quit: This computer has gone to sleep]
tenderlove has quit [Ping timeout: 272 seconds]
<chrisseaton> That's probably harmless - there's just a big risk of cargo cutting it, so I would experiment, pick something and move on
tcrawley is now known as tcrawley-away
<alderamin> "Cargo cutting it"?
<chrisseaton> cago culting I mean
<chrisseaton> Doing little experiments and then thinking it's really important that you use those options for everything and not really understanding what is going on, not testing at real scale, etc
tenderlove has joined #jruby
<chrisseaton> Like those people who say use single quoted strings instead of double because they're faster - a misunderstanding propagated and followed religiously with no good reason
<alderamin> Gotcha.
<alderamin> This particular interest is just something for me to spend some more time studying GC work than anything else.
<Antiarc> I use single-quoted strings because I code on a dark background with light text, light pixels take more power to display, so single quotes save me money on my electric bill
<alderamin> I'm not holding off on running my program that's performing the actual data collection. I started it this week, and it should be underway for another few weeks.
<chrisseaton> Antiarc: hah!
<Antiarc> Factoring in the time value of money, with smart investment, my savings will be worth billions by the year 3710. Checkmate, double-quotists.
samphippen has quit [Ping timeout: 252 seconds]
samphippen has joined #jruby
mkristian has joined #jruby
camlow325 has joined #jruby
fvf has quit [Quit: Konversation terminated!]
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #jruby
rsim has quit [Quit: Leaving.]
tenderlove has quit [Ping timeout: 252 seconds]
pitr-ch has quit [Ping timeout: 260 seconds]
sdogruyol has joined #jruby
tenderlove has joined #jruby
pipework has quit [Quit: pipeworkin' it]
pipework has joined #jruby
bbrowning is now known as bbrowning_away
bbrowning_away has quit [Ping timeout: 260 seconds]
pitr-ch has joined #jruby
dinfuehr has joined #jruby
tenderlove has quit [Read error: Connection reset by peer]
dinfuehr has quit [Ping timeout: 246 seconds]
tenderlove has joined #jruby
JRubyGithub has joined #jruby
JRubyGithub has left #jruby [#jruby]
<JRubyGithub> [jruby] cheald closed issue #3166: Java proxies sometimes not bound quickly enough http://git.io/vYmf3
chamila has quit [Quit: Page closed]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (test-add-classloader-to-instance-config:d53595e by Christian Meier): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/73206467)
travis-ci has left #jruby [#jruby]
pitr-ch has quit [Ping timeout: 255 seconds]
pitr-ch has joined #jruby
donV has joined #jruby
anaeem1 has joined #jruby
mkristian has quit [Quit: This computer has gone to sleep]
mkristian has joined #jruby
anaeem1 has quit [Client Quit]
<tarcieri> if there's one thing weird I've noticed with JRuby 9000 it's erratic performance on our CI system
<tarcieri> sometimes things take 2-4 minutes, other times they take 10+
yfeldblum has quit [Ping timeout: 244 seconds]
donV has quit [Quit: donV]
tenderlove has quit [Read error: Connection reset by peer]
mkristian has quit [Quit: This computer has gone to sleep]
tenderlove has joined #jruby
donV has joined #jruby
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #jruby
dinfuehr has joined #jruby
havenwood has quit [Read error: Connection reset by peer]
dinfuehr has quit [Ping timeout: 246 seconds]
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #jruby
blaines has joined #jruby
nirvdrum has quit [Remote host closed the connection]
tenderlove has quit [Ping timeout: 256 seconds]
samphippen has joined #jruby
tenderlove has joined #jruby
samphippen has quit [Read error: Connection reset by peer]
camlow32_ has joined #jruby
camlow325 has quit [Ping timeout: 264 seconds]
tcrawley-away is now known as tcrawley
cremes has quit [Ping timeout: 252 seconds]
yfeldblum has joined #jruby
subbu is now known as subbu|away
nirvdrum has joined #jruby
tenderlove has quit [Read error: Connection reset by peer]
dinfuehr has joined #jruby
tenderlove has joined #jruby
sdogruyol has quit [Remote host closed the connection]
dinfuehr has quit [Ping timeout: 272 seconds]
lanceball is now known as lance|afk
baroquebobcat has quit [Quit: baroquebobcat]
baroquebobcat has joined #jruby
tcrawley is now known as tcrawley-away
nirvdrum has quit [Remote host closed the connection]
blaines has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tenderlove has quit [Ping timeout: 240 seconds]
tenderlove has joined #jruby
dinfuehr has joined #jruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
tenderlove has quit [Read error: Connection reset by peer]
dinfuehr has quit [Ping timeout: 240 seconds]
fatephd has joined #jruby
tenderlove has joined #jruby
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #jruby
tenderlove has quit [Remote host closed the connection]
cremes has joined #jruby
subbu|away is now known as subbu
<donV> kares: Hi! You on?
dinfuehr has joined #jruby
blaines has joined #jruby
dinfuehr has quit [Ping timeout: 252 seconds]
<Antiarc> eregon: huge props for the RubySpec resurrection. I didn't realize you were working on that.
pietr0 has quit [Ping timeout: 246 seconds]
pietr0_ has joined #jruby
baroquebobcat has quit [Quit: baroquebobcat]
cristianrasch has quit [Quit: Leaving]
pietr0_ has quit [Quit: pietr0_]
fatephd has quit [Quit: (null)]
rcvalle has quit [Quit: rcvalle]
JRubyGithub has joined #jruby
JRubyGithub has left #jruby [#jruby]
<JRubyGithub> [jruby] r6p opened pull request #3196: Fixing ClassCastException reported in issue #3118 (master...r6p-patch-jruby-issue-3118) http://git.io/vYxzr
dinfuehr has joined #jruby
havenwood has joined #jruby