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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb43a9b19a0f63b61da58f8af4965ecd55d882c009086bdadf1094456eaf28dc
4
- data.tar.gz: 896dd4eabadee8a957f00be39f98da5fb15993c80b8efe371dd174a369e8cdbc
3
+ metadata.gz: a7eb93d24d3b90eb28f1ada58393a3b5dcac9f5d69253a287b1abcf6241985ce
4
+ data.tar.gz: 02cfb170c0583e26eaf5a121adca19a42cc6bc92279f7ebe3befe6db83ad88f1
5
5
  SHA512:
6
- metadata.gz: 9e64ddca60c8ee0048624c3eb817f54ea26a6d868b441da214727dc524c079c82460482a2d5f12ba1d962659577e95517124f3abde315bf1bf0aea658668ae2a
7
- data.tar.gz: db86006977cb5a326964bcf6a52de3032c30b15249490a9f5ddf6123628dedb46cc4a12a2c06752326f557086263040d908ffa94c86e139d2422b50eb4d74fc4
6
+ metadata.gz: a59b8bec8a5c0e7f68b0b47ef31af83474155a7831fa5fb5e2803763621e079ccf76b8817a6de7e5adad6afdfc12dd1ff31e67ba8b319ca17657dffbad4e7297
7
+ data.tar.gz: ca41a4d37fc5e3a6c643ae0c97cc32db4075aeaa153eb703d9144035ee36a06724d409d7b4957f5e941f91e9d48c4c87bae8fe307219c8cb69e7b02011807d14
@@ -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 #{jruby_jsa}"
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=-XX:SharedArchiveFile=#{jruby_jsa}
39
+ JAVA_OPTS="-XX:-VerifySharedSpaces -XX:SharedArchiveFile=#{jruby_jsa}"
40
40
  END
41
41
  end
42
42
  end
@@ -1,5 +1,5 @@
1
1
  module JRuby
2
2
  module Startup
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  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.1
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-09 00:00:00.000000000 Z
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