e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #jruby
subbu|away is now known as subbu
tjohnson has quit [Quit: Connection closed for inactivity]
camlow32_ has quit []
<GitHub87>
[jruby] nirvdrum pushed 1 new commit to truffle_readline: https://git.io/vrrYk
<GitHub87>
jruby/truffle_readline d746a27 Kevin Menard: [Truffle] Use @CreateCast to simplify Ruby string -> Java string.
<GitHub91>
[jruby] chrisseaton created truffle-context-reference (+2 new commits): https://git.io/vrrOT
<GitHub91>
jruby/truffle-context-reference 5c10f30 Chris Seaton: [Truffle] Switch to 0.14-SNAPSHOT.
<GitHub91>
jruby/truffle-context-reference 36e729f Chris Seaton: [Truffle] Adapt to new parsing API.
<GitHub113>
[jruby] chrisseaton opened pull request #3918: [Truffle] Adapt to new parse API. (truffle-head...truffle-context-reference) https://git.io/vrrOq
nirvdrum has quit [Ping timeout: 272 seconds]
yfeldblum has joined #jruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #jruby
kith has quit [Ping timeout: 276 seconds]
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #jruby
yfeldblum has quit [Ping timeout: 272 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 276 seconds]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 276 seconds]
pawnbox has joined #jruby
yfeldblum has joined #jruby
Antiarc has quit [Ping timeout: 264 seconds]
Antiarc has joined #jruby
donV has joined #jruby
knu has quit [Read error: Connection reset by peer]
thedarkone2 has quit [Quit: thedarkone2]
knu has joined #jruby
yfeldblu_ has joined #jruby
donV has quit [Quit: donV]
knu has quit [Read error: Connection reset by peer]
adgtl_ is now known as adgtl
yfeldblum has quit [Ping timeout: 250 seconds]
adgtl has quit [Changing host]
adgtl has joined #jruby
adgtl has joined #jruby
adgtl has quit [Changing host]
yfeldblu_ has quit [Read error: Connection reset by peer]
yfeldblum has joined #jruby
knu has joined #jruby
knu has quit [Read error: Connection reset by peer]
Scorchin has quit [Ping timeout: 260 seconds]
Scorchin has joined #jruby
guilleiguaran__ has quit [Ping timeout: 260 seconds]
guilleiguaran__ has joined #jruby
mccraig has quit [Ping timeout: 260 seconds]
aemadrid has quit [Ping timeout: 260 seconds]
zph_ has quit [Ping timeout: 260 seconds]
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
zph_ has joined #jruby
aemadrid has joined #jruby
mccraig has joined #jruby
knu has joined #jruby
andrewvc has quit [Ping timeout: 260 seconds]
andrewvc has joined #jruby
bruceadams has quit [Ping timeout: 260 seconds]
deepak has quit [Ping timeout: 260 seconds]
bruceadams has joined #jruby
deepak has joined #jruby
yfeldblum has quit [Ping timeout: 250 seconds]
elia has joined #jruby
donV has joined #jruby
knu has quit [Quit: Reboot...]
knu has joined #jruby
e_dub has quit [Read error: Connection reset by peer]
<GitHub28>
jruby/master 89702f7 Benoit Daloze: [Truffle] Small style cleanup in TimesNodes.
skade has joined #jruby
<bbrowning>
kares: So it looks like every runtime I start under JRuby 9.1 has about 65MB of memory dedicated to just X509 certs. It also appears the latest 1.7.x runtimes are taking up more memory as well.
skade has quit [Read error: Connection reset by peer]
<bbrowning>
Is there a change to jruby-openssl that's making it preload every X509 cert on the system into memory on boot?
skade has joined #jruby
<bbrowning>
or something else that causes all certs to get loaded that didn't used to be there?
djellemah has quit [Remote host closed the connection]
<kares>
bbrowning: hey! yes I wrote about it as you mentioned it before
e_dub has joined #jruby
<kares>
... its some cert comparison by mkristian that seems necessary
skade has quit [Read error: Connection reset by peer]
<kares>
there's also a but report using a caching work-around + also added a "work-around" on master that needs testing (on memory usage)
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
skade has quit [Read error: Connection reset by peer]
skade has joined #jruby
joevandy1 has quit [*.net *.split]
digitalextremist has quit [*.net *.split]
bjfish2 has quit [*.net *.split]
vtunka has quit [Quit: Leaving]
<liri>
Are there some additional steps to to make some classes from external lib to be available within ScriptingContainer? or adding a jar to the cp when starting VM is sufficient ?
<liri>
As I came across some error, which is thrown from: get_proxy_or_package_under_package at org/jruby/javasupport/JavaUtilities.java:54
bga57 has joined #jruby
<liri>
caused by (NameError) cannot load Java class some.package.from.external.jar.Class
<liri>
it is thrown when I do java_import from script run withing ScriptingContainer
<liri>
so basically I do: java_import Java::some.package.from.external.jar.Class
camlow325 has quit [Read error: Connection reset by peer]
<liri>
and it throws that cant load Java class.
<liri>
I use jruby-complete.jar
camlow325 has joined #jruby
skade has quit [Read error: Connection reset by peer]
skade has joined #jruby
vtunka has joined #jruby
thedarkone2 has joined #jruby
<liri>
any thoughts?
prasunanand has quit [Ping timeout: 244 seconds]
knu has quit [Read error: Connection reset by peer]
<enebo>
kares: I hope we get someone to test that since it is clear nothing is running in any of our test suites for it
<enebo>
kares: I would enable mri tests but we have a different NIO leaking error bug and I am frightened to fix that for 9.1.2.0 since I want this out this week
<GitHub120>
[jruby] kares closed issue #3904: in jar: require works but Dir[]/Dir.glob dont? https://git.io/vr0tG
<enebo>
kares: also for 9.1.2.0 I am going to branch and only cherry-pick the commits we need since we landed some stuff which needs to bake on master
<enebo>
kares: so if you do realize we need something and it is not risky at all then mark it against 9.1.2.0
<kares>
enebo: ok
<kares>
think I marked one simple PR but I did not know it will happen so soon
<kares>
so its not important
<bga57>
Hi Kares
<kares>
Hey BGA57!
<kares>
will leave it up to you to decide as you roll through PRs
<bga57>
You replied to my issue, and you suggested you could try -Darjdbc.debug.trace=true
<bga57>
is this something I need to add to the jruby options?
skade has quit [Read error: Connection reset by peer]
skade has joined #jruby
<kares>
bga57: that would be a JAVA_OPTS
<kares>
add -J and its JRUBY_OPTS
<kares>
bga57: not sure I mentioned that it might need -Darjdbc.debug=true as well
<bga57>
I was talking to headius last night and he thought that something might have changed on the FreeBSD library because when it stopped working for me, it didn't seem to matter what version of java or jruby it was.
<GitHub75>
jruby/master 1571d31 Benoit Daloze: [Truffle] Also invalidate ENV in unsetenv.
<bga57>
I updated the issue with the more detailed log. Is this using code from any Java standard jdbc libraries? Should I be trying to write a little Java program to see if it fails from pure java as well?
<kares>
bga57: if you read the trace you have your answer
<kares>
Caused by: java.lang.Exception: No native library is found for os.name=FreeBSD and os.arch=x86_64
<kares>
at org.sqlite.SQLiteJDBCLoader.loadSQLiteNativeLibrary(SQLiteJDBCLoader.java:284)
<kares>
at org.sqlite.SQLiteJDBCLoader.initialize(SQLiteJDBCLoader.java:65)
<kares>
at org.sqlite.core.NativeDB.load(NativeDB.java:53)
skade has quit [Quit: Computer has gone to sleep.]
<kares>
so JDBC SQLite does not have a .so for FreeBSD
<bga57>
Oh, I missed that, sorry.
<kares>
bga57: and here's an (unfortunate) resolution for the bug :
<bbrowning>
kares: I think I got the 0.9.17.dev snapshot of jruby-openssl activated and used and I think it didn't fix my issue, but I'll have to do a bit more testing to see
<bbrowning>
just installing the prerelease gem isn't enough to get jruby to actually use it unless I'm doing it wrong
skade has quit [Read error: Connection reset by peer]
skade has joined #jruby
skade has quit [Client Quit]
skade has joined #jruby
skade has quit [Client Quit]
Aethenelle has quit [Quit: Aethenelle]
donV has joined #jruby
<donV>
Hi all!
<donV>
Tried starting one of our servers with `-Xcompile.invokedynamic=true` but it would not even start, complaining about duplicate gem definitions in My Gemfile. Starting without indy works.
<donV>
This is with JRuby 9.1.1.0.
donV has quit [Quit: donV]
<GitHub47>
[jruby] cprice404 opened issue #3921: Performance regression with `json/pure` from 1.7 to 9k https://git.io/vr6Cz
<GitHub138>
[jruby] cprice404 opened issue #3922: Performance regression with `Time.parse` from 1.7 to 9k https://git.io/vr6WI
digit920 has quit [Remote host closed the connection]