nashorn/src/META-INF/MANIFEST.MF
author thartmann
Thu, 14 Aug 2014 09:15:39 +0200
changeset 26174 ca46a107cb78
parent 16147 e63b63819133
permissions -rw-r--r--
8054402: "klass->is_loader_alive(_is_alive)) failed: must be alive" for anonymous classes Summary: Because anonymous classes are not in the system dictionary, we have to set 'unloading_occurred' based on 'CLDG::do_unloading()'. Added jtreg test. Reviewed-by: kvn, coleenp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     1
Manifest-Version: 1.0
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     2
Main-Class: jdk.nashorn.tools.Shell
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     3
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     4
Name: jdk/nashorn/
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     5
Implementation-Vendor: Oracle Corporation