jruby-startup 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/jruby/startup/appcds.rb +2 -2
- data/lib/jruby/startup/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7eb93d24d3b90eb28f1ada58393a3b5dcac9f5d69253a287b1abcf6241985ce
|
4
|
+
data.tar.gz: 02cfb170c0583e26eaf5a121adca19a42cc6bc92279f7ebe3befe6db83ad88f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a59b8bec8a5c0e7f68b0b47ef31af83474155a7831fa5fb5e2803763621e079ccf76b8817a6de7e5adad6afdfc12dd1ff31e67ba8b319ca17657dffbad4e7297
|
7
|
+
data.tar.gz: ca41a4d37fc5e3a6c643ae0c97cc32db4075aeaa153eb703d9144035ee36a06724d409d7b4957f5e941f91e9d48c4c87bae8fe307219c8cb69e7b02011807d14
|
data/lib/jruby/startup/appcds.rb
CHANGED
@@ -20,7 +20,7 @@ module JRuby::Startup::AppCDS
|
|
20
20
|
ENV['VERIFY_JRUBY'] = '1'
|
21
21
|
|
22
22
|
# Dump list of classes for this command line
|
23
|
-
puts "*** Outputting list of classes at #{
|
23
|
+
puts "*** Outputting list of classes at #{jruby_list}"
|
24
24
|
|
25
25
|
fail unless system "VERIFY_JRUBY=1 JAVA_OPTS='-XX:DumpLoadedClassList=#{jruby_list}' #{jruby_exe} #{command_line}"
|
26
26
|
|
@@ -36,7 +36,7 @@ module JRuby::Startup::AppCDS
|
|
36
36
|
Set the following environment variables to use the shared archive:
|
37
37
|
|
38
38
|
VERIFY_JRUBY=1
|
39
|
-
JAVA_OPTS
|
39
|
+
JAVA_OPTS="-XX:-VerifySharedSpaces -XX:SharedArchiveFile=#{jruby_jsa}"
|
40
40
|
END
|
41
41
|
end
|
42
42
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jruby-startup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Charles Oliver Nutter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-10-
|
11
|
+
date: 2018-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|