Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2018-02-16 14:59:24 +0000
committerThomas Watson2018-02-16 22:12:43 +0000
commit1c1fa3211389fd40c931c5741e42c94807cf9ddd (patch)
treee5c95cb5bfb4fe2d9583baa42cd9dcba69b478d8 /bundles/org.eclipse.osgi/.options
parentf3adab7540582aac1c7e4aeda29ee6aa64233768 (diff)
downloadrt.equinox.framework-1c1fa3211389fd40c931c5741e42c94807cf9ddd.tar.gz
rt.equinox.framework-1c1fa3211389fd40c931c5741e42c94807cf9ddd.tar.xz
rt.equinox.framework-1c1fa3211389fd40c931c5741e42c94807cf9ddd.zip
Bug 531268 - java.lang.RuntimeException: Must not re-enter openLock inI20180219-2000I20180218-2000I20180217-1500I20180216-2000
getZipFile. Remove the restriction on re-entering open lock Change-Id: I7ff625fa7993b58813b4a17f21637931037ac418 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi/.options')
-rw-r--r--bundles/org.eclipse.osgi/.options3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.options b/bundles/org.eclipse.osgi/.options
index 690325f77..13b000fcb 100644
--- a/bundles/org.eclipse.osgi/.options
+++ b/bundles/org.eclipse.osgi/.options
@@ -32,7 +32,10 @@ org.eclipse.osgi/debug/objectPool/dups=false
org.eclipse.osgi/debug/cachedmanifest = false
# Debug the lifecycle operations of the framework/systemBundle
org.eclipse.osgi/debug/systemBundle=false
+# Debug the framework persistent storage
org.eclipse.osgi/debug/storage=false
+# Debug the bundle file reading
+org.eclipse.osgi/debug/bundleFile=false
# Eclipse adaptor options
org.eclipse.osgi/eclipseadaptor/debug = false

Back to the top