FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaPerformanceTuning/ClassLoading/README at master · CodingDock/JavaPerformanceTuning · GitHub
CodingDock
/
JavaPerformanceTuning
Public
forked from
ScottOaks/JavaPerformanceTuning
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaPerformanceTuning
/
ClassLoading
/
README
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (20 loc) · 814 Bytes
Breadcrumbs
JavaPerformanceTuning
/
ClassLoading
/
README
Copy path
File metadata and controls
26 lines (20 loc) · 814 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
To build:
ant
To run:
java <jvmargs> -jar jars/classloading.jar jarfile nThreads useLargeStack
jarfile -- All classes from this jar file will be loaded in the customer
class loader
nThreads -- Number of threads to execute simultaneously
useLargeStack -- If true, then the lookup will be performed from a
call stack of 40 entries
In general, the examples leverage the modules from glassfish, but any
large set of jar files and classes can be used.
Notes on Examples:
Example 12-2
java -jar jars/classloading.jar /path_to/guava.jar N false
where N varies from 1 to 8
Example 12-3
java -jar jars/classloading.jar /path_to/guava.jar N false
where N varies from 1 to 8
and where the CLASSPATH contains all jar files from glassfish
(266 entries)
Back
|
FazBrowse Home
|
New Git URL