Re: .jcr section in ELF executable | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Shyamal Shukla <shyamalshukla@gmail> wrote:
,----
| > What role does the .jcr (java class registration) section play in an
| > ELF executable?
`----
fwiw: !kernelnewbies
anyways, here you go:
all java-classes must be (apparently) registered with the runtime during
startup. so, you can either have a
- default constructor defined per file which does the needful
for every class defined in that file
or
- you can have the compiler store pointers to these classes
requiring registration in a new section i.e. .jcr then you
can have a list of pointers to classes which can be invoked
to do the needful.
i have no experience with java (nothing very 'serious' anyways)
anupam
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ
[Newbies FAQ] [Kernel List] [Site Home] [IETF Annouce] [Git] [Networking] [Security] [Bugtraq] [Rubini] [Photo] [Yosemite] [MIPS Linux] [ARM Linux] [Linux Security] [Linux Networking] [Linux RAID] [Linux SCSI] [Linux ACPI] [DDR & Rambus] [UNIX Filesystems] [Linux Resources]
![]() |
![]() |