forked from AdoptOpenJDK/jitwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PRIVACY
55 lines (41 loc) · 2.1 KB
/
PRIVACY
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
========================
JITWatch Privacy Policy
========================
Version: 1.01
Date : 2017-11-10
Author : Chris Newland
========================
This document describes the privacy implications of using JITWatch to analyse your program code or JIT log files.
============
Talking back
============
JITWatch does not transmit any information about your usage of the program, the log files you load, or any code
you execute in the sandbox.
=====================
Downloading resources
=====================
The first time you double-click on a bytecode in the TriView screen JITWatch will attempt to download the
JVM Specification from the https://docs.oracle.com website.
https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-6.html
https://docs.oracle.com/javase/specs/javaspec.css
These downloads are made over the HTTPS protocol and once successfully downloaded they will be stored in your
jitwatch folder and will not be downloaded again.
=============
Build systems
=============
If you build JITWatch from source using maven or gradle then those build systems will download various further
dependencies required to compile, package, test, and execute the build targets.
If you want to build JITWatch without downloading additional build dependencies please use the provided Apache
Ant build script (build.xml) which uses the local dependencies found in the lib folder.
=======================
Sharing JITWatch output
=======================
JITWatch contains a screenshot feature. If you share screenshots from JITWatch, or snippets of your LogCompilation
XML or disassembled compiled methods you may divulge information about your program that can be used to reverse
engineer the source code.
====================
jitwatch.com website
====================
The jitwatch.com website is served over HTTPS using LetsEncrypt SSL certificates. The website does not set any
cookies and does not use any JavaScript or tracking code such as Google Analytics. Your IP address will be
recorded in the webserver log files which are kept for up to 30 days for the purpose of diagnosing website errors.