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


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux